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 - Help] php syntax highlighting issue (SourceForge.net) 2. [notepad-plus - Plugin Development] RE: NP++ 5.1.2 (UNICODE) and Function List plugin (SourceForge.net) 3. [notepad-plus - Help] Marcos with text not working (SourceForge.net) 4. [notepad-plus - Help] Numbers in User Defined Languages (SourceForge.net) 5. [notepad-plus - Open Discussion] RE: Simple Sql Syntax Highlighting Bug (SourceForge.net) 6. [notepad-plus - Open Discussion] Bug when opening from "Recent Files" list (SourceForge.net) 7. [notepad-plus - Open Discussion] RE: bad idea: comic sans as default comment s (SourceForge.net) 8. [notepad-plus - Open Discussion] RE: 5.1.2: Ctrl+Shift+B Still Broke(ANSI/UNICODE) (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Fri, 19 Dec 2008 17:34:05 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] php syntax highlighting issue To: nore...@sourceforge.net Message-ID: <5846149.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=5846149 By: rilian Hi, Longtime user. First time poster. Using Notepad++ 5.2 A friend recently sent me some php code asking for help debugging. I loaded it into Notepad++ and found something odd. Any time I enter a while loop into notepad++ using a < as part of the test operator, the highlighting goes wacky and notepad++ doesn't recognize the code block correctly. Example: (saved as ex1.php) While ($myvar<=$myvar2){ print "this is ex1"; } I get bold text going up to but not including the < symbol. If I change the <= to a == or >=, the entire text turns bold. If I remove just the = and leave the <, I get no change. This tells me something is going on with interpretation of the < symbol. Any advice would be welcome. 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=331754 ------------------------------ Message: 2 Date: Fri, 19 Dec 2008 18:02:50 +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: <5846302.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=5846302 By: harrybharry If you need an Unicode functionlist you can get this one (its the 1.2 version because the 2.0 source code doesn't seem to be available): http://harrysnppstuff.webs.com/NPPFiles/FunctionList/FunctionList.dll with the source here http://harrysnppstuff.webs.com/NPPFiles/FunctionList/Function%20List.zip I did it because I think its unfortunate there is no functionlist at all with unicode, even though its outdated :) It also puts the configuration file in the Config folder so its more Npp5.0 compliant :) Jens, I hope you dont mind me doing this, but if it's a problem ill remove it. ______________________________________________________________________ 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: Fri, 19 Dec 2008 20:13:26 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Marcos with text not working To: nore...@sourceforge.net Message-ID: <5846922.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=5846922 By: marksierra I'm using Notepad++ 5.1.2, but before I upgraded, I was able to create a macro for inserting the time and date. Now that I've upgraded, it only prints out the first character in the line. So instead of printing: 2:13 PM 12/19/2008 It only prints: 2 Is there a solution? ______________________________________________________________________ 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: Fri, 19 Dec 2008 21:45:24 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Numbers in User Defined Languages To: nore...@sourceforge.net Message-ID: <5847289.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=5847289 By: halpo Numbers with decimal points don't appear to be handled correctly. I'm working with the S language. It's part of my NppToR package. periods should not be handled as operators in the language, there are many keywords that would be broken if it were handled as a operator, but the numbers are broken if I don't handle it as an operator. example: 1.2 the one is colored as a number but the decimal and the 2 are still black. My question is there a way that I've missed to fix this? ______________________________________________________________________ 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: Sat, 20 Dec 2008 00:49:57 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Simple Sql Syntax Highlighting Bug To: nore...@sourceforge.net Message-ID: <5848069.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=5848069 By: beninphx Which version of SQL? In MS SQL server, strings must be delimited with single quotation marks and single quotation marks are escaped with two single quotes, not \' Neither example you have works in MS SQL. Maybe you're talking about mySQL or ... ? ______________________________________________________________________ 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: Sat, 20 Dec 2008 08:35:39 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Bug when opening from "Recent Files" list To: nore...@sourceforge.net Message-ID: <5849755.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=5849755 By: whitecat2 Hello! My "Recent Files" list currently contains 30 entries, but when I want to open a file from this list, it sometimes fails - nothing happens although the file is definitely there. In this cases, I 'm always able to it via the usual File - Open menu. It even gets opened when I use "Open All Recent Files" (which seems to work perfectly). This behaviour doesn't occur with a special file but randomly - at the moment I'm writing this, the first 6 files in my "Recent Files" list are affected while the other 24 files can be opened from this list. This occurs with the most recent version 5.1.2, but I have observed this bug with earlier version (down to 4.8.x too). Windows XP SP2, German. Cany anyone else reproduce this? Is there a solution? 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: 7 Date: Sat, 20 Dec 2008 11:57:03 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: bad idea: comic sans as default comment s To: nore...@sourceforge.net Message-ID: <5850615.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=5850615 By: lmsrampage Well, you are not the only one who likes Comic Sans... --> I've changed my configuration file so that I have Comic Sans again. ? So did I :) Cheers, LMS_RampagE ______________________________________________________________________ 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: Sat, 20 Dec 2008 11:53:21 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: 5.1.2: Ctrl+Shift+B Still Broke(ANSI/UNICODE) To: nore...@sourceforge.net Message-ID: <5850582.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=5850582 By: lmsrampage I confirm that problem with Ctrl+Shift+B hotkey in Npp v5.1.2 (UNICODE) /Windows XP SP2 (unicode)/. Instead of selecting all characters between two arbitrary chosen brackets npp types the non-printable control character 'Start of Text' (STX). IMHO this is not a bug but an option or something like that... BTW Ctrl+B hotkey works fine! To Im2Crazy4You --> Did this ever work? ? YES! --> I still use version 4.6 and it doesn't work there either. ? Negative! I still keep Npp v4.6 (just in case) - this version is one of the most reliable period. I've installed it to check it and the Ctrl+Shift+B hotkey works absolutely fine, same for Ctrl+B! LMS_RampagE ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------------ ------------------------------ _______________________________________________ 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 43 *************************************************