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
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

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 - Plugin Development] RE:   _init2Check not
      working any more ? (SourceForge.net)
   2. [notepad-plus - Help] For the wishlist ... (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Linux        version?
      (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE: Events    to plugin in
      reverse order? (SourceForge.net)
   5. [notepad-plus - Open Discussion] Notepad++ v4.9   Workers'
      Day's Edition (SourceForge.net)


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

Message: 1
Date: Thu, 01 May 2008 04:48:46 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        _init2Check not working any more ?
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


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

I tested with v4.9 and I have no problem with check menu item.

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



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

Message: 2
Date: Thu, 01 May 2008 05:42:01 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] For the wishlist
        ...
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


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

Instead of having N++ always start with whatever files were open when it was
last closed, it would be nice to have the ability to assign files to named 
groups
and then have the option of having a default group load at startup as well as
being able to select a group from a list and have all of that group's files
load at once.  Just a thought...  :)

BTW, love the app!

______________________________________________________________________
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: Thu, 01 May 2008 06:56:38 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Linux   version?
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


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

for more informations on notepad++ use under wine, see :
http://appdb.winehq.org/objectManager.php?sClass=application&iId=2983.
Actually notepad+ 4.85 runs very well under wine 0.9.60:
Here are the features thats works fine :
    * syntax highlighting
    * opening/saving/editing
    * xml tools plugin works fine
    * function list plugin version 2 (until 4.82 only...)
    * compare plugin
    * search/replace
    * search in files
    * bookmarks
    * folding feature
    * help on line
    * ftp_synchronizeA works when contextual menu is used on files
    * ...

Here are features that bug or that doen't work so well:

    * autocompletion works but the windows autocompletion appears with the title
bar. Normally, this is not the case.
    * there are not tooltips
    * if file status auto detection feature is enabled, when a file is updated,
notepad++ crashes
    * explorer plug-in doesn't show the last character of the file names
    * the contextual menu is partially shown in light explorer plugin
    * double left click on a file from ftp_synchronizeA plugin window crashes
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



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

Message: 4
Date: Thu, 01 May 2008 07:31:58 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Events  to plugin in reverse order?
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


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

Perhaps _pEditView is not the place.
How about storing the filename to be opened is another, perhaps, global variable
in
the Notepad_Plus.cpp file. 

That, combined with another message like
NPPM_GETFULLCURRENTPATHOFFILETOBEOPENED telegram could be defined, 
to return the value of that global varible 

something like

1- open file
2- store filename in global var
3- notify file_beforeopen
4- update _pEditView
5- notify file_opened

By doing this, a message NPPM_GETFULLCURRENTPATHOFFILETOBEOPENED, sent between
3 and 4 above,
would get the name stored in 2.


Oh, and is it possible to, from a plugin, to ask an open file to be reopened
in readonly-mode?


/Bj?rn



______________________________________________________________________
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: 5
Date: Thu, 01 May 2008 09:28:50 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Notepad++ v4.9  Workers' Day's Edition
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"


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

It's International Workers' Day today, but I work still for you :)

Here you can download Notepad++ v4.9 Official Release :
http://sourceforge.net/project/showfiles.php?group_id=95717&package_id=102072&re
lease_id=595183

This version fixes a few of bugs in the 4.9 pre-release and adds few features.


Notepad++ v4.9 fixed bugs and added features (from v4.8.5) :

1.  Add smart highlighting feature (double click a word to highlight all the
same word in the document).
2.  Enhance visual effect of Mark all feature.
3.  Enhance Incremental search dialog docking.
4.  Enhance Incremental search : add Highlight all feature.
5.  Add auto-hide menu feature (IE7 style menu - Alt or F10 to toggle)
6.  Enhance tool bar GUI usability (display a chevron while some tool icons
hidden).
7.  Add style transparency feature, right click on color to enable.
8.  Fix the files not opening by DnD bug.
9.  Enhance Find Replace dialog : Add "Extended" option - search (and replace)
for tabs(\t), newline(\n\r), and a characters by it's value (\o, \x, \b, \d,
\t, \n, \r and \\).
10. Bug fixed : Find dialog always scrolls text into view now.
11. Add places bar in save as dialog
12. Fix non-recognized relative path bug in command line mode (under Dos 
prompt).
13. Add 2 messages for doc monitor plugin.
14. Fix the transparency bug (in Styler Configurator).
15. Make search in hidden directory (for Find in files) optional.
16. Fix the replace bug while replacing nothing.
17. Fix the F3 searching direction bug.


Included plugins :

1. TexFX v0.24a
2. NppExec v0.2 RC3.2
3. Spell Checker v1.3.1
4. MIME Tools v1.4
5. FTP_synchronize v0.9.6
6. NppExport v0.2.7.3
7. Compare plugin v1.5.1
8. Light Explorer v1.4
9. Doc Monitor v2.1

Let me know if you have any problem by using this release.

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



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

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

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

_______________________________________________
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 24, Issue 2
************************************************

Reply via email to