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: Plugin update: RunMe 1v20 (SourceForge.net) 2. [notepad-plus - Help] RE: Turn XML tag-highlighting off (SourceForge.net) 3. [notepad-plus - Help] RE: Turn XML tag-highlighting off (SourceForge.net) 4. [notepad-plus - Help] RE: Select to beginning/end of line? (SourceForge.net) 5. [notepad-plus - Help] StyleID (SourceForge.net) 6. [notepad-plus - Open Discussion] RE: Notepad++ v5.4.2 released (SourceForge.net) 7. [notepad-plus - Open Discussion] Compile (tiny) issues using VS 2008 express, (SourceForge.net) 8. [notepad-plus - Open Discussion] RE: ToolBar Missing after compilling with MSV (SourceForge.net) 9. [notepad-plus - Open Discussion] RE: Notepad++ v5.4.2 released (SourceForge.net) 10. [notepad-plus - Help] NP++ v5.4 MARK mode disappeared ?? (SourceForge.net) 11. [notepad-plus - Help] Macros to do these 2 things? (SourceForge.net) 12. [notepad-plus - Open Discussion] Some calltips work and some not. (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Mon, 01 Jun 2009 19:25:50 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Plugin update: RunMe 1v20 To: nore...@sourceforge.net Message-ID: <7421427.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=7421427 By: fstellari You receive this error message because there is no action associated to the file extension you are trying to run from within Notepad++. In fact if you locate the file in resource manager and double click the file, then Windows should also tell you that there is no program associated to it. When you re-installed your PC you must have not installed the program capable to run you files or forgot to associate the extension to such program. Regards, Franco ______________________________________________________________________ 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: Mon, 01 Jun 2009 19:45:37 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Turn XML tag-highlighting off To: nore...@sourceforge.net Message-ID: <7421457.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=7421457 By: joleg74 If you want to change the color of the highlight, go to Menu Settings | Style configurator | Global Styles | Tags match highlight. ______________________________________________________________________ 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: Mon, 01 Jun 2009 21:34:55 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Turn XML tag-highlighting off To: nore...@sourceforge.net Message-ID: <7421606.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=7421606 By: olreich Thank you, I was missing those attributes in my stylers.xml file, I updated from the stylers.config.xml ______________________________________________________________________ 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, 01 Jun 2009 21:51:17 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Select to beginning/end of line? To: nore...@sourceforge.net Message-ID: <7421631.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=7421631 By: ander1122 Sorry to bother you again... I've made the changes you described: SCI_VCHOMEEXTEND changed to Shift+Home SCI_LINEENDEXTEND changed to Shift+End ...and no other shortcuts are using those commands. Shift+Home works now (selects to beginning of line), but Shift+End still selects to the end of the paragraph. Any more ideas? ______________________________________________________________________ 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, 01 Jun 2009 22:02:20 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] StyleID To: nore...@sourceforge.net Message-ID: <7421652.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=7421652 By: olreich In stylers.xml, I notice that many of the styleIDs are not sequential. HTML uses the IDs: 0, 1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 17, 19, 21. Does this mean that IDs 8, 12, 13, 14, 15, 16, 18, and 20 link to other portions of code that should be highlight, but instead is reverting to default values? (many of the xml bleed-throughs, the DOCTYPE stuff and "/>" come to mind) Can I assign those unassigned IDs to portions of code I want? If I can assign them, how would I go about doing that? ______________________________________________________________________ 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: Mon, 01 Jun 2009 22:35:58 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ v5.4.2 released To: nore...@sourceforge.net Message-ID: <7421687.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=7421687 By: dhry Still doesn't recognize https:// URLs. ______________________________________________________________________ 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: Mon, 01 Jun 2009 23:32:24 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Compile (tiny) issues using VS 2008 express, To: nore...@sourceforge.net Message-ID: <7421750.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=7421750 By: cchris ... aka VC9.0. 1/ LexMySQL.cxx was not being compiled in the generation of SciLexer.dll. Included manually the file in the project, that fixed it. 2/ (more serious perhaps): I'm getting a warning that the local function cmpStringNoCase in LexUser.cxx was removed because it is not referenced. But I assume it should be used when an user defined language has the Ignore case option. Perhaps an overzealous optimisation which could hurt? 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=331753 ------------------------------ Message: 8 Date: Tue, 02 Jun 2009 01:47:03 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: ToolBar Missing after compilling with MSV To: nore...@sourceforge.net Message-ID: <7421908.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=7421908 By: yniq I'm not sure exectly what the problem is but there is a workaround for this issue - force REBARBANDINFO struct size in cbSize field to 80 everywhere. Meaning: instead of: _rbBand.cbSize = sizeof(REBARBANDINFO); write: _rbBand.cbSize = 80; Good luck ______________________________________________________________________ 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 01:51:17 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ v5.4.2 released To: nore...@sourceforge.net Message-ID: <7421912.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=7421912 By: yniq Are you using the latest (official) SciLexer.dll, or did you just manually replace notepad++.exe? ______________________________________________________________________ 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 06:24:26 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] NP++ v5.4 MARK mode disappeared ?? To: nore...@sourceforge.net Message-ID: <7422140.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=7422140 By: lhsw Mark mode(ALT+M) has disappeared with latest version of NP++. Any idea where to find 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=331754 ------------------------------ Message: 11 Date: Tue, 02 Jun 2009 06:37:49 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Macros to do these 2 things? To: nore...@sourceforge.net Message-ID: <7422157.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=7422157 By: ander1122 Hi guys, I'd like to set up keyboard shortcuts to do two separate things: 1. Save the current document with a certain filename, in a certain folder. 2. Change all double spaces to single spaces. I tried recording macros to do this, but they didn't work. (When I stopped recording, "Save Current Recorded Macro" wasn't available.) Is there another way to do it? Thanks, ander ______________________________________________________________________ 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: 12 Date: Tue, 02 Jun 2009 06:56:51 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Some calltips work and some not. To: nore...@sourceforge.net Message-ID: <7422169.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=7422169 By: doctor-einstein I am creating my own xml file to provide autocompletion and calltips for the VRML97 and X3D web3d formats, but I have run into a problem. In my calltips I wish to show the full node definition of each node in the VRML97 language, as is shown in the official documentation. However, the calltips only display for some of the nodes and not others. At first I thought I had discovered a limitation on the number of characters in the calltip, but this does not seem to explain why some call tips (that are relatively short) will not display. Has anyone encountered a problem like this and know something about why it is happening? Are there any NotePad++ developers reading this that might know where the problem likely occurs in the source code? I ask this so that I might attempt a fix for the calltips in my copy of the source code. I am also willing to provide my source changes to the NotePad++ development team for review and inclusion in the next release. I am running NotePad++ on Windows XP (32-bit). Here is an example of what I am trying to do in my vrml97.xml file: <?xml version="1.0" encoding="Windows-1252" ?> <NotepadPlus> <AutoComplete language="VRML97"> <Environment ignoreCase="no" startFunc="{" stopFunc="}" paramSeparator="," terminal=";" /> <KeyWord name="Anchor" func="yes"> <Overload retVal="Syntax of node" descr=" Anchor { eventIn MFNode addChildren eventIn MFNode removeChildren exposedField MFNode children [] exposedField SFString description "" exposedField MFString parameter [] exposedField MFString url [] field SFVec3f bboxCenter 0 0 0 # (-infinity, infinity) field SFVec3f bboxSize -1 -1 -1 # (0, infinity) or -1,-1,-1 }"> <Param name="ISO/IEC 14772-1" /> </Overload> </KeyWord> <KeyWord name="ElevationGrid" func="yes"> <Overload retVal="Syntax of node" descr=" ElevationGrid { eventIn MFFloat set_height exposedField SFNode color NULL exposedField SFNode normal NULL exposedField SFNode texCoord NULL field MFFloat height [] # (-infinity, infinity) field SFBool ccw TRUE field SFBool colorPerVertex TRUE field SFFloat creaseAngle 0 # [0, infinity] field SFBool normalPerVertex TRUE field SFBool solid TRUE field SFInt32 xDimension 0 # [0, infinity) field SFFloat xSpacing 1.0 # (0, infinity) field SFInt32 zDimension 0 # [0, infinity) field SFFloat zSpacing 1.0 # (0, infinity) }"> <Param name="ISO/IEC 14772-1" /> </Overload> </KeyWord> </AutoComplete> </NotepadPlus> I have shortened the xml file contents above to include only two VRML97 nodes: The Anchor node -- which produces a calltip as expected, and the ElevationGrid node -- which does not produce a calltip. Any insights into my calltip problem would be 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=331753 ------------------------------ ------------------------------------------------------------------------------ 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 8 ************************************************