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 - Plugin Development] RE: NP++ 5.1.2 (UNICODE) and Function List pl (SourceForge.net) 2. [notepad-plus - Plugin Development] RE: NP++ 5.1.2 (UNICODE) and Function List plugin (SourceForge.net) 3. [notepad-plus - Plugin Development] RE: NP++ 5.1.2 (UNICODE) and Function List plugin (SourceForge.net) 4. [notepad-plus - Help] RE: NUL graphics in Notepad++ ? (SourceForge.net) 5. [notepad-plus - Plugin Development] RE: NP++ 5.1.2 (UNICODE) and Function List plugin (SourceForge.net) 6. [notepad-plus - Plugin Development] RE: WindowMgr 1.2.1 released (SourceForge.net) 7. [notepad-plus - Plugin Development] RE: NP++ 5.1.2 (UNICODE) and Function List plugin (SourceForge.net) 8. [notepad-plus - Help] Assembly Style Comments, User Defined Lang (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Tue, 23 Dec 2008 15:31:10 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: NP++ 5.1.2 (UNICODE) and Function List pl To: nore...@sourceforge.net Message-ID: <5875322.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=5875322 By: dv__ Harry, thank you for the Unicode re-build, but: 1. List of Functions is not updated when activating (switching to) another file. As I remember, it worked in original version of the plugin. 2. Your FuntionList.dll build requires MSVCP71.dll and MSVCR71.dll. I believe this is the cause of the problem reported by Gururaja Hebbar. By the way, I tried to compile the sources under Visual C++ 2005 Express, but all these assignments of NULL to the iterators' values create unresolved incompatibilities with VC++ 2005's compiler. I tried to replace all the NULLs with corresponding vector's .end(), but these modifications make the plugin crash. So I have no ability to rebuild the sources. ______________________________________________________________________ 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: 2 Date: Tue, 23 Dec 2008 15:58:38 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: NP++ 5.1.2 (UNICODE) and Function List plugin To: nore...@sourceforge.net Message-ID: <5875499.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=5875499 By: cchris Hi all! I managed to get FunctionList working without errors under N++ 5.1.2, using the FunctionList.dll link posted on this thread. Now I have a problem. When attempting to add rules for a new language, the dropdown list in the Rules dlgbox shows a blank entry instead of the new language. There is still a "User Defined Language" entry, like in the menu, the usefulness of which isn't obvious. Syntax highlighting works as expected though, and the new language appears as expected on the Languages menu. Adding rules to the blank entry didn't do anything. I'm using XP Pro SP2 here. At home, under XP Home SP2 and N++ 4.9, and the standard plugin works as expected. I'll try to bring in my config files from home to office in case it helps, but something is confusing still. My office account isn't a privileged one; could this matter? Thanks for any help. 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: 3 Date: Tue, 23 Dec 2008 17:41:58 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: NP++ 5.1.2 (UNICODE) and Function List plugin To: nore...@sourceforge.net Message-ID: <5876164.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=5876164 By: harrybharry For the runtimes missing: Sorry, I didnt link them statically, must have been done dynamically. Its 2003 though, should be easy enough to get (when I have time ill recompile it) For the NULL assignments: I have no idea, the 2003 compilers gives a boatload of warnings but I didnt write most of the code FOr the switching: Probably happened since 5.0 when Notepad++ changed the file switch notification system For the Blank list: FUnctionList more or less hacks into the user define dialog. You have to start it once for the list to be properly populated. All in all, its FL 1.2 and its outdated. 2.0 would probably have been better but a) it has issues of its own and b) its not released as source (probably because of a)) ______________________________________________________________________ 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: 4 Date: Tue, 23 Dec 2008 17:44:35 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: NUL graphics in Notepad++ ? To: nore...@sourceforge.net Message-ID: <5876178.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=5876178 By: harrybharry BY fixing your file not to include the NUL terminator. You can remove them manually by using find replace (ctrl-h), extended mode and then Find: \0 Replace: nothing ______________________________________________________________________ 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: Tue, 23 Dec 2008 18:29:35 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: NP++ 5.1.2 (UNICODE) and Function List plugin To: nore...@sourceforge.net Message-ID: <5876471.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=5876471 By: cchris I eventually found a workaround for the blank entry in UDL dropdown, but this is probably not the expected operation mode. 1/ When opening N++, the last opened file displays with correct highlighting, but FunctionList reports "Unsupported feature". Refreshing the list by clicking twice (NOT dbl clicking) on "Show all functions" makes it work. Entry is still blank. 2a/ Now time to change/add a rule. You cannot do so because of the blan entry. Go to Display -> UDL Panel and create a du^plicate copy of the language you are interested in. Save. No change. Reopening editor is of no help. 2b/ Now go back to UDL Panel and delete the duplicate entry. Then go to FunctionList -> User rules, et voil?! The language now has its entry, and you can change the rules as desired. I'm not sure why \< sometimes matches and sometimes not, but that's another topic. 3/ If introducing a new language, step 1/ won't work, and you need to perform 2a/ and 2b/. I hope there's an update soon. Could OpenWatcom 1.6 C/C++ compiler possibly deal with the source? 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: Tue, 23 Dec 2008 20:46:37 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: WindowMgr 1.2.1 released To: nore...@sourceforge.net Message-ID: <5877389.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=5877389 By: banita sometimes when i have open a lot of files and when i click (right mouse button) on one file and choose "close all but me" N++ close all files without one but this one file is not this one witch i choose. ______________________________________________________________________ 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: Wed, 24 Dec 2008 00:36:36 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: NP++ 5.1.2 (UNICODE) and Function List plugin To: nore...@sourceforge.net Message-ID: <5878968.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=5878968 By: cchris One last thing about this plugin: the call tips appear to the left of the N++ window, not the plugin window as one may perhaps expect. Anyconfig switch overbing this? 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: Wed, 24 Dec 2008 03:19:24 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Assembly Style Comments, User Defined Lang To: nore...@sourceforge.net Message-ID: <5879950.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=5879950 By: slagment Hello, I had to make a User Defined Language for AVR Assembly. I want the comments to work just like regular Assembly. Where the ';' terminates the line and starts the comment. Is there a wild card option so "anything"; comment comment will work? Result would be "syntax highlighted stuff"';'"comments in green" thank you ______________________________________________________________________ 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 31, Issue 51 *************************************************