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 - Help] RE: NPP hanged on Ctrl+S, can I rescue "new 2"? (SourceForge.net) 2. [notepad-plus - Help] RE: Syntax Highlighting Problem (SourceForge.net) 3. [notepad-plus - Help] RE: Find in Files crash (SourceForge.net) 4. [notepad-plus - Translation] Bad Turkish translation (SourceForge.net) 5. [notepad-plus - Open Discussion] A "Replace all" bug (SourceForge.net) 6. [notepad-plus - Open Discussion] RE: Crash during search (SourceForge.net) 7. [notepad-plus - Open Discussion] New Extension: xjt (SourceForge.net) 8. [notepad-plus - Open Discussion] Feature Req: Better multi-line find/replace (SourceForge.net) 9. [notepad-plus - Plugin Development] RE: vhdl plugin (SourceForge.net) 10. [notepad-plus - Open Discussion] RE: A "Replace all" bug (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Thu, 15 Jan 2009 20:16:03 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: NPP hanged on Ctrl+S, can I rescue "new 2"? To: nore...@sourceforge.net Message-ID: <6130261.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=6130261 By: harrybharry I dont know about the timeinterval of the autosave plugin,you should ask the author (if he still maintains it). Personally I stick with my opinion notepad++ shouldnt create temp files out of nowhere. If some other developer thinks otherwise, Im not going to stop them. But as it currently stands (new feature or not) you can only go by 'save and safe often' since there is no real restore functionality. Also, if Windows explorer hangs, jank your network cable/usb device/tape drive if possible, sounds more like a timeout that anything else (in other words, be patient, dont terminate the 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=331754 ------------------------------ Message: 2 Date: Thu, 15 Jan 2009 20:19:04 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Syntax Highlighting Problem To: nore...@sourceforge.net Message-ID: <6130333.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=6130333 By: hnatek Edit: Highlight problem exists when there is at least one [ENTER] in code. The last working good version was npp 5.0.3. Problem is inside notepad++.exe file. To check if npp highlight properly make new file, type to it: <?php [enter] echo"test"; [enter] ?>, and save as test.php or <html> [enter] <body> test </body> </html> Code shouldn't be highlighted properly. This code should be highlighted ok: <?php echo "test"; ?> or <html> <body> test </body> </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=331754 ------------------------------ Message: 3 Date: Thu, 15 Jan 2009 23:06:15 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Find in Files crash To: nore...@sourceforge.net Message-ID: <6132524.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=6132524 By: pegasuszeta Sure thing, I've been using the most current version, 5.1.4. I've also tried 5.1. 1/2/3. I suspect the program is terminating after it finds the string. A workaround I'm using is using a separate windows grep utility, then opening all the files it flags in npp, and then using the 'find in all open files' feature. This allows me to go straight to the line number by double-clicking on the search results without crashing. ______________________________________________________________________ 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: 4 Date: Thu, 15 Jan 2009 22:44:10 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Translation] Bad Turkish translation To: nore...@sourceforge.net Message-ID: <6132316.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=6132316 By: donho There's a insult word in NativeLang.xml of Turkish translation translated by a brainless guy. It is removed from Notepad++, and there'll be a correct Turkish translation in the next release. Sorry about it. 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=558104 ------------------------------ Message: 5 Date: Fri, 16 Jan 2009 12:40:25 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] A "Replace all" bug To: nore...@sourceforge.net Message-ID: <6138920.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=6138920 By: cocinerox Hi! In version 5.1.4 unicode (and in previous versions as well) there is a small bug in the "Replace all" feature (but it can be serious). Steps to reproduce: copy-paste for example the following line to a new document: small duck duck duck duck Save the file (important!). Now move the caret to the very first position. Press Ctrl-H (Replace...). (Note that "small" is now selected.) Type d to the first textbox and l to the second, ie. to replace the "d" characters to "l". Now press "Replace all". See what I mean? The first "d" was not replaced by "l", but by the first letter of "small" ("s")... :) Thanks, cocinerox ______________________________________________________________________ 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: 6 Date: Fri, 16 Jan 2009 11:45:47 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Crash during search To: nore...@sourceforge.net Message-ID: <6138146.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=6138146 By: schnatterfleck I get the same error with the Unicode version. Crash occurs with v5.1.2, v5.1.3 and v5.1.4 under WinXP. N++ v5.1.1 and earlier don't seem to be affected. Steps to reproduce the error: I have a document open both in primary and secondary view, and use "Find in Files" on a marked word, N++ crashes each time. As I use this frequently, I am currently using v5.0.3 again, works best for me... Regards, Schnatterfleck ______________________________________________________________________ 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: Fri, 16 Jan 2009 12:36:42 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] New Extension: xjt To: nore...@sourceforge.net Message-ID: <6138864.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=6138864 By: standus Please add to next release of Notepad++ extension "xjt" for Syntax Highlight. It is same as Postscript language. It is extension of Xerox application named VIPP Designer. Thank You. ______________________________________________________________________ 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: 8 Date: Fri, 16 Jan 2009 14:06:09 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature Req: Better multi-line find/replace To: nore...@sourceforge.net Message-ID: <6139631.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=6139631 By: jsbiff It is currently possible to do find/replace of multiple lines of text. However, it is awkward - the text input fields are only a single line, so you cannot paste in multiple lines of text, and you have to manually type in the end-of-line sequence using \r\n (something which non-programming users might not be familiar with). I would like to request that a checkbox option be put in the find/replace dialog which causes the dialog to change from single-line text input boxes for the find and replace fields, to multi-line textarea controls. ______________________________________________________________________ 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: 9 Date: Fri, 16 Jan 2009 14:08:43 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: vhdl plugin To: nore...@sourceforge.net Message-ID: <6139647.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=6139647 By: h0russ Wow great, i've been looking for a VHDL plugin for a while now! Would be great if you could add a hierarchy browser like the speedbar in emacs, would be a real time saver to be able to click on an entity/instantiation an directly jump to the corresponding code. If you need a tester let me know! best regards, Olivier ______________________________________________________________________ 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: 10 Date: Fri, 16 Jan 2009 14:40:37 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: A "Replace all" bug To: nore...@sourceforge.net Message-ID: <6139881.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=6139881 By: sdcurry I agree. Opened .cls file, CTRL-H see http://i297.photobucket.com/albums/mm216/memiself/npperror.gif It only did one replace (incorrectly).. "thisName" was changed to "VERSNAME". Should have been 4 replaces. Seems to have used the number of chars of find word but taken them form the green selected word. Strangely, if copy/paste whole to new, then do search/replace in exactly same way, it works. ______________________________________________________________________ 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: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword ------------------------------ _______________________________________________ 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 32, Issue 32 *************************************************