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: Updated AutoIt3 language definition (SourceForge.net) 2. [notepad-plus - Open Discussion] RE: Multiple "commentStart"/"commentEnd" keywords (SourceForge.net) 3. [notepad-plus - Help] Bookmarks disappearing (SourceForge.net) 4. [notepad-plus - Open Discussion] RE: langs.xml versus langs.model.xml? (SourceForge.net) 5. [notepad-plus - Open Discussion] RE: feature request: TODO (SourceForge.net) 6. [notepad-plus - Open Discussion] RE: request: encoding select for non unicode file (SourceForge.net) 7. [notepad-plus - Open Discussion] RE: ToolBar Missing after compilling with MSVC (SourceForge.net) 8. [notepad-plus - Open Discussion] How can i add a new language ? (SourceForge.net) 9. [notepad-plus - Open Discussion] RE: ToolBar Missing after compilling with MSVC (SourceForge.net) 10. [notepad-plus - Help] RE: Unicode bug in Windows 7 RC (SourceForge.net) 11. [notepad-plus - Help] RE: Unicode bug in Windows 7 RC (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Tue, 02 Jun 2009 13:00:09 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Updated AutoIt3 language definition To: nore...@sourceforge.net Message-ID: <7422703.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=7422703 By: exte i was created a new lang scripting but it doesnt show in the tab languages. how can i do that ? 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=331753 ------------------------------ Message: 2 Date: Tue, 02 Jun 2009 15:02:42 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Multiple "commentStart"/"commentEnd" keywords To: nore...@sourceforge.net Message-ID: <7422926.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=7422926 By: aathell "Is there a way to have multiple commentStart and commentEnd keywords for a language?" Yes. "In the current AutoIt3 definition file only #cs and #ce are mentionned. Is there a way to specify both types of block comment delimitiers?" It needs to be built in to the lexer and requires keyword group matching list or hardcoded values. If this is from a user defined language and not an external lexer then just add the extra words to the keyword box; remember though that _any_ matching starting keyword will match with _any_ matching ending keyword. If you are working on an external lexer please stop by the #notepad++ channel on Freenode, we would be glad to give you any insights that we have. almostautomated ______________________________________________________________________ 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: Tue, 02 Jun 2009 15:02:46 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Bookmarks disappearing To: nore...@sourceforge.net Message-ID: <7422927.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=7422927 By: migellitos Hello i have such a problem i like to Bookmark things in N++ (F2 key you know). But after upgrade to 5.3.1 Unicode they are disappearing. Like i'm working then want to make a mark but it is invisible - it is placed but i just can't see it. If i simply reload N++ i see them - blue circles in the left of screen. Unfortunatly i can't reproduce this problem on my own wishes but it happens every day. I use compare plugin and nothing special other than that. I don't have this probs with previous version - like 1 year old. ______________________________________________________________________ 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: Tue, 02 Jun 2009 15:06:03 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: langs.xml versus langs.model.xml? To: nore...@sourceforge.net Message-ID: <7422936.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=7422936 By: aathell Just think of the model as simply, well, a model. If N++ can't find your lang file or finds that it is corrupt a new one will be build using the model. If you mess up the model then you need to reinstall, or copy from the compressed release package, so until you are confident with your lang file setup you shouldn't touch the model without making a backup first. almostautomated ______________________________________________________________________ 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: 5 Date: Tue, 02 Jun 2009 15:11:44 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: feature request: TODO To: nore...@sourceforge.net Message-ID: <7422959.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=7422959 By: aathell tgr; This feature can be added. Perhaps putting the idea up on our ideaTorrent ( look at the hosted apps dropdown menu on this page ) and getting some people to vote for it might entice a plugin developer to make it. If you would rather do it yourself ( I'd still recommend the ideaTorrent ) feel free to stop by the #notepad++ channel on freenode where we can give pointers on getting setup and help find answer when you have them. There are several plugin templates for different language avail on the web. I'm sure there is one in a language you like. almostautomated ______________________________________________________________________ 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: 6 Date: Tue, 02 Jun 2009 15:14:56 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: request: encoding select for non unicode file To: nore...@sourceforge.net Message-ID: <7422971.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=7422971 By: aathell Not sure I get what you're asking for? Have a step by step? Isn't that exactly what the 'Format' menu is for? ______________________________________________________________________ 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: 7 Date: Tue, 02 Jun 2009 15:30:12 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: ToolBar Missing after compilling with MSVC To: nore...@sourceforge.net Message-ID: <7423017.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=7423017 By: rfrfrfrf hello !, i re-compiled with new change : _rbBand.cbSize = 80; the status bar appeared !!! but the hide option , in preferences , is not working anymore. any sugestion to fix ? 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=331753 ------------------------------ Message: 8 Date: Tue, 02 Jun 2009 15:41:38 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] How can i add a new language ? To: nore...@sourceforge.net Message-ID: <7423040.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=7423040 By: exte Well i add to langs.xml the definitions for a new lang. and in stylers.xml did the same. but i cant see in the tabs language, the new lang. what am i missing ? ______________________________________________________________________ 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: 9 Date: Tue, 02 Jun 2009 15:43:16 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: ToolBar Missing after compilling with MSVC To: nore...@sourceforge.net Message-ID: <7423043.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=7423043 By: aathell I never noticed that before. Thanks for reporting the issue. Now the question is "when did that happen?" ______________________________________________________________________ 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: Tue, 02 Jun 2009 16:09:44 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Unicode bug in Windows 7 RC To: nore...@sourceforge.net Message-ID: <7423079.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=7423079 By: deadruid I've got the same problem when typing some Czech characters in Windows 7 RC x64. It used to work without problems and then suddenly, in the middle of writing some LaTeX document, I was unable to type some characters as they were being replaced with question marks (the already-written part of the document was OK, copying and pasting the problematic characters worked correctly). Runing Notepad++ in a compatibility mode (such as Vista SP2) solves the problem, as does running the ANSI build 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: 11 Date: Tue, 02 Jun 2009 16:13:11 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Unicode bug in Windows 7 RC To: nore...@sourceforge.net Message-ID: <7423091.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=7423091 By: deadruid Right-click the; notepad++.exe; in its installation directory, select 'Properties', select the 'Compatibility' tab, check the 'Run this program in compatibility mode' checkbox and select for instance 'Windows Vista (Service Pack 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=331754 ------------------------------ ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get ------------------------------ _______________________________________________ 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 37, Issue 11 *************************************************