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 - Plugin Development] RE: Math Plugin: ver. 0.0.4.2 released (Unico (SourceForge.net) 2. [notepad-plus - Plugin Development] Keyboard File Switcher 0.2 available (SourceForge.net) 3. [notepad-plus - Plugin Development] RE: Keyboard file switching plugin available (SourceForge.net) 4. viewing problem (teen quest) 5. [notepad-plus - Plugin Development] RE: Keyboard File Switcher 0.2 available (SourceForge.net) 6. [notepad-plus - Plugin Development] RE: Keyboard File Switcher 0.2 available (SourceForge.net) 7. [notepad-plus - Plugin Development] RE: Keyboard File Switcher 0.2 available (SourceForge.net) 8. [notepad-plus - Plugin Development] RE: Keyboard File Switcher 0.2 available (SourceForge.net) 9. [notepad-plus - Open Discussion] RE: Tab bar suggestion (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Sat, 04 Apr 2009 15:22:04 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Math Plugin: ver. 0.0.4.2 released (Unico To: nore...@sourceforge.net Message-ID: <7072752.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=7072752 By: countdown Hi Somic, I'm sorry I haven't been able to test it earlier. My last weeks were a nightmare, I had a deadline on March 31st. Now it's over, and I have time to dedicate to other things! :-) Ok, I've tried your new version. A small bug: if you write varpolyn = x Derivate = 1 + 3x^2 + 5x^7 select it, and use Ctrl+3 (Evaluate selected text to window), you get varpolyn = x Derivate of Polyn => + 6*x + 35*x^6 Derivate = 1 + 3x^2 + 5x^7 Which means that the result is put between the "input" lines. Anyway, now I've been able to derive functions, good! :-)) Then: Expr = 1+3*sin(3*to_rad) Result => Number = 1.1570 Which is the same as last time, but now the command Show(to_rad) works and gives => Constant to_rad = 0.0175 which surprised me, because it was 1! But I've figured out that now the sin() functions uses radians and not degrees. Then I checked, and it is explained in Supported Functions file. Well done! But there's one more bug: Show(PI) => ===> ERROR n. = -8: Parameter/Element Not Found (parser) Show(#e) => ===> ERROR n. = -8: Parameter/Element Not Found (parser) Show(#PI) => ===> ERROR n. = -8: Parameter/Element Not Found (parser) But according to the manual, they should all work. Instead, Show(e) works. Then, Var = test ; 12 Show(test) => Number test = 12.0000 I confirm now it's working as expected. Then I've tried some random things. The abs() and sgn() functions both with positive and negative numbers, but sgn doesn't work with 0: sgn(0) Result => Number = -1.#IND but I know this is a particular case, so I wouldn't worry too much :-) By the way, Expr = 1/0 correctly gives a divide by zero error, good. Expr = exp(1) and Expr = ln(1) work; however, Expr = sqrt(2) gives Ln 1: Expression = sqrt(2): Result => ===> ERROR n. = -5: Undefined function (eval) Well, I've checked and easily found the problem: the manual says the function is sqrt(), but actually it is sqr(). By the way, sqr(-2) gives Result => Number = -1.#IND. I'm not really asking you to support complex numbers, that's WAY too much (there's Matlab for that kind of things!), but I think you should give a better error message, though it's not so important. Last thing I've tried... Integrals. Integrate(0; 1; 100; rect; x) = x works, but I think you should add an example to the manual, because I found the word "steps" confusing. I thought I had to specify the step size, that is, 0.01 in my example; then I realized you wrote "steps" and not "step", so I understood it. Ok, this is all. I hope you won't hate me too much for these bugs! :-D Regards, Fabio ______________________________________________________________________ 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: Sat, 04 Apr 2009 17:07:40 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Keyboard File Switcher 0.2 available To: nore...@sourceforge.net Message-ID: <7073651.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=7073651 By: davegb3 File Switcher 0.2 is now available (under GPL), which allows you to switch windows just by typing any part of the filename. http://www.brotherstone.co.uk/npp/FileSwitcher_UNI.zip http://www.brotherstone.co.uk/npp/FileSwitcher_ANSI.zip Source is available at http://www.brotherstone.co.uk/npp/FileSwitcher_src.zip This is the "tidied up" version, so now it remembers what you typed for each file, so if you switch between 2 or 3 files regularly you can do it without typing anything. Also the window position is remembered for each load of N++, and there are options for case sensitivity and including the path in the search. As I mentioned, this is my first real go at a plugin (and at C++ for that matter), so any constructive criticism will be appreciated. Have fun, and let me know what you think - or if you want it to do anything else! 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: 3 Date: Sat, 04 Apr 2009 17:12:37 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Keyboard file switching plugin available To: nore...@sourceforge.net Message-ID: <7073672.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=7073672 By: davegb3 1 is kind of fixed (with a workaround) in 0.2, which is available now, as it will remember the window position, so once you've sized the window, it will stay like that, including between loads. 2 is also fixed. Thanks to cocinerox - d'oh! I hadn't removed the switch to next document shortcut, which obviously took precedence. I'm going to have a play with this, and see if I can get an interface that feels nice... Thanks again, 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: 4 Date: Sun, 5 Apr 2009 15:40:20 +0800 From: teen quest <questeen...@hotmail.com> Subject: [Notepad-plus-plus] viewing problem To: <notepad-plus-plus@lists.sourceforge.net> Message-ID: <blu134-w9251a154400667384e2b7ff...@phx.gbl> Content-Type: text/plain; charset="big5" Dear Developer, I find Notepad++ contain aligning problem when I change viewing theme to C, C++, java, etc. programming format. There exists visual difference in human view, even words are in same column but on difference line, even though I have modified word size. Such visual difference confuses me when programming and debug, as well as makes me headache when opening the written files in other editors and shell consoles. However, I see Notepad2 do not have that problem. Are there any solutions to tackle of it? I beg for your kindly reply e-mail with suggestions. Thanks. P.S. May I have the solutions through e-mail please, instead of redirection to forum or somewhere else such mazes, if you do not mind? Regards, QTeen _________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 5 Date: Sat, 04 Apr 2009 20:41:45 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Keyboard File Switcher 0.2 available To: nore...@sourceforge.net Message-ID: <7075477.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=7075477 By: aathell Works as advertised! Well done, and 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=482781 ------------------------------ Message: 6 Date: Sat, 04 Apr 2009 21:52:05 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Keyboard File Switcher 0.2 available To: nore...@sourceforge.net Message-ID: <7076101.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=7076101 By: fool4uanyway This comes in handy. It's a nice piece of work. One thing I like to see in the About screen, besides the version number, is when it was released. Year and month would do. Would it be possible to alternatively (optionally) sort the listed documents in the order they are opened in Notepad++? > so if you switch between 2 or 3 files regularly you can do it without typing anything. I kind of got a feeling how this works when switching between 2 files, but how does it with 3 files? Would it also work with more files? I think it would also come in handy if the Plugin would remember typed parts of names and show them in a drop down list (combobox). ______________________________________________________________________ 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: Sat, 04 Apr 2009 22:15:17 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Keyboard File Switcher 0.2 available To: nore...@sourceforge.net Message-ID: <7076352.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=7076352 By: fool4uanyway OK, one thing I found out: the switcher remembers what you typed for each document you were in at that time. So it currently only remembers the switch(es) in (one) order. The drow down list would help in simply remembering and easily accessing the most favorite documents (possibly) without any order. I forgot to ask if it would be possible to also list the document order number as a column. This isn't possible in the built-in document Windows switcher which makes it impossible to restore the original order when you did change it by clicking either of the column headers. It would be welcome to (also) list the path in a separate column and also allow manually sorting by either column. In the Options you could allow setting the default column for the initial sorting on start-up. I would like to be able to access the options from the File Switcher if it is currently visible. The easiest way would be to add an Option button below the current two buttons. There's enough space there. You could even add an About button, 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=482781 ------------------------------ Message: 8 Date: Sat, 04 Apr 2009 22:19:57 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Keyboard File Switcher 0.2 available To: nore...@sourceforge.net Message-ID: <7076383.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=7076383 By: fool4uanyway And to just go on... you could also create an option for each separate column to allow its contents to be searched "only" (radio buttons) or "too" (checkboxes). This would allow to select documents by their "order ID" as well, which only requires typing one or a few digits. I always have a number of fixed files opened as the first documents. ______________________________________________________________________ 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: 9 Date: Sat, 04 Apr 2009 22:54:14 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Tab bar suggestion To: nore...@sourceforge.net Message-ID: <7076680.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=7076680 By: rchl Hold right mouse button and use scroll wheel. ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------------ ------------------------------ _______________________________________________ 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 35, Issue 7 ************************************************