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 - Open Discussion] RE: Language for cisco (SourceForge.net) 2. [notepad-plus - Help] Mulitple instances (SourceForge.net) 3. [notepad-plus - Help] RE: Mulitple instances (SourceForge.net) 4. [notepad-plus - Help] RE: Mulitple instances (SourceForge.net) 5. [notepad-plus - Help] RE: Mulitple instances (SourceForge.net) 6. [notepad-plus - Help] Multiline Search & Replace? (SourceForge.net) 7. [notepad-plus - Help] RE: XML Plugins will not install in new NP++ (SourceForge.net) 8. [notepad-plus - Help] does not read ascii in 737 ms dos greek (SourceForge.net) 9. [notepad-plus - Help] RE: XML Plugins will not install in new NP++ (SourceForge.net) 10. [notepad-plus - Help] Associating other XML file types (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Tue, 24 Mar 2009 20:55:00 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Language for cisco To: nore...@sourceforge.net Message-ID: <6943358.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=6943358 By: aathell You'll need the keywords then you can make one using the 'User Defined Language'. If that doesn't have everything you want to do then an external lexer would be the way to go; which would actually be pretty cool since you could then do the different modes as different highlights as well as the keyword highlighting. I'm actually sort-of surprised that there isn't one already for Scintilla/Scite. Do a forum search for either of those two options and you should have a wealth of info. ______________________________________________________________________ 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: 2 Date: Wed, 25 Mar 2009 00:29:47 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Mulitple instances To: nore...@sourceforge.net Message-ID: <6944900.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=6944900 By: eppsy Hi, Is it possible to have multiple instances of Notepad++ open at once? If so, how do I go about doing this? 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=331754 ------------------------------ Message: 3 Date: Wed, 25 Mar 2009 01:19:03 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Mulitple instances To: nore...@sourceforge.net Message-ID: <6945469.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=6945469 By: mbednarek >From <http://notepad-plus.wiki.sourceforge.net/Command+Line+Switches>: * -multiInst: Notepad++ is single-instance by default. This option allows you to launch several instances of Notepad++. ______________________________________________________________________ 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, 25 Mar 2009 01:53:52 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Mulitple instances To: nore...@sourceforge.net Message-ID: <6945877.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=6945877 By: gr3gwalt Another way to start another instance, and one that is probably more convenient than thew command line, is Run> Open in another instance (Alt/F6). Be patient, it takes a few seconds to show. ______________________________________________________________________ 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: 5 Date: Wed, 25 Mar 2009 02:07:58 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Mulitple instances To: nore...@sourceforge.net Message-ID: <6946043.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=6946043 By: eppsy Thanks Gents! Just what I was (apparently too lazy to find) looking for ... Much appreciated. eppsy ______________________________________________________________________ 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: 6 Date: Wed, 25 Mar 2009 02:47:15 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Multiline Search & Replace? To: nore...@sourceforge.net Message-ID: <6946455.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=6946455 By: pictor13 Hi, I really would appreciate the ability to use a multiline Search & Replace fields (maybe even in "Search in files"). Or, at least, N++ could automatically convert my multiline search string to equivalent for single line. Example: I want to have this as search text [code] String for the line 1 Tabbed string for the line 2 [/code] translated in single-line expression [code] String for the line 1\n\r\tTabbed string for the line 2 [/code] Is there any plugin or feature to just copy and past multiline text in the search (or replace) field and have it already correctly translated? I hope you understand my question (...my lazy english!). Thank you all! Pictor ______________________________________________________________________ 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: 7 Date: Wed, 25 Mar 2009 04:30:26 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: XML Plugins will not install in new NP++ To: nore...@sourceforge.net Message-ID: <6947825.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=6947825 By: bollard Yeah, I have XML Tools running in 5.2 Unicode. I seem to recall I did have some hassle getting things up and running. I think I tried several different installers before finding one that worked. Like I said I am running the Unicode version. Actually, maybe it was the xmlttools plugin that I had to faff about with. I can see two in my Firefox downloads. The most recent one is xmltools_2.3.1_r685_unicode_alpha3.zip I also tried a 2.3.1_r639.zip Wish I could recall which one worked but perservere and you should get it. Good luck Dave P.S. In my C:\Program Files\Notepad++\plugins folder the XMLTools.dll has version 1.0.0.1 and Language = French! Go figure eh. ______________________________________________________________________ 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: Wed, 25 Mar 2009 14:46:52 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] does not read ascii in 737 ms dos greek To: nore...@sourceforge.net Message-ID: <6954199.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=6954199 By: moysatos Help me someone can not find a solution for this so i have ascii files from dos program tha is encoded in 737 ms dos greek i open it with notepad but can not see the letters it look like this ????????? ???????? ???????-?????????? ?????????(?????) (???? ??????) (?????????? 2008) -------------------------------------------------------------------------------- ---------------------------------------------------- ???. ????????? : ?? 30/11/08 ?????.???.?????.???. ????. ????????? ?????? ???????? ????????. ?????? ? ? ? ???????? ??????????? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? -------------------------------------------------------------------------------- ---------------------------------------------------- 62.04.01.000 ENOIKIO 600.00 600.00 600.00 0.00 0.00 62.98.00.009 ???????? 9% 76.36 76.36 76.36 0.00 0.00 63.04.00.000 ???? ???????????? ??? ???? 81.77 81.77 81.77 0.00 0.00 64.05.00.000 ????????? ?? ????????? 25.00 25.00 25.00 0.00 0.00 64.07.03.019 ??????? ???-??.???????? 19 111.25 111.25 111.25 0.00 0.00 64.98.00.001 ???????????? ??????? 322.79 322.79 322.79 0.00 0.00 64.98.05.000 ?????-??????? ???????? ??? 8.00 8.00 8.00 0.00 0.00 64.98.90.001 ??????????? 1.60 1.60 1.60 0.00 0.00 65.98.99.000 ??????? ????? ???????? 1.20 1.20 1.20 0.00 0.00 -------------------------------------------------------------------------------- ---------------------------------------------------- ???/???? ??????? ?????? 4 : 0.00 0.00 1,227.97 1,227.97 1,227.97 0.00 0.00 0.00 0.00 0.00 -------------------------------------------------------------------------------- ---------------------------------------------------- ???.????? ???/??? ?????? 4 : 0.00 0.00 1,227.97 1,227.97 1,227.97 0.00 0.00 0.00 0.00 0.00 -------------------------------------------------------------------------------- ---------------------------------------------------- its layout is perfect but help on the language hope someonoe can help me.. Runnng vista 64 if that is important. Thanks in advance ______________________________________________________________________ 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: Wed, 25 Mar 2009 15:13:44 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: XML Plugins will not install in new NP++ To: nore...@sourceforge.net Message-ID: <6954470.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=6954470 By: budcurtis I just loaded R697 and it has seemed to work. At least it shows up in the plugin menu list. Thank you for the response. I will typically avoid any alpha release, but I guess there is little choice. ______________________________________________________________________ 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: 10 Date: Wed, 25 Mar 2009 15:16:33 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Associating other XML file types To: nore...@sourceforge.net Message-ID: <6954499.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=6954499 By: budcurtis How do you associate other XML file types like XSLT or BPEL to be permanently treated as XML? I know you can pick the language from the language menu, but there was a way to permanently set the file types to be treated as a copmmon language like XML. ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------------ ------------------------------ _______________________________________________ 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 34, Issue 57 *************************************************