Discussion:
[Notepad-plus-plus] [notepad-plus - Open Discussion] Notepad++ v4.0 RC 2
SourceForge.net
2007-01-20 02:17:13 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4112567
By: donho

Here's the Notepad++ v4.0 Release Candidate 2 :
http://notepad-plus.sourceforge.net/commun/misc/npp.v40.RC2.zip

Please test it and let me know if there's any problem.

The v4.0 official release will be released in 4 days if there's no critical
bug.

Don

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-20 02:23:53 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4112575
By: donho

I forgot to mention it :
Please unzip all files into a *clean* folder (ie. a just created directory without
old notepad++ files inside).

Don

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-20 04:18:35 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4112661
By: nobody

Just tried this.

When closing the directory explorer panel, "plugins -> explore -> view exlorer"
is still checked. You then have to uncheck it and recheck it to get the explorer
back.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-20 07:14:28 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4112740
By: nobody

I found a problem but I'm not able to explain. I speak little english.
I can see you :)
http://www.visubox.com/box/tab-problem.swf


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-20 12:38:21 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4112930
By: donho

I'll try to fix this, but not in v4.0 OR.

Don

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-20 19:39:49 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4113303
By: nobody

Hello Don,

At least 1 bug about "ctrl + L" and "cntl + shift + L" was fixed (now I can
see them in the list), thank you very much!

One thing, that can be in 4.0 R:
1) "Bookmark's line background colour" in global styles - marked lines not only
recognized by the yellow cycle (style defined in "Mark colour"), but by the
lines' backgound colour too! I would be very nice!

1 crash:
hmmm... n++ doesn't crashes anymore(!), when I press mouse right button in files
list in "Explorer" plugin...
did you fix this bug?

Eugene

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-21 02:20:19 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4113632
By: donho
Post by SourceForge.net
"Bookmark's line background colour" in global styles -
marked lines not only recognized by the yellow cycle
(style defined in "Mark colour"), but by the lines' backgound colour too!
I won't work on this feature.
Post by SourceForge.net
n++ doesn't crashes anymore(!), when I press mouse right button in files list
in "Explorer" plugin...
Post by SourceForge.net
did you fix this bug?
No. Jens did.

Don

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-21 04:04:40 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4113691
By: nobody

Jens,
The sorting done in the functions' list still does not sort properly functions
with lowercase. I did post before a sample of my php functions. Here it
is again:

<?php


class Process {

function Array_Analayser ($array) {

}//*****************************************************************
**********************

function Drop_Down_Menue ($active_fields, $selected_fields, $Table_Name,
$css) {

}//*****************************************************************
************************

function Multiple_Radio_Buttons ($active_fields, $selected_fields,
$Table_Name,$style) {

}//*****************************************************************
**************************************

function Retrive_Active_Fields ($table, $table_name_variable) {

}//*****************************************************************
**************************************

function Exception_Output($table, $N,$table_name_var, $exception)
{

}//*****************************************************************
**************************************

function Array_Output_inTable_Format($table, $search_res, $N, $id,
$class1, $class2, $hrefid, $banner,$table_name_var){

}//*****************************************************************
**************************************

function retrieve_proper_result_format ($table, $array, $array2){


}//*****************************************************************
**************************************

function Processing_Image ($file) {

}//*****************************************************************
**************************************

function get_sizes($src_w, $src_h, $dst_w,$dst_h ){


}/*****************************************************************/

function Searchme ($posted, $table_name, $table_name_variable,$to_select,
$offset, $limit, $order_by, $and) {


}//*****************************************************************
**************************************

function Select_Drop_radio ($table_name, $id, $array_table){


}//*****************************************************************
**************************************

function Delet_Entries ($table_name, $field_name, $id){

}//*****************************************************************
**************************************

function update_Insert ($posted, $table_name, $table_name_var){


}//*****************************************************************
**************************************

function Retrieve_Table_fields ($table_name){

}//*****************************************************************
************************

function Date() {


}

function LocaleTime(){

}
function main_First($id,$table,$table_var,$img_path,$comment,$H){


}
function first ($table, $table_var, $img_name, $comment,
$category,$form_name){

}

function Sorting_Dates($_POST){
}

}/**************End of class***************************/

$process= new Process;
?>

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-21 07:14:16 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4113785
By: codenexus

