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 [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] 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: Problem in ANSI coding UCS-2 on CYRILLIC (SourceForge.net) 2. [notepad-plus - Plugin Development] JavaScript Macro plugin (SourceForge.net) 3. [notepad-plus - Help] RE: compare plugin is absent in 5.1Unicode exe (SourceForge.net) 4. [notepad-plus - Help] RE: Notepad++ v5.1 Plugin Error Messages (SourceForge.net) 5. [notepad-plus - Help] Associate a file extension with a language? (SourceForge.net) 6. [notepad-plus - Plugin Development] RE: JavaScript Macro plugin (SourceForge.net) 7. [notepad-plus - Open Discussion] RE: Problem in ANSI coding UCS-2 on CYRILLIC (SourceForge.net) 8. [notepad-plus - Open Discussion] RE: Session management (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Mon, 10 Nov 2008 21:06:29 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Problem in ANSI coding UCS-2 on CYRILLIC To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5616812 By: golem777 Yes it so! And how to me still a problem to describe? Some text is displayed incorrectly. After correction - I save. I open again and in the same place again a problem. If a file to translate to other coding the problem is solved correction. I tried to replace with other text through the buffer, but all the same in the same a place there was that that strange. (BUT the text all normal was primary, it has occured after several preservations and operations of moving of lines, all) ______________________________________________________________________ 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: Mon, 10 Nov 2008 22:10:45 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] JavaScript Macro plugin To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5617119 By: ffes I am busy developing a plug-in that uses SpiderMonkey (the JavaScript Engine of the Mozilla products) to create programmable macros for Notepad++. At this moment I have a prove of concept that has 6 functions: lineUp(), lineDown(), charLeft(), charRight() to do basic cursor movements, insertText(str) to add a the text in 'str' at the current position and alert(str) to show a message box with 'str'. For some strange reason this works great as a debug build, but when I make a release build it crashes. Is there anyone who can help me fix this problem? I post a question at the Mozilla newsgroups. Unfortunately all their suggestions didn't solve the problem. At this moment I only release the GPL licensed sources and a debug version of a Unicode plug-in, so version 5.1 is required. Because of this, you need to have the VS2005 debug DLLs on your system for it to run. If you don't have them the plug-in won't load. http://www.fesevur.com/downloads/NppJavaScript-001-src.zip ______________________________________________________________________ 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, 10 Nov 2008 22:20:32 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: compare plugin is absent in 5.1Unicode exe To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5617177 By: jaredcall To get the ANSI version of 5.1, you have to download the zip file, not the installer. http://downloads.sourceforge.net/notepad-plus/npp.5.1.bin.zip This has been documented as a bug. https://sourceforge.net/tracker2/?func=detail&aid=2217885&group_id=95717&atid=61 2382 ______________________________________________________________________ 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: Mon, 10 Nov 2008 22:21:40 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++ v5.1 Plugin Error Messages To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5617187 By: jaredcall I have learned that to get the ANSI plugins, you now have to use the ANSI version of 5.1. The ANSI version is not presented as an option during installation. You have to download the zip file, not the installer. http://downloads.sourceforge.net/notepad-plus/npp.5.1.bin.zip This has been documented as a bug. https://sourceforge.net/tracker2/?func=detail&aid=2217885&group_id=95717&atid=612382 ______________________________________________________________________ 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: Mon, 10 Nov 2008 20:52:08 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Associate a file extension with a language? To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5616743 By: shiraabr Hi, I'm sure this questions was already asked, but I couldn't find it.. Say I have some xxx.a files, which I want to open with the python language. How is this done? I'm running v4.1 ______________________________________________________________________ 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: Tue, 11 Nov 2008 00:24:52 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: JavaScript Macro plugin To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5617769 By: janschreiber Sounds really promising. I'm afraid I can't help, but I just wanted you to know that this plug-in will be greatly appreciated. ______________________________________________________________________ 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: Tue, 11 Nov 2008 00:41:20 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Problem in ANSI coding UCS-2 on CYRILLIC To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5617847 By: harrybharry Are you by any chance saving as UTF-8 w/o BOM? Try saving as UCS-2 ______________________________________________________________________ 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, 11 Nov 2008 10:19:36 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Session management To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5620366 By: jenslorenz In Explorer Plugin exist a Favorite pane. This pane allows you to store and manage sessions. I will release a new version with UNICODE support in mid of November. Best Regards Jens ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ------------------------------ _______________________________________________ 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 30, Issue 25 *************************************************