Send Notepad-plus-plus mailing list submissions to
        notepad-plus-plus@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
or, via email, send a message with subject or body 'help' to
        notepad-plus-plus-requ...@lists.sourceforge.net

You can reach the person managing the list at
        notepad-plus-plus-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Notepad-plus-plus digest..."


Today's Topics:

   1. [notepad-plus - Open Discussion] RE: Function     List 2.0 BETA
      released (SourceForge.net)
   2. [notepad-plus - Help] Mark Line search option     stopped working
      (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Function     List 2.0 BETA
      released (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Function     List 2.0 BETA
      released (SourceForge.net)
   5. [notepad-plus - Translation] RE: Italian  Translation updated
      (SourceForge.net)
   6. [notepad-plus - Help] RE: Mark Line search        option stopped
      working (SourceForge.net)
   7. [notepad-plus - Help] RE: Mark Line search        option stopped
      working (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE: NPPExec   - Full AutoIT
      integration (SourceForge.net)
   9. [notepad-plus - Open Discussion] Notepad++ v5.4   released
      (SourceForge.net)


----------------------------------------------------------------------

Message: 1
Date: Mon, 25 May 2009 12:24:34 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Function        List 2.0 BETA released
To: nore...@sourceforge.net
Message-ID: <7408577.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7408577
By: joergenr

Hi Fabio

I found this in the release notes at SF Net:

"Copy the *.dll into the "Plugins" folder on Notepad++ install folder.
Both other files copy into the "Plugins/Config" folder. This could be in the
install folder of Notepad++ or in the %APPDATA% folder. This depends on your
installation."

JR

______________________________________________________________________
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



------------------------------

Message: 2
Date: Mon, 25 May 2009 12:57:05 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Mark Line search
        option  stopped working
To: nore...@sourceforge.net
Message-ID: <7408632.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7408632
By: cchris

It just styles the matched string, which does not conform to the .chm
description.

The option doesn't drop any bookmark either when doing individual searches or
"Find in current document" searches.

Is it just me? Using v5.4 RC2 unicode

CChris

______________________________________________________________________
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=331754



------------------------------

Message: 3
Date: Mon, 25 May 2009 14:01:28 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Function        List 2.0 BETA released
To: nore...@sourceforge.net
Message-ID: <7408708.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7408708
By: countdown

Hi Joergen,

thanks, I had completely missed the release notes, and the readme.txt file isn't
included in the .zip archive. Now I've followed the instructions.

But the problem is still there! :-( It won't recognize the language and thus
it finds no function.

Anyway, I've tried with a clean installation of 5.4 RC2 and it works, so I'll
try to use that. After all, I use the compare plugin only rarely, so I can keep
using 5.4 and, when I need to compare 2 files, momentarily launch older 5.3.1.

Some things I've noticed:
-generating the list of functions is a lot slower than 1.2; maybe it's because
I'm working on a very large file (more than 13000 lines and 650 KB, more or
less a hundred functions).
-I expect that everybody comments on how bad it is to work with such big files
;-) but I actually find it a lot more practical than splitting my work in dozens
of smaller files.
-if you have a method such as myclass::do_nothing(), previously the list 
reported
only do_nothing, now it reports the full name myclass::do_nothing. I'm not sure
I like it, I think an option to choose this would be better
-I confirm the search is case insensitive. Again, I'm not sure it's a good 
thing:
it might help, but it might also create some confusion. I guess the best 
solution
is NOT giving the same name to 2 functions, using only capitals to differentiate
them (in other words: if there's a function called "start", don't create another
one called "Start").
-In tree view, if you search for a certain word, you get a list of all the 
functions
that contain that word: good. But from that list you can't expand the VARIABLES
item. Otherwise, if you aren't looking for anything, expanding VARIABLES works.
By the way, this VARIABLES feature is nice. :-)
-Constructors are listed differently: for example, myclass::myclass is displayed
as ::myclass(), whereas myclass::noname is displayed as myclass::noname.
-The lines

#include "wireless-phy.h"
#include "sparemac2.h"

generate the following entries:

"wireless
"sparemac2.h"

I don't think #include lines should be displayed in the function list, but 
anyway
there's an obvious problem with the name of the first file. I assume it depends
on the dash character.

All in all, however, it looks a very good job; the bugs I've reported (assuming
they ARE bugs, which I'm not even sure of) are very small ones - except maybe
for the fact that I couldn't get this plugin to run with 5.3.1, but it might
depend on a very "dirty" and messed-up installation folder :-)