Still unexpected results when trying to record macro involving TextFX.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-21 07:27:24 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4113790
By: bullock
Post by SourceForge.net
Still unexpected results when trying to record macro involving TextFX.
Would you be specific? An example macro would probably suffice.

Regards.
Greg

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-21 10:09:13 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4113889
By: nobody

That link gives real problems in trying to download - many tries later, and
it only gets to a few %, and then stalls.
Perhaps it is too-low a link bandwidth for the number of downloaders ?
Anyone else have stall issues with this link ?

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-21 13:14:00 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4114032
By: donho

The record macro doesn't include the plugins commands.

Don

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-21 14:14:23 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4114084
By: nobody
Post by SourceForge.net
Post by SourceForge.net
"Bookmark's line background colour" in global styles -
marked lines not only recognized by the yellow cycle
(style defined in "Mark colour"), but by the lines' backgound colour too!
I won't work on this feature.
=((
I thought, I isn't difficult to do, but ofcource it's up to you.


Don, can you add "\" and "/" to "shortcut" list in "Shortcut Mapper..."? Simply
to be able to assign "ctrl + \" to some action...


Eugene

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-21 15:20:30 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4114125
By: nobody

Because of explorer crash in precious RC this is the first time I've been able
to look at it.
In the Explorer and Favorites panels I get the most bizarre and random icons
attached to items, including folders. Shut down Notepad++ and the icons sometimes
change. The choice of icons is totally unrelated to the extension or type, most
folders show as folders but Documents and Settings always has a file icon which
is different every time, for instance. In Favorites most of my files are showing
with folder icons.

The split between the disk drives and folders/files panels is only saved when
Notepad++ is closed with them showing. If Favorites is showing then the next
time I start up Notepad++ the folders/files panels is almost reduced to nothing.


Mark B

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-21 17:13:38 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4114218
By: donho

Your OS is w2k, right?

Don

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-21 17:26:57 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4114239
By: bullock

Is it sufficient to have the plugin interface functions within N++ call the
macro-recording function where appropriate?

Greg

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-21 20:00:45 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4114395
By: nobody

Hi,
The launch of npp is sometime very slow (more than 30s) (XP 64bit) even with
the "don't check at runtime" option checked.
Is it possible to download the scr and pdb files to debug the pb?
thanks a lot for this tools.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-21 20:47:34 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4114449
By: jmg_

RC2 loaded and started OK (fresh DIR), after some download stalls.

"In the Explorer and Favorites panels I get the most bizarre and random icons
attached to items, including folders. Shut down Notepad++ and the icons sometimes
change."

I also see this, and yes, my OS is (also?) Win2k

Other comments on the explorer:

The top folders list seems to be time-sorted?,whilst my system is set to
alphabetical-sort. - Very confusing to the point of unusable.
I can't see any way to chage the sort ?

However, when I get folders on bottom pane, that IS alphabetical-sort.
-- well, actually _almost_ alphabetical-sorted ! - there is a wee ops-bug where
the
VERY FIRST folder name is out of order, rest seem OK :)
- and that very first folder name, happens to be the first (time-sorted?) in
the top window. [ does this fail only on the lowest root level ? ]

I also closed the Explorer, via the [x], but could then find no way to reopen
it - nothing under View, and nothing on the icons - how is this re-enabled ?

Sometimes, on first startup, the bottom explorer pane is blank, but it seems
bi-stable in nature, and mostly it shows the alphabetical-sorted tree of the
top window highlighted, which I figure is the normal/expected operation.

The Explorer.filter option looks great!!, be nice to be able to use that.

Session save/load seems to not remember the Explorer settings ? - is it meant
to ?
- to me that would be expected ?



______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-22 03:12:29 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4114792
By: nobody

Hi, Don:

How can I set a shortcut to the function "Reload from Disk"? I didnt find it
in the Shortcut Mapper.

Thanks in advance.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-22 06:14:52 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4114897
By: jestar
Post by SourceForge.net
I also closed the Explorer, via the [x], but could then find no way to reopen
it - nothing under View, and nothing on the icons - how is this re-enabled ?
I just downloaded and did a real quick exploration of RC2 and also found this
buglet. However, I found that you can go to Plugins->Explorer and then click
on Explorer to uncheck it then do it again to check it and the Explorer pane
reopens. I've not been able to get either the Explorer or Favorites hand-twister
keyboard shortcuts to work - pressing ctrl+alt+shift+e just made my hand sore,
it did not open or close the Explorer pane/side panel at all. This on Win XP
Pro w/ sp2. I downloaded the zip, then unzipped the package into a new clean
directory as per the instructions. Anything else I should be doing?




______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-22 06:52:30 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4114914
By: nobody

Hi,
Post by SourceForge.net
"In the Explorer and Favorites panels I get the most bizarre and random icons
attached >> to items, including folders. Shut down Notepad++ and the icons sometimes
change."
Post by SourceForge.net
I also see this, and yes, my OS is (also?) Win2k
I know about the problems on W2k. But I have no idea to find a solution for
that. The problem is that on W2k and previous systems the icon loading have
different results. If anyone could help me regarding it, he his welcome.
Post by SourceForge.net
The top folders list seems to be time-sorted?,whilst my system is set to
alphabetical-sort. - Very confusing to the point of unusable.
I can't see any way to chage the sort ?
Here I notice that only on Don's screenshot the first time. But this behaviour
is more strange than the icon behaviour. The biggest problem is, I have no W2k
and to fix it is for me big problem.
Post by SourceForge.net
I also closed the Explorer, via the [x], but could then find no way to reopen
it - nothing under View, and nothing on the icons - how is this re-enabled
?
Post by SourceForge.net
Sometimes, on first startup, the bottom explorer pane is blank, but it seems
bi-stable in nature, and mostly it shows the alphabetical-sorted tree of
the
Post by SourceForge.net
top window highlighted, which I figure is the normal/expected operation.
Interesting, but as I said: I have no W2k and therefore a big problem to reproduce
it.
Post by SourceForge.net
The Explorer.filter option looks great!!, be nice to be able to use that.
Thanks
Post by SourceForge.net
Session save/load seems to not remember the Explorer settings ? - is it meant
to ?
Post by SourceForge.net
- to me that would be expected ?
Only the latest folder should be recognised.


Best Regards
Jens

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-22 06:56:28 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4114916
By: nobody

Did you have the explorer open? Did you have external mounted devices? Do you
have this device selected on closing? Could you answere all this questions with
"Yes", this is the reason for slow startup.


Best Regards
Jens

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-22 08:32:21 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4114999
By: nobody

npp is an open-source project. Go to "download" section and it will be there.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-22 09:12:37 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4115043
By: nobody

Did you have the explorer open?
yes
Did you have external mounted devices?
yes
Do you have this device selected on closing?
no
Could you answere all this questions with "Yes", this is the reason for slow
startup.
no, but if I close the explorer view, the startup launch time is correct,
thanks



______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-22 12:40:36 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4115321
By: jasperlotus

I suggest that Notepad++ should support Unicode on its interface! I cannot enter
Unicode phrases in Search/Replace dialog, for example ``Soạn thảo''.

Type the phrase above in a blank document [UTF-8 without BOM], the phrase becomes:
``So th?o''! This is a bug I found from 3.8 ver. . The ạn disappear!!!

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-22 15:02:57 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4115923
By: nobody

Hi,

I test the sorting here on my plugin. Following result happens:

Array_Analayser
Array_Output_inTable_Format
Date
Delet_Entries
Drop_Down_Menue
Exception_Output
LocaleTime
Multiple_Radio_Buttons
Processing_Image
Retrieve_Table_fields
Retrive_Active_Fields
Searchme
Select_Drop_radio
Sorting_Dates
first
get_sizes
main_First
retrieve_proper_result_format
update_Insert


For me it works.


Best Regards
Jens

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-22 15:10:05 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4116135
By: nobody

Hi again,
Post by SourceForge.net
I also closed the Explorer, via the [x], but could then find no way to reopen
it - nothing under View, and nothing on the icons - how is this re-enabled
?

This is a bug on my side. It will be removed on final release.

Jens

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-22 23:46:50 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4117046
By: donho

I don't think it's a good idea to assign a shortcut to this command.

Don

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-23 00:12:30 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4117075
By: jasperlotus

Auto indent not work with C/C++&C#!!!

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-23 02:01:05 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4117163
By: nobody

No GUI unless I remove Explorer.dll from plugins directory.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-23 19:07:25 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4118524
By: nobody

Yes I should have mentioned that, sorry for delay, been ill.
Mark B

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-24 01:54:29 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4119036
By: nobody

Hello Don,
When I'm editing C file ( size is about 1,5 Mb) NP++ is hanging for a some time.
This happens due to the syntax highlighting reparsing in real time. Is it possible
to add some timeout to prevent re-parsing in real time? I think re-parsing should
be perforemed after some Idle. On my computer PIV 3.04 HT and 512RAM NP++ is
pretty uncomfortable editor because of this issue.

Best regards,
Alexander

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-24 12:37:42 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4119638
By: bsdz

This release candidate crashes if you try opening a file that has 80 characters
in its name. I.e. opening a file called
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
will crash notepad++.

Kind regards
Blair

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-24 18:29:27 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4120439
By: nobody

Hello guys!
I like you work very much, you are the best.
Notepad++ is my only love editor.
I have downloaded last RC version. And I have 2 problems.

1)How can I disable auto-adding )]}?
There is option here: TextFX->TextFX Settings->Autoclose )]}. It is uncheked,
however I have autofinishing. And when I check it, I have another one )]}. This
mean when I print "(" I have "())". How can I fix it or it is a problem of editor?
I don`t use autofinish..

2)And second one.
I have php extension file called test.php (created in Notepad++).
Content of file is next (I have more complex file, but I simplify it and problem
is still there):
<?
//src image
$im=imagecreatefromjpeg("sample3.jpg");
?>
When I open this file in Notepad++ I don`t see code highlight. Then I delete
comment and CRLF before it and code becomes normal highlighted. I can return
comment pressing CTRL+Z and code also normal highlighted.

