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 - Translation] RE: Sinhala translation (SourceForge.net) 2. [notepad-plus - Help] annoying tab for function (SourceForge.net) 3. [notepad-plus - Open Discussion] RE: Elastic Tabstops (SourceForge.net) 4. [notepad-plus - Help] RE: Help needed saving a list as different files (SourceForge.net) 5. [notepad-plus - Help] RE: Help needed saving a list as different files (SourceForge.net) 6. [notepad-plus - Help] RE: Help needed saving a list as different files (SourceForge.net) 7. [notepad-plus - Help] RE: Help needed saving a list as different files (SourceForge.net) 8. [notepad-plus - Plugin Development] RE: XBrackets Lite 1.0 has been released (SourceForge.net) 9. [notepad-plus - Open Discussion] exit with no save (SourceForge.net) 10. [notepad-plus - Help] RE: UTF-8 (SourceForge.net) 11. [notepad-plus - Help] Solution would be so easy, wouldn't it? (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Fri, 09 Jan 2009 03:15:54 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE: Sinhala translation To: nore...@sourceforge.net Message-ID: <6042066.558...@sourceforge.net> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6042066 By: hush444 Thanks.. But I am using that version and have encoded it in the way in which you have mentioned. Some characters are displayed while some are not. The problem with Sinhala is that there are some charaters which are created by combining with other characters. I think these combined charaters are not displayed.... Hush ______________________________________________________________________ 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=558104 ------------------------------ Message: 2 Date: Fri, 09 Jan 2009 08:27:28 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] annoying tab for function To: nore...@sourceforge.net Message-ID: <6043896.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=6043896 By: jukka83 As updated to 5.1.1 I got this "wrong" type of autotab when writing function { I want functions to be nnnadsdasdas() { NOT the way np++ is making it now jumping all around! where to disable this? (sorry for bad english) ______________________________________________________________________ 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: Fri, 09 Jan 2009 09:55:50 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Elastic Tabstops To: nore...@sourceforge.net Message-ID: <6044431.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=6044431 By: ffes I like the concept! Although I don't know if the automatically moving text would become irritating. But Scintilla does not support tab stops. Can't find it here: http://www.scintilla.org/ScintillaDoc.html#TabsAndIndentationGuides And since NPP is based on Scintilla, creating a plugin for "Elastic Tabstops" is not possible at this time. ______________________________________________________________________ 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: 4 Date: Fri, 09 Jan 2009 15:05:29 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Help needed saving a list as different files To: nore...@sourceforge.net Message-ID: <6047262.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=6047262 By: gadrin Sure, if your file is called "movies.txt" then open a DOS prompt and type the following. Make sure you're in the same folder as the "movies.txt" file... for /F "eol=; tokens=1* delims=," %i in (movies.txt) do @echo %i> %i.txt Assuming the contents are ONLY what you posted, you'll see the following files appear in the folder: Dracula (1931) .txt Frankenstein (1931) .txt The General (1927) .txt The Mummy (1932).txt Each will contain a single line of text, which is the line from the file. You can then turn the DOS command into a .BAT file and RUN it from the menus on Notepad++. I don't know how to create an completely empty file with DOS, but a similar method can be done with VBScript, where it just reads the contents of your file and creates empty files. > ______________________________________________________________________ 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: Fri, 09 Jan 2009 15:07:30 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Help needed saving a list as different files To: nore...@sourceforge.net Message-ID: <6047281.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=6047281 By: mcevoli Thank you very much, Peter. That means that I should install Python on my desktop pc. Eventually, I could do it. However, is there a way to achieve the same result in some standard office program? Yeah, this has nothing to do with Notepad++, sorry about that. :-) Regards Marco ______________________________________________________________________ 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: Fri, 09 Jan 2009 15:19:23 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Help needed saving a list as different files To: nore...@sourceforge.net Message-ID: <6047466.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=6047466 By: gadrin Turns out you can create a blank file with DOS. Apparently "echo." (with a period after it does the trick). for /F "eol=; tokens=1* delims=," %i in (movies.txt) do @echo.> %i.txt gives me all blank files. Double-check for your project and let me know. > ______________________________________________________________________ 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: Fri, 09 Jan 2009 15:27:32 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Help needed saving a list as different files To: nore...@sourceforge.net Message-ID: <6047616.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=6047616 By: mcevoli Gadrin, thank you very much. I did that and, except for some minor errors caused by commas in the titles, it worked out perfectly! I assume that XBMC does not need really empty files, gonna try right now. Thank you for your help once again Ciao Marco ______________________________________________________________________ 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: Fri, 09 Jan 2009 18:48:35 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: XBrackets Lite 1.0 has been released To: nore...@sourceforge.net Message-ID: <6049824.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=6049824 By: banita i find one problem with this plugin. when i record marco for example: X() { } i run it with active XBrackets plugin i have this: X()() {}{ } so when i wont record marco with brackets i must turn off plugin sory form my english!!! ______________________________________________________________________ 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: Fri, 09 Jan 2009 18:53:06 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] exit with no save To: nore...@sourceforge.net Message-ID: <6049856.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=6049856 By: banita when I have open a lot of file and I edit everyone and I wont close N++ without saving this I must click for every file 'No save'. 'No for all' and 'Yes for all' will be very useful options I think. ______________________________________________________________________ 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: 10 Date: Fri, 09 Jan 2009 19:13:09 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: UTF-8 To: nore...@sourceforge.net Message-ID: <6049969.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=6049969 By: egg00 How are these Kanjis displayed? If you open the file as utf8, are they displayed correctly? ______________________________________________________________________ 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: 11 Date: Fri, 09 Jan 2009 19:36:10 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Solution would be so easy, wouldn't it? To: nore...@sourceforge.net Message-ID: <6050124.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=6050124 By: egg00 I am following this whole discussion now, which is also going on in other threads. I'm doing this because I have the same problem and I can't find a solution for it. As far as I can follow, the problem seems to be known, but there is nothing done about it. It even sounds a bit to me like the programers are trying to make it appear as a clever implementation. I can absolutely not understand this. To make it clear: This is a big problem. I'm using Notepad since long time now and I have several projects running which all have at least 20 text-files. I cannot change the encoding all the time while trying to work efficiently. It is unbelievable enoying and time-consuming. And to me it sound like a problem that is very easy to solve. How about that: Option for files that have neither BOM nor utf-8 characters, how to open them. I could enter 'utf-8' there and I would be very happy again. As far as I know, Linux uses utf-8 encoding as a standard for long time already. Why can't I do this with Notepad++ as well? Why messing around with these ugly ANSI-stuff? I'm using Notepad++ for a long time now and I was always very happy with this program because it is fast and powerful. I recommended it to many friends - thanks a lot for your wonderful work. But now I'm facing this bug and for the first time I am really annoyed and thinking about to change to another editor. Please give me some hope back: Will there be done something about this in the near future? ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB ------------------------------ _______________________________________________ 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 32, Issue 16 *************************************************