______________________________________________________________________
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



------------------------------

Message: 4
Date: Mon, 25 May 2009 14:22:37 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Function        List 2.0 BETA released
To: nore...@sourceforge.net
Message-ID: <7408737.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7408737
By: countdown

I've just tried reinstalling 5.3.1 clean, and now it works. On the other hand,
it still refuses to work on my previous installation. Strange, I didn't think
I had messed so much with that folder. Every other plugin works, after all.
Oh, well, who cares.

By the way, I would like to thank paraglider for his help as well! Somehow,
I see your posts above mine, not below, so I had missed them. :-(

To the Sourceforge guys: +1 vote to use phpBB as forum engine.

______________________________________________________________________
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



------------------------------

Message: 5
Date: Mon, 25 May 2009 16:06:46 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE: Italian
        Translation updated
To: nore...@sourceforge.net
Message-ID: <7408924.558...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7408924
By: ices_eyes

Bug fixing version for both 5.3.x and 5.4 version:

N++ 5.3.x: http://www.datafilehost.com/download-0195e33c.html
N++ 5.4: http://www.datafilehost.com/download-36c18ca6.html

Thanks to Fabio T. for let me know the error :-)

______________________________________________________________________
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=558104



------------------------------

Message: 6
Date: Mon, 25 May 2009 16:16:48 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Mark Line
        search  option stopped working
To: nore...@sourceforge.net
Message-ID: <7408947.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7408947
By: donho

> The option doesn't drop any bookmark either when doing individual searches
> or "Find in current document" searches.

Both "Mark Line" and "Style found token" options work only with "Find All"
button.

Regards,
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=331754



------------------------------

Message: 7
Date: Mon, 25 May 2009 17:26:03 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Mark Line
        search  option stopped working
To: nore...@sourceforge.net
Message-ID: <7409066.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7409066
By: cchris

Oh, I see.

Then the .chm file definitely needs being corrected, because it suggests a wider
range of applicability.

CChris

______________________________________________________________________
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=331754



------------------------------

Message: 8
Date: Mon, 25 May 2009 18:47:56 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        NPPExec - Full AutoIT integration
To: nore...@sourceforge.net
Message-ID: <7409189.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7409189
By: andys01

AutoIT has a command line switch called /ErrorStdOut which re-directs errors
to stdout (the console).  I see these lines and they are in a different color
than the other lines, but when I double-click on them, I don't go to the 
offending
line in my source file.


______________________________________________________________________
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=482781



------------------------------

Message: 9
Date: Mon, 25 May 2009 21:09:53 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Notepad++ v5.4  released
To: nore...@sourceforge.net
Message-ID: <7409364.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7409364
By: donho

One of new sweetest capacities in Notepad++ v5.4 is google chrome tab drag and
drop feature : it allows user to drag out a tab to move/open the current 
document
in a new instance. It's useful if you have 2 or more displays.Any document can
be draged in/out among different instances.

While new release is enhanced for the rich developpers who can afford several
monitors, the poor ones who have only one display with the pre-historic video
card are not forgotten : The structure of menu is compacted in order to access
to every single menu item in any resolution (even under 640 x 480).

Theme selector (Menu "Settings->Style Configurator...") is another sweet feature
in this release. It allows users to switch among different themes on the fly
and get the visual effect immediately. 10 themes are included in both 
ANSI/Unicode
releases so you can play around directly.
I did "Hello Kitty" theme and I'm quite satisfied with it - it's easy to fill
with different pink colours to get this silly style. On the other hand, I tried
to make a theme named "Bad Taste" but in vain. Obviously my taste is not so
bad :) . So for those who have talent to make such theme, please send it to
me (d o n . h @ f r e e . f r), I will include it in the future release if it
is ugly enough. It'll be even better to have several ugly themes so that "Bad
Taste" theme competition will take place.