I am sorry for my bad English, I hope you understand me.
Great thanks yo all you - you are the best! ;)

Regards.
Alexander.K.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-24 22:51:41 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4120794
By: nobody

The loading of the docked explorer is extremelly slow.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-25 06:55:27 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4121152
By: nobody

Therefore switch off ;). Its an explorer and I try to support the shell icons.
Loading of shell icons takes time - extremly on external devices.

Best Regards
Jens

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-25 12:52:29 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4121559
By: nobody

I currently use the Explorer plugin with NP++ ver 3.9 and am very pleased.
The Explorer window remembers its location and opens automatically with NP++
(if it was open when NP++ was last closed). Anyway, it opens up instantly,
no delay regardless if external devices are loaded in the directory tree. My
question is, now that Explorer is integrated into NP++ 4.0 (specifically this
RC2 version), why has the performance become so poor? Is it only the loading
of the shell icons you mentioned? If so, can this be removed or at least optionally
disabled? Something has changed to make the Explorer plugin much less usable
and effectively crippling NP++...my question is basically "Is that change, whatever
it was, necessary?"

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-25 13:38:02 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4121640
By: nobody

Shell icons were often requested and for me this is a reason to provide it.
I dont know your OS system, but normaly it doesn't take much time.


Best Regards
Jens

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-25 14:42:12 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4121731
By: nobody

