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: Macro weirdness in newer versions (SourceForge.net) 2. [notepad-plus - Plugin Development] RE: File Switcher 1.0 (SourceForge.net) 3. [notepad-plus - Plugin Development] RE: File Switcher 1.0 (SourceForge.net) 4. umlauts broken in German Notepad++ website (Sven) 5. [notepad-plus - Open Discussion] RE: Disabling zooming. (SourceForge.net) 6. [notepad-plus - Open Discussion] RE: Requests for enhancement: several (SourceForge.net) 7. [notepad-plus - Open Discussion] RE: Feat.Req: Correct file associations! (SourceForge.net) 8. [notepad-plus - Open Discussion] RE: Requests for enhancement: several (SourceForge.net) 9. [notepad-plus - Plugin Development] install.txt needed (SourceForge.net) 10. [notepad-plus - Plugin Development] RE: File Switcher 1.0 (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Mon, 11 May 2009 19:17:38 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Macro weirdness in newer versions To: nore...@sourceforge.net Message-ID: <7386281.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=7386281 By: tgeri Hi Thomas! This is the reason I came to this forum today. Something is "broken" with macros in NP++ since some versions. My example. I have: appleTHIS123 bananaTHIS456 fruitsTHIS678 I want: apple 123 banana 456 fruits 678 What was working before: - i search for THIS - I position the cursor before "a" in "apple..." - start recording - press F3 - press delete - press enter - press end - press down arrow - press home - stop recording This macro was doing the trick before but now it isn't. Something has changed. What do you think the problem would be? Thanks for the answer in advance, Greg from Hungary ______________________________________________________________________ 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: Mon, 11 May 2009 21:22:35 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: File Switcher 1.0 To: nore...@sourceforge.net Message-ID: <7386456.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=7386456 By: davegb3 Oh, darn it, I knew I shouldn't have put it as 1.0! Badly worded the fix to the "highlight" issue - this was the issue with the fact that the wrong file could selected initially when Ctrl-Tabbing. The colour of the highlight bar doesn't look that easy to change, and it'll need a bit of a reorganisation of the code - this needs doing anyway, but I thought it more important to get the bug fix out, so this is a 1.1 aim. You're right about remembering what was typed - however, what was happening was that if you Ctrl-Tabbed as well as using the Ctrl-Sh-O, that would wipe it out. I take it when the next file being was selected when you pressed "previous", you were clicking the menu item? I hand't anticipated anyone clicking on these, as those menu options are purely to allow keyboard shortcuts to be assigned. However, they should do the right thing when clicked. I've put up an RC version (unicode only) - would you mind having a look and seeing if it now works how you'd expect. I've fixed the selected file possibly being out of view as well, and changed round the next and previous menu items - beware you'll need to remap your shortcuts, or they'll be the wrong way round though, as N++ will only remember the position of the option. The RC is at http://www.brotherstone.co.uk/npp/FileSwitcher_UNI1001RC.zip I'm away without (probably) an internet connection for the next couple of days, so it'd be great if you could post up here whether this fixes your issues - if it does, I'll do a full update. Many thanks, 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: 3 Date: Mon, 11 May 2009 22:06:58 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: File Switcher 1.0 To: nore...@sourceforge.net Message-ID: <7386513.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=7386513 By: fool4uanyway > Oh, darn it, I knew I shouldn't have put it as 1.0! You had my permission, nothing wrong with that. > Badly worded the fix to the "highlight" issue - > this was the issue with the fact that the wrong > file could selected initially when Ctrl-Tabbing. I'm not sure if it works now. At work I installed the 1.0 ANSI version. At home I haven't updated yet (and noticed that tabbing in any way doesn't mess with the selection and "point of" view). > The colour of the highlight bar doesn't look that > easy to change, and it'll need a bit of a > reorganisation of the code - this needs doing > anyway, OK. > You're right about remembering what was typed - > however, what was happening was that if you Ctrl- > Tabbed as well as using the Ctrl-Sh-O, that would > wipe it out. I'm not sure what you mean. I can't recall having reported anything about that (today). > I take it when the next file being was selected > when you pressed "previous", you were clicking the > menu item? Yes. How could I have made that clear? > I hand't anticipated anyone clicking on these, as > those menu options are purely to allow keyboard > shortcuts to be assigned. However, they should do > the right thing when clicked. I agree. > I've put up an RC version (unicode only) - would > you mind having a look and seeing if it now works > how you'd expect. I use the ANSI version(s) with ANSI Notepad++. > I've fixed the selected file possibly being out of > view as well, Nice. > and changed round the next and previous menu items > - beware you'll need to remap your shortcuts, or > they'll be the wrong way round though, as N++ will > only remember the position of the option. That's OK, as long as they are consistently mapped. I remapped the "standard" Ctrl+(Shift+)Tab to Ctrl+Ins (previous) and Ctrl+Del (next document). > I'm away without (probably) an internet connection > for the next couple of days, > Many thanks, You're welcome. Have a nice internetless period. Enjoy it and don't be bugged. ______________________________________________________________________ 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: 4 Date: Thu, 14 May 2009 14:51:27 +0200 From: Sven <alu...@gmail.com> Subject: [Notepad-plus-plus] umlauts broken in German Notepad++ website To: notepad-plus-plus@lists.sourceforge.net Message-ID: <6317d8990905140551u2ece12f9v46269fb591566...@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Hi folks There is some character encoding problem with German localization[1] of the website. See[0] kind regards Sven [0] http://bayimg.com/image/aapmeaabk.jpg [1] http://notepad-plus.sourceforge.net/de/plugins-HOWTO.php ------------------------------ Message: 5 Date: Mon, 11 May 2009 23:08:11 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Disabling zooming. To: nore...@sourceforge.net Message-ID: <7386566.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=7386566 By: joleg74 FYI, fix is done. I'm waiting for aathell to fix the git depot so I can submit a patch. ______________________________________________________________________ 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: Tue, 12 May 2009 00:05:03 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Requests for enhancement: several To: nore...@sourceforge.net Message-ID: <7386608.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=7386608 By: janschreiber I agree with Joce and Karsten. It's certainly not a deal-breaker if it won't be supported, but it is for example helpful for HTML Tidy integration to have indentation by spaces in HTML files, while I prefer tabs everywhere else. ______________________________________________________________________ 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: Tue, 12 May 2009 00:23:12 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Feat.Req: Correct file associations! To: nore...@sourceforge.net Message-ID: <7386623.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=7386623 By: janschreiber This is why I never associate anything via GUI if I can avoid it. There is an alarmingly high number of developers who seem to think that the N++ way to register file associations is just it. For me it is extremely annoying if my precious right-click options suddenly vanish and completely different file types are merged into one "so-and-so app" file type. Thank God, N++ doesn't do this by default upon install. One of the many reasons I love this program. ______________________________________________________________________ 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: Tue, 12 May 2009 01:28:05 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Requests for enhancement: several To: nore...@sourceforge.net Message-ID: <7386808.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=7386808 By: joleg74 Added to the feature requests: https://sourceforge.net/tracker/?func=detail&aid=2790395&group_id=95717&atid=612 385 You can +1 it if you'd like to see that feature happen at some point. 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=331753 ------------------------------ Message: 9 Date: Tue, 12 May 2009 02:01:17 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] install.txt needed To: nore...@sourceforge.net Message-ID: <7386834.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=7386834 By: erik_tilt This is a great plug-in. I had it working in a previous version of Notepad++, but it was automatically removed in an upgrade. That must have been when I upgraded to the Unicode version of Notepad++. Now I am installing it again. Last time I had difficulties with the installation, but managed with the help of blog post by AR http://www.agronesia.net/2008/06/04/notepad-html-editing-tag-insertion-surround- plugin/ There are probably many who have simply given up with installing this, remember that not everyone is installing Notepad++ plug-ins on a routinely basis. Therefore I have a few suggestions/questions: 1. Include an INSTALL.TXT file with instructions, even if they are very simple. 2. Is it needed with so many files in the download, I only used 2 files? Just asking... Again, thanks so much for this extremely valuable plug-in. ______________________________________________________________________ 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: Tue, 12 May 2009 03:31:41 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: File Switcher 1.0 To: nore...@sourceforge.net Message-ID: <7386927.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=7386927 By: davegb3 Hi, I've just thrown up an ANSI version of the RC (just if you get chance to have a look at it). http://www.brotherstone.co.uk/npp/FileSwitcher_ANSI1001RC.zip As for this: >> You're right about remembering what was typed - >> however, what was happening was that if you Ctrl- >> Tabbed as well as using the Ctrl-Sh-O, that would >> wipe it out. >I'm not sure what you mean. I can't recall having reported anything about that (today). You asked in the first post if FileSwitcher remembers what was typed for each file, which it does, apart from sometimes it broke - that's fixed in the RC. 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 ------------------------------ ------------------------------------------------------------------------------ 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 28 *************************************************