"Mark all" extension is another handy feature. By making these commands 
accessible
via the context menu, user is able to mark upto 5 different colours for any
occurence. It's convinient when you work on a log file.

Too many goodies in this release, I let you discover them yourself.

Notepad++ v5.4 new features and fixed bugs (from v5.3.1) :

1.  Add theme selector to switch styles.xml on the fly, change styles.xml on
one click.
2.  Add google chrome drag and derop tab feature : drag out tab to create a
new instance, transfer documents among several instances by drag and drop.
3.  Add Mark all extension : user can mark any occurrence with 5 different
colours.
4.  Add new feature : column selection allows to insertion a string by typing
characters in sequence (w/o column mode editor).
5.  Detect UTF16 encoding (BE and LE) w/o BOM.
6.  Fix crash bug : Double click a file associated with an older version of
Notepad++ while a newer version of Notepad++ instance is running.
7.  lmprove main menu structure (more compact). Language Menu can be compacted
as well (optional, in Preference dialog).
8.  Fine numbers margin width is changed dynamically according to the needed
space (but keeping at least 3 digits).
9.  File history list (under the File menu) is limited to 100 characters per
item. Longer file names are fitted to 100 characters by replacing path 
components
with ellipses.
10. Update Scintilla from v1.75 to v1.77.
11. Indent guideline can be shown w/o whitespace or tab symbol.
12. Fixed two bugs when calculating the width of the TaskList (document list
when pressing ctrl+tab or right-click + mouse wheel.
13. Add an (hidden) option to make the "Filters" and "Directory" fields follow
the current opened document in "Find in files" dialog. The new parameters are
located in config.xml and are called: "fifFilterFollowsDoc" and 
"fifFolderFollowsDoc"
(set to "yes"/"no")
14. Add new command parameters : -c (column) -x et -y (startup position).
15. Remove change line marker which does not work correctly. Include 
ChangeMarkers
plugin instead.
16. Fix bug "Switch to found results window" command now switches back to the
current edit view if the focus is already on the found results.
17. Fix the search result inaccurate colorization bug.
18. Fix the Mark all in selection bug (while Find Replace Dialog loosing the
focus).
19. Add 2 plugins messages : NPPN_FILEBEFORELOAD and NPPN_FILELOADFAILED.
20. Fix New document not be switched while double clicking in Find in files
result panel.
21. Fix conversion min to Maj and Maj to min (or vice et versa) in column 
selection
bug.
22. Fix bug when the find dialog was closed the translucaent shadow remained
in Windows 7.
23. Fix crash bug of find in files feature.
24. Add "follow current doc" checkbox in Find in file dialog.
25. Add the ability of tag match feature to not highlight comment zone
in html/xml.
26. Fix TCL language highlighting bug.



Included plugins (Unicode):

1.  TextFX v0.26
2.  NppExec v0.3 RC1
3.  Spell Checker v1.3.2
4.  MIME Tools v1.5
5.  FTP_synchronize v0.9.6
6.  NppExport v0.2.8
7.  Doc Monitor v2.2
8.  NppNetNote v0.1
9.  ChangeMarkers 1.2.0
  
Included plugins (ANSI):

1.   TextFX v0.25
2.   NppExec v0.3 RC1
3.   Spell Checker v1.3.1
4.   MIME Tools v1.5
5.   FTP_synchronize v0.9.6
6.   NppExport v0.2.8
7.   Light Explorer v1.5
8.   Doc Monitor v2.2
9.   NppNetNote v0.1
10.  ChangeMarkers 1.2.0


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



------------------------------

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 

------------------------------

_______________________________________________
Notepad-plus-plus mailing list
Notepad-plus-plus@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 36, Issue 53
*************************************************

Reply via email to