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: Loading session as default action? (SourceForge.net) 2. [notepad-plus - Open Discussion] RE: New TextFX Edit item: Swap sides on "=" or .. (SourceForge.net) 3. [notepad-plus - Help] RE: Loading session as default action? (SourceForge.net) 4. [notepad-plus - Plugin Development] RE: Colour picker plugins (SourceForge.net) 5. [notepad-plus - Plugin Development] RE: Hex-Editor v0.9.5 available (SourceForge.net) 6. [notepad-plus - Plugin Development] RE: Colour picker plugins (SourceForge.net) 7. [notepad-plus - Plugin Development] RE: SCI_REPLACESEL: insert NULL (SourceForge.net) 8. Macro using (Dmitry Unruh) 9. auto-completion file (aidy lewis) 10. Re: auto-completion file (Idris Samawi Hamid ????? ????? ????) 11. is there any way to colour a particular segment of code on different colour (Madhu) ---------------------------------------------------------------------- Message: 1 Date: Fri, 11 Sep 2009 16:36:42 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Loading session as default action? To: nore...@sourceforge.net Message-ID: <7624986.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=7624986 By: cchris I've done even better: double clicking on the file with .sps++ extension brought up the "Unknown file type" system dialog. I selected "Choose rogram", then selected Notepad++ as it was on the list, then checked "Always use for this file type". Now, double clicking such a session file loads the files it refers to in Notepad++. This approach _won't_ work with session.xml, because .xml files are already bound to some editor. Just a thought. Can you check the file associations in Explorer (or whatever your file manager is)? If there is something associated to "All unknown files", presumably notepad.exe, I'd remove the association. CChris ______________________________________________________________________ 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: Fri, 11 Sep 2009 17:00:47 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: New TextFX Edit item: Swap sides on "=" or .. To: nore...@sourceforge.net Message-ID: <7625036.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=7625036 By: cchris Replace ^\s*([^=]+)\s*=\s*([^\s].*[^\s])\s*$ with \2 = \1 Regexp mode, Repace All This is a bit sophisticated in order to normalise whitespacing. CChris ______________________________________________________________________ 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: Fri, 11 Sep 2009 17:59:02 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Loading session as default action? To: nore...@sourceforge.net Message-ID: <7625134.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=7625134 By: lazytron I tried what you just mentioned and got the "Unknown file type" window and chose Notepad++ but again Notepad++ just opened the session file for editing and did not load any of the associated files. I could not find any listing for "All unknown files". All text-type files are associated to Notepad++ and nothing is associated to notepad.exe if that makes any difference. ______________________________________________________________________ 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: Fri, 11 Sep 2009 18:05:22 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Colour picker plugins To: nore...@sourceforge.net Message-ID: <7625145.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=7625145 By: monghidi Hi -- I'm running a fresh install of Npp 5.4.5 on Windows XP, and can't find a color picker plugin that works at all from the wiki. I keep getting the message that the ANSI version won't work with my UNICODE Npp. I see you mention that the only known link to Matthew's color picker is on the Npp website....but I can't find it anywhere (only the wiki plugins). Can you point me in the right direction, please? 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: 5 Date: Fri, 11 Sep 2009 18:18:04 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Hex-Editor v0.9.5 available To: nore...@sourceforge.net Message-ID: <7625173.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=7625173 By: cchris Your compiler settings seem more permissive than mine... I installed VS2010 beta, it choked on converting the .vcproj, but I got a build started. Ignored a ton of warnings about deprecated functions, fixed undeclared 'i' loop counters, fixed ambiguous overload issues assigning 'abs(whatever)' to a var of type INT. Now I am left with a couple errors like thsi 1>c:\freesurf\hexeditor_0_9_5_src\hexeditor\src\hexdialog.cpp(3930): error C2664: 'std::_Vector_iterator<_Myvec> std::vector<_Ty>::erase(std::_Vector_const_iterator<_Myvec>)' : cannot convert parameter 1 from 'tBkMk *' to 'std::_Vector_const_iterator<_Myvec>' 1> with 1> [ 1> _Myvec=std::_Vector_val<tBkMk,std::allocator<tBkMk>>, 1> _Ty=tBkMk 1> ] 1> and 1> [ 1> _Myvec=std::_Vector_val<tBkMk,std::allocator<tBkMk>> 1> ] 1> No constructor could take the source type, or constructor overload resolution was ambiguous which I am not sure how ro handle. CChris ______________________________________________________________________ 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: Fri, 11 Sep 2009 18:26:38 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Colour picker plugins To: nore...@sourceforge.net Message-ID: <7625194.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=7625194 By: cchris There are two plugins with similar name: * Colour picker, an unicode version 1.3 is featured on the npp-plugins project * Color picker, whose only public version is ANSI, so that your unicode Notepad++ won't load it. Author of the latter hasn't yet, to my knowledge (Dave??) published a link to his new unicode version. Whenever I can see an unbroken link, it will be on the wiki asap. In the meantime, you are left with asking author to email his files, I think. CChris ______________________________________________________________________ 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: Fri, 11 Sep 2009 18:31:04 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: SCI_REPLACESEL: insert NULL To: nore...@sourceforge.net Message-ID: <7625203.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=7625203 By: cchris Is this supposed to be still a test/prealpha version, or can it be put on display on the wiki? CChris ______________________________________________________________________ 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: Thu, 17 Sep 2009 20:16:46 +1100 From: Dmitry Unruh <dmitryun...@googlemail.com> Subject: [Notepad-plus-plus] Macro using To: notepad-plus-plus@lists.sourceforge.net Message-ID: <abb218b20909170216r7a4315a5j839af9a220e18...@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Hello. How can I edit/rename/remove created macro? ------------------------------ Message: 9 Date: Thu, 24 Sep 2009 12:10:32 +0100 From: aidy lewis <aidy.le...@googlemail.com> Subject: [Notepad-plus-plus] auto-completion file To: notepad-plus-plus@lists.sourceforge.net Message-ID: <7ac2300c0909240410h74385057k7bb9500dba560...@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Hi, Is there a tutorial on how to create an XML auto-completion file as I would like to write one for Ruby 1.8? Thanks Aidy ------------------------------ Message: 10 Date: Thu, 24 Sep 2009 12:08:36 -0600 From: Idris Samawi Hamid ????? ????? ???? <isha...@colostate.edu> Subject: Re: [Notepad-plus-plus] auto-completion file To: "aidy lewis" <aidy.le...@googlemail.com>, notepad-plus-plus@lists.sourceforge.net Message-ID: <op.u0rwompbpw6...@ishamid-pc> Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes Hi, On Thu, 24 Sep 2009 05:10:32 -0600, aidy lewis <aidy.le...@googlemail.com> wrote: > Is there a tutorial on how to create an XML auto-completion file as I > would like to write one for Ruby 1.8? Just look at C:<path>\Notepad++\plugins\APIs\<any>.xml Best wishes Idris -- Professor Idris Samawi Hamid, Editor-in-Chief International Journal of Shi`i Studies Department of Philosophy Colorado State University Fort Collins, CO 80523 ------------------------------ Message: 11 Date: Fri, 25 Sep 2009 09:28:31 +0530 From: Madhu <madhuvar...@gmail.com> Subject: [Notepad-plus-plus] is there any way to colour a particular segment of code on different colour To: notepad-plus-plus@lists.sourceforge.net Message-ID: <4abc3fe7.8040...@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed hi, i used to edit original source code of programs written by other people as part of my job. is there any way to Highlight the modified part only by some different color or font. which will enable me to easily found out the new code Thanks & Regards madhu ------------------------------ ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf ------------------------------ _______________________________________________ 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 40, Issue 25 *************************************************