WinXP (fully patched/updated), 2.8GHz Pentium dual, 2 Gig RAM. Load time of
NP++ is over 60 seconds due to Explorer and because the PC has 4 mapped drives
to network servers and one USB external drive. Disconnecting the USB external
drive results in about a 50 second startup time for NP++. Disconnecting all
mapped network drives results in a 10 second startup time. And, obviously,
disabling Explorer completely results in NP++ startup less than 1 second.

I can actually disconnect all my network mapped drives, start NP++, re-attach
to my mapped drives in 45 seconds...FASTER than NP++ will start on its own because
of (I assume) the shell icons. I too would vote for the option to disable this
function via setting, regain the performance of the "old" Explorer...which was
superb IMHO. I realize I can simply disable the Explorer function in the new
release, but it is disappointing to lose the functionality and performance that
was previously available.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-25 16:15:11 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4122121
By: nobody

Ok, 60 seconds is very slow! At best you contact me via mail and we will try
to find out the problem. With a remote session.

Best Regards
Jens

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-25 16:33:05 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4122166
By: nobody

About long-time loading.
Some advice: use separate thread to load icons into explorer. This is normal
practice and works pretty fast.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-25 22:56:06 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4122796
By: nobody

Regarding the performance issue:

I created a new binary. But there is one pb. The interface of Notepad will changed
a little bit in final release. However, this version of explorer will not work
with the current RC version of Notepad. Please contact me via mail to get all
new files.


