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: Disabling zooming. (SourceForge.net) 2. [notepad-plus - Open Discussion] RE: Disabling zooming. (SourceForge.net) 3. [notepad-plus - Open Discussion] Notepad++ v5.4 RC 2 (SourceForge.net) 4. [notepad-plus - Open Discussion] RE: Notepad++ v5.4 RC 2 (SourceForge.net) 5. [notepad-plus - Help] RE: russian in 5.3.1 (SourceForge.net) 6. [notepad-plus - Open Discussion] RE: Disabling zooming. (SourceForge.net) 7. [notepad-plus - Help] RE: Russian alphabet (SourceForge.net) 8. [notepad-plus - Help] RE: find search insert linebreak newline SOLVED (SourceForge.net) 9. [notepad-plus - Help] RE: Doubleclick to close file (SourceForge.net) 10. [notepad-plus - Open Discussion] RE: Notepad++ v5.4 RC 2 (SourceForge.net) 11. Re: [notepad-plus - Open Discussion] Notepad++ v5.4 RC 2 (Jurko Gospodneti?) ---------------------------------------------------------------------- Message: 1 Date: Fri, 01 May 2009 23:10:04 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Disabling zooming. To: nore...@sourceforge.net Message-ID: <7333620.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=7333620 By: aathell +1 for the feature, -1 for happening soon. Why the -1? It is a Scintilla function, and in order to have it be disabled from Notepad++ it needs to have a method to do so, or N++ needs to fork Scintilla. Forking won't be happening for that, so that means Scintilla has to make a change. If you have it in you to write a patch; I'd vote for it on the Google Scintilla Interest Group. almostautomated ______________________________________________________________________ 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: Fri, 01 May 2009 23:30:41 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Disabling zooming. To: nore...@sourceforge.net Message-ID: <7333827.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=7333827 By: aathell request updated: https://sourceforge.net/tracker/index.php?func=detail&aid=2785319&group_id=95717 &atid=612385 If someone wants to pitch in with a patch to submit to Scintilla.... ______________________________________________________________________ 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: 3 Date: Sat, 02 May 2009 00:04:22 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Notepad++ v5.4 RC 2 To: nore...@sourceforge.net Message-ID: <7333930.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=7333930 By: donho I did my homework before my vacations : http://notepad-plus.sourceforge.net/commun/misc/npp.bin.v5.4.RC.2.zip Here are 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. Iixed 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. ile 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. 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 It's your turn to do your homework : Please post here if you find any serious problem. The official release will be out in a coup of weeks, if there are no critical bug found. 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 ------------------------------ Message: 4 Date: Sat, 02 May 2009 00:07:59 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ v5.4 RC 2 To: nore...@sourceforge.net Message-ID: <7333946.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=7333946 By: aathell Excellent! Have fun on vacation! almostautomated ______________________________________________________________________ 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: Sat, 02 May 2009 00:27:30 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: russian in 5.3.1 To: nore...@sourceforge.net Message-ID: <7334149.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=7334149 By: visibler Understood thank very much ______________________________________________________________________ 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: 6 Date: Sat, 02 May 2009 00:33:42 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Disabling zooming. To: nore...@sourceforge.net Message-ID: <7334161.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=7334161 By: joleg74 I'm game... I'll have a look at this over the week end. ______________________________________________________________________ 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: 7 Date: Sat, 02 May 2009 00:35:00 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Russian alphabet To: nore...@sourceforge.net Message-ID: <7334166.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=7334166 By: visibler Ok. I'll wait the next version ______________________________________________________________________ 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: Sat, 02 May 2009 02:15:57 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: find search insert linebreak newline SOLVED To: nore...@sourceforge.net Message-ID: <7334731.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=7334731 By: kisazeky Ah... This "Advanced" find and replace option was not available to me because I had Unicode Notepad++ Now I have it with ANSI 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=331754 ------------------------------ Message: 9 Date: Sat, 02 May 2009 02:19:18 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Doubleclick to close file To: nore...@sourceforge.net Message-ID: <7334747.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=7334747 By: joleg74 Yes. Go to Settings | Preferences | Global. On the right side, in the "Tab bar" box, last option at the bottom: "Double click to close document" cheers! joce. ______________________________________________________________________ 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: 10 Date: Sat, 02 May 2009 03:47:16 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ v5.4 RC 2 To: nore...@sourceforge.net Message-ID: <7335237.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=7335237 By: sharljimhtsin homework?! yeah ______________________________________________________________________ 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: 11 Date: Sat, 02 May 2009 12:08:29 +0200 From: Jurko Gospodneti? <jurko.gospodne...@docte.hr> Subject: Re: [Notepad-plus-plus] [notepad-plus - Open Discussion] Notepad++ v5.4 RC 2 To: notepad-plus-plus@lists.sourceforge.net Message-ID: <gth63v$m2...@ger.gmane.org> Content-Type: text/plain; charset=UTF-8; format=flowed Hi Don. > 4. Add new feature : column selection allows to insertion a string by typing > characters in sequence (w/o column mode editor). This is nice but there are a few things missing from this feature: ---------- Important: ---------- * Backspace & delete keys should work correctly in this new column mode. They should maintain the current column selection and delete the next or previous character respectively. They should also not be able to delete end-of-line markers. * When you start block selection you should start ignoring end-of-line markers. I.e. in the following text: ----- I'm a little tea pot... short and stout here is my handle here is my snout... ----- It should should be possible to make the following selection: ----- I'm a little tea pot... short an[******] here is [******] handle [******] here is [******] snout... ----- And also, when you make a selection like this ('|' characters are for illustration only): ----- I'm a little tea pot... short an|d stout here is |my handle | here is |my snout... ----- Typing in new characters should have the following effect: ----- I'm a little tea pot... short an[***]d stout here is [***]my handle [***] here is [***]my snout... ----- Instead of the current (not how the text in the shorter line gets messed up): ----- I'm a little tea pot... short an[***]d stout here is [***]my handle[***] here is [***]my snout... ----- ------------- Nice-to-have: ------------- * When you select a column of width 0, it would be nice to see a tiny selection marker between the related character columns. * The old feature allowing you to fill the whole block with a single character was also very useful. There is a way to have both: * When you have a zero-width column selection. * Use the new behaviour of adding characters as you type. * Have the <del> key delete the next character through all the selected columns. It should not delete end-of-line markers though. * Have the <backspace> character delete the previous character through all the selected columns. It should not delete end-of-line markers though. * When you have column selection at least 1 character wide. * Use the old behaviour of filling the selected block with the typed in character. * In this case make del & backspace keys delete the whole selection and leave it in zero-width column selection mode (so after that you can type in free-style text as described for the zero-width column selection mode). Hope this helps. Best regards, Jurko Gospodneti? P.S. In general the UltraEdit editor has had this feature nailed for a long time and can be used as an excellent source of ideas. ------------------------------ ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf ------------------------------ _______________________________________________ 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 9 ************************************************