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] Slow performance (SourceForge.net) 2. [notepad-plus - Open Discussion] RE: Notepad++ v5.4 RC 2 (SourceForge.net) 3. [notepad-plus - Help] SQL Comment # (SourceForge.net) 4. [notepad-plus - Plugin Development] RE: Keyboard File Switcher 0.6.0.1 (SourceForge.net) 5. [notepad-plus - Plugin Development] RE: Keyboard File Switcher 0.6.0.1 (SourceForge.net) 6. [notepad-plus - Plugin Development] RE: Keyboard File Switcher 0.6.0.1 (SourceForge.net) 7. [notepad-plus - Help] Multi-word keywords? (SourceForge.net) 8. [notepad-plus - Help] More printing options? (SourceForge.net) 9. [notepad-plus - Help] RE: russian in 5.3.1 (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Wed, 06 May 2009 15:12:00 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Slow performance To: nore...@sourceforge.net Message-ID: <7377471.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=7377471 By: gqueue I've been using NPP since v3 and am a true believer. But recently noticed that performance is really starting to lag, ever since late in v4, particularly on screen scrolling. I find even just PGDN a file takes 1 or 2 seconds per press. Anyone else seeing this? Is there a setting or anything that I can do to affect performance? I have tried remove all plug ins to see if that make a difference but with no luck. ______________________________________________________________________ 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: Wed, 06 May 2009 15:24:23 +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: <7377499.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=7377499 By: mike_hinson Is this intentional? <ctl>m in earlier versions marks all words matching the selected text & adds bookmarks to the lines (dependant on find settings). When analysing some sorts of data this is just about the most useful feature of npp, but it no longer works in 3.4 RC2. I guess this is because the Mark all option now has a selection of colours to use. can we keep a shortcut to the previous default behaviour please, or have it as an option. Only other way I can find to do this is 6 keystrokes or 5 mouse clicks. 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 ------------------------------ Message: 3 Date: Wed, 06 May 2009 16:13:44 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] SQL Comment # To: nore...@sourceforge.net Message-ID: <7377597.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=7377597 By: andrewteg I have a ton of saved .sql files that I want to use Notepad++ on but they have # for a comment. Is there anyway to get that into the syntax highlighting as it only recognizes /* I tried editing langs.xml but that didn't seem to take effect. Thanks, Andrew ______________________________________________________________________ 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: Wed, 06 May 2009 21:51:25 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Keyboard File Switcher 0.6.0.1 To: nore...@sourceforge.net Message-ID: <7378259.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=7378259 By: fool4uanyway >> " Yes, that's intended. Granted, it's not self explanatory! If you set the shortcut to be Ctrl-Tab/Ctrl-Shift-Tab, then it will behave similar to the built-in Ctrl-Tab switcher, just with the advantage that you can start typing to reduce the size of the list, otherwise, I thought the only sensible "default" behaviour for the switch-next and switch-previous options is to switch directly to next and previous doc. << " In my opinion, the _only_ sensible behavior for the menu items is to always directly switch to the previous or next document. I do not see much advantage to those functions _also_ opening the File Switcher (as the first menu item does) with the only difference being already only selecting the previous or next document in the list. >> " The extra options are really only there so that you can replace the Ctrl-Tab functionality, and still use the file switcher normally. " << Yeah, I thought so. But perhaps you could create separate options for those that state that the File Switcher will be opened instead of directly switching... >> " On the read-only thing, if only it were that easy! I can only get the read only status of the current document, but if you change to a doc (with or without the switcher), set the readonly flag, then change without the switcher to another doc, I get no notification that the readonly has changed for that document. It's certainly on my to-do list, but it needs a small patch to N++ before it is sensible to do it, without causing a hit on performance. " << Oh, forget about it, then. This seems way to complicated. I can't even take the time now to think about what goes on from your description. STILL I would still like those previous and next buttons in the dialog that do a direct switch in the background as opposed to moving the selection in(side) the list. SUGGESTION You might also create a checkbox that will enable or disable this direct switching whenever another document is selected in the list. A user could quickly check if he got the right document then. BUG I just noticed that the File Switcher is mistaken when I pressed the menu items to switch to the next and previous document after Notepad++ having just started. The selected document was the second in the "Order"ed list, while the active document was the one before the last. So it seems the current selection isn't initialised correctly. By the way, when doing this the color of the selection (background bar) _is_ the highlighted (focus) color (blue). NEW You might also add a drop down combo box listing the last typed search string and/or complete names of documents activated from the File Switcher. Perhaps you could even create yet another column allowing the list to be ordered as MRU list, showing the most recent (activated) documents on top to allow yet even faster access. ______________________________________________________________________ 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: Wed, 06 May 2009 22:03:35 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Keyboard File Switcher 0.6.0.1 To: nore...@sourceforge.net Message-ID: <7378283.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=7378283 By: fool4uanyway MORE ABOUT THE SELECTION INITIALIZATION BUG When (only) opening the File Switcher dialog from the menu, the selection color is not focused (grey). When selecting the "previous" item from the menu, also the _next_ document is selected, instead of the previous. I would prefer to have this item above the "next" item in the menu. Also, when calling the File Switcher from the Ctrl+(Shift+)Tab key combo's the selection initialization is wrong: it does not start from the currently active document, but from some seemingly remembered number or previous selection. (Ctrl+Shift+Tab _does_ work in the intended order: previous, as opposed to the menu item.) So if I "key" or "menu" to the previous or next document, I can't tell beforehand which document I will go to. (I did not notice this behavior yesterday, which I find strange.) ______________________________________________________________________ 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: 6 Date: Wed, 06 May 2009 22:54:43 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Keyboard File Switcher 0.6.0.1 To: nore...@sourceforge.net Message-ID: <7378340.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=7378340 By: davegb3 Wow, sounds like you've been playing with this more than I have! Just to pick up on some of your points >> In my opinion, the _only_ sensible behavior for the menu items [Switch to next/ switch to previous] is to always directly switch to the previous or next document. I do not see much advantage to those functions _also_ opening the File Switcher (as the first menu item does) with the only difference being already only selecting the previous or next document in the list. << That's not the only difference. When launched from those menu options, with the Ctrl-Tab / Ctrl-Shift-Tab keys, the selection will change on a "tab" press, and select the document when Ctrl is released. When launched "normally" (from the first menu item), it will only select the document when return (or OK) is pressed. This is why the bar is blue when launched from ctrl-tab, and grey when launched from Ctrl-Sh-O, because when ctrl-tabbing, the listview is in focus, and when using it normally, it's out of focus. I am looking into whether the colour can be remain the same all the time however. Where you will get strange behaviour, and something that is on my list to see if a neat solution can be found, is if you use the menu to access the switch-next or switch-previous, but with the ctrl-tab shortcuts assigned. Then you're ctrl-tabbing without holding ctrl, which is just plain weird :), and then the only real difference is that the next document is highlighted, which as you say is not very useful. (The text box is also disabled, but will be enabled as soon as you press a key) >> BUG I just noticed that the File Switcher is mistaken when I pressed the menu items to switch to the next and previous document after Notepad++ having just started. << Good spot on the bug - actually I think it's a single bug that the Ctrl-(shift)-Tab launch doesn't properly set the currently selected document. Your suggestion for a checkbox to show the currently selected document is already on my "to do before 1.0" list, which seems to be getting longer rather than shorter! Personally, I'd like the option of showing the documents live-switch whether I'm typing, tabbing or whatever. I'll get these things fixed as soon as I can, and a very genuine thank-you for the time you've put into reviewing this. Cheers, Dave. ______________________________________________________________________ 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: 7 Date: Thu, 07 May 2009 01:16:16 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Multi-word keywords? To: nore...@sourceforge.net Message-ID: <7378521.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=7378521 By: hz79hc Can multi-word keywords be defined? ...especially for fold keywords? I have seen some User-defined language examples that suggest others have tried using ~ (tilde?). This may seem odd and is probably frowned on in the design of a language. I have several uses in mind for this editor including reviewing ABAP programs written by others. There are several compoound keywords that I would need to define if I can get all the folding pairs I'd like to define. Also, I am finding Notepad++ is great for creating a structured Journal and for other uses where I may want to define a phrase to be a keyword, Thanks in advance for help, will probably need to pass this along as a requested feature. Warren ______________________________________________________________________ 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: Thu, 07 May 2009 01:26:54 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] More printing options? To: nore...@sourceforge.net Message-ID: <7378524.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=7378524 By: hz79hc Showing Notepad++ to a friend--he says great stuff but was disappointed when I could not do a couple things he requested... He said the folding was great but what about printing the file as displayed (folded)? I couldn't find a way to do that. He also laughed when I found no print-preview (no idea why he wanted that?) He got me thinking and the printing 'folded' could be helpful --plus it made me look for a way to print that omits lines of code that I had hidden as there was some sensitive info in code and comments. That way I could review lines of code using a hardcopy without exposing the confidential or sensitive information that may be in code or in comments.. Sorry if these thoughts need to go straight to the 'request' stack. I am really new to Notepad++ and was so pleased with quick helpful response yesterday, I thought maybe I should start here again. Thank you, Warren ______________________________________________________________________ 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: Thu, 07 May 2009 06:30:37 +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: <7378870.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=7378870 By: speedwaystar Korean is broken too. ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-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 20 *************************************************