Best Regards
Jens

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-25 23:00:41 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4122798
By: donho

Just to complete the information : it's about Explorer plugin performance issue.
If you have such problem, please help us to test the improved version.

Don

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-26 00:46:02 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4122893
By: nobody

Don,
can I expect any update about reparsing perfomance issue?
I think since it's basic functionality's issue then it should have higher priority
than plugins issues.

Thanks,
Alexander

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-26 06:33:38 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4123112
By: nobody

Hello Alexander,

parsing to highlight the code is done by scintilla. And when somebody has to
fix it, then it's up to Don. If you read the above posts you see, that there
are problem on startup regarding the explorer and this is my plugin and my issue.
I try to fix it, because I think that many users wants to have explorer on startup!
Therefore the priority is the same for me.


Best Regards
Jens

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-26 10:51:38 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4123379
By: nobody

Please add the escape key for immediate exiting. Sometimes I just want to take
a quick peek in a file and exit right away, but then if I change the file I
get a confirmation window after selecting the exit option through the menu,
and that's a bit annoying. Thanks. Carlos

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-26 11:43:19 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4123456
By: codenexus

There is a simple shortut... Alt+F4... Works on pretty much every windows
application. :)

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-26 12:55:53 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4123535
By: nobody

Hi!
When will you be able to release final version of NP++ 4.0? Are there still
critical bugs left? Will there be an "automatic autocomplete-feature", as mentioned
in the forum?

Thanks,

Dom.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-26 13:41:25 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4123594
By: nobody

Ok, I got it - thank you for clarifications, Jens.
Eh...I was suspecting that it's scintilla's functionality, but I hoped that
you have some interfaces to control it.
All I need is just a small timeout after keypress to start delayed reparsing
of code...
It's so pity that I can use np++ only as viewer and not as editor due to this
performance issue :(

Best regards,
Alexader

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-26 17:20:39 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4124126
By: nobody

I've had 4.0 crash on two different occassions when using ctrl + z... I have
not been able to reproduce the error but I'll let you know if I can.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-27 14:03:36 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4125244
By: nobody

Is 4.0 released?? On the Download section there's a 4.0 binary (however there's
no source or installer)!! :S

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-27 14:57:13 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4125291
By: nobody

Yeah, what about the final 4.0 release? No installer, only a binary...is 4.0
ready now??

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-27 17:14:16 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4125412
By: nobody

Will be done on this evening by Don.

Best Regards
Jens

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-27 23:42:31 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4125715
By: nobody

keeping a close watch for the release.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-28 02:21:10 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4125793
By: codenexus

Me too!

Don and co. (especially Jens from what I can tell) Thank you for all your hard
work.. You make my life so much easier!

One huge feature I just noticed when editing a PHP file is the "get PHP help
Alt+F1" under the Run menu. I will be making so much use of that!

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-28 05:48:20 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4125904
By: nobody

evening has passed, new day here. no release or is it delayed more?

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-28 07:42:24 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4125957
By: nobody

http://www.chip.de/downloads/c1_downloads_12996935.html#

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-28 09:52:04 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4126026
By: nobody

Hi, Notepad++ v4.0 is not compatible with OpenCtags plugin:

psapi.dll says:
Missing "SetInfo" function.
This plugin is not compatible with current version of Notepad++.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-28 11:56:29 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4126104
By: donho

There's a small problem regarding Explorer.dll, the v4.0 release will delay
a little bit.
I wait for Jens to solve this problem together, so be patient.

Don


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-28 12:43:34 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4126141
By: donho

This release contains a small flaw in Explorer plugin, so I removed it from
SourceForge.

Don

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-28 18:22:34 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4126405
By: nobody

Hello,

One bad thing about Explorer plugin:

why "enter" behaves like "back" (it sometimes make me nervous)??? It should
behave like "open", I think...
Jens, can you do it optionaly, t.i how it reacts (behaves) on "enter"?

Best regards,
Alex

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-29 07:05:38 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4127009
By: nobody

Jens,
scintilla 172 is out. Is it any way to verify performance issue using it?

Alexandr

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
SourceForge.net
2007-01-29 11:25:48 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4127279
By: nobody

I remove from session.xml file all files with long names and start np++ without
any problems. I think that problem occurs with length of tabs.
regards,
enis

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753

Loading...