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] Spell Checker and Color Picker (SourceForge.net) 2. [notepad-plus - Open Discussion] Bug: Run (F5) (SourceForge.net) 3. [notepad-plus - Help] RE: Pascal parser broken in 5.4.4. (SourceForge.net) 4. [notepad-plus - Help] RE: 3 Bugs in 5.4.4 (SourceForge.net) 5. [notepad-plus - Help] RE: ToolBarIcons.xml (SourceForge.net) 6. [notepad-plus - Open Discussion] RE: Notepad "God Damned Exception" (SourceForge.net) 7. [notepad-plus - Open Discussion] RE: New Notepadd++ problems Vista UAC admin (SourceForge.net) 8. [notepad-plus - Open Discussion] RE: Newer versions of Notepadd++ less stable (SourceForge.net) 9. [notepad-plus - Help] RE: Pascal parser broken in 5.4.4. (SourceForge.net) 10. [notepad-plus - Open Discussion] RE: Newer versions of Notepadd++ less stable (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Wed, 08 Jul 2009 18:19:12 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Spell Checker and Color Picker To: nore...@sourceforge.net Message-ID: <7488768.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=7488768 By: jimmietoney I have been working with both pluggins and am having trouble getting both to work. I have both installed but they do not work. I am running the latest version of Notepa++ and Windows XP. Jimmie ______________________________________________________________________ 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: Wed, 08 Jul 2009 18:25:09 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Bug: Run (F5) To: nore...@sourceforge.net Message-ID: <7488773.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=7488773 By: asherber When I type the path to an executable in this dialog, or select an executable with the browse button, it appears that NPP does not surround it with double quotes. So if the path contains any spaces, the app will not run. The same is true with the Save button -- no double quotes. If I edit shortcuts.xml (with another editor, so my changes don't get clobbered) and add the quotes around the path, then the app will run when I restart NPP and select the item from the Run menu. Aaron. ______________________________________________________________________ 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: Wed, 08 Jul 2009 19:41:20 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Pascal parser broken in 5.4.4. To: nore...@sourceforge.net Message-ID: <7488913.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=7488913 By: asherber This appears to be a bug in Scintilla, introduced in 1.7.8. It can be fixed for now by downloading the 1.7.7 version of SciTE and copying SciLexer.dll to the NPP folder: http://prdownloads.sourceforge.net/scintilla/wscite177.zip?download Aaron. ______________________________________________________________________ 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: Wed, 08 Jul 2009 19:42:41 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: 3 Bugs in 5.4.4 To: nore...@sourceforge.net Message-ID: <7488915.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=7488915 By: asherber The Pascal issue appears to be a bug introduced in v1.7.8 of the Scintilla component. You can work around this by grabbing the 1.7.7 version of SciTE and copying SciLexer.dll to your NPP folder: http://prdownloads.sourceforge.net/scintilla/wscite177.zip?download Aaron. ______________________________________________________________________ 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: Wed, 08 Jul 2009 19:58:21 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: ToolBarIcons.xml To: nore...@sourceforge.net Message-ID: <7488938.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=7488938 By: furrelkt I still have no luck with this either. i have ver 5.4.4 did these: 1. Create a new directory under "%APPDATA%\Notepad++" and name it "icons". (i.e. %APPDATA%\Notepad++\icons) 2. Copy the directory containing the themed icons to "%APPDATA%\Notepad++\icons". (e.g. %APPDATA%\Notepad++\icons\Crystal++) 3. Copy "toolbarIcons.xml" to "%APPDATA%\Notepad++". 4. Edit "toolbarIcons.xml" and change the "pathPrefix". (e.g. %APPDATA%\Notepad++\icons\Crystal++) 5. Save "toolbarIcons.xml". 6. Open Notepad++ and goto "Settings | Preferences... | Global". 7. Set the icon size under "Tool Bar" section to small or big, depending on the size of your icons. 8. Apply the setting. 9. Exit Notepad++. 10. Reopen Notepad++ and your new icons should show. dont have a doLoaclConf.xml file anywhere... thanks, Keri ______________________________________________________________________ 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: Wed, 08 Jul 2009 20:00:50 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad "God Damned Exception" To: nore...@sourceforge.net Message-ID: <7488944.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=7488944 By: stuartsiegler What about "God Damned Exception 69?" I hate that God chose this particular time to smite my code. ;-) ______________________________________________________________________ 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: Wed, 08 Jul 2009 20:50:13 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: New Notepadd++ problems Vista UAC admin To: nore...@sourceforge.net Message-ID: <7489008.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=7489008 By: fool4uanyway Also rule out Windows VIsta's User Account Control. Try running Notepad++ as an administrator and see if you still get this access violation (or lose settings). ______________________________________________________________________ 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: Wed, 08 Jul 2009 21:19:01 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Newer versions of Notepadd++ less stable To: nore...@sourceforge.net Message-ID: <7489041.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=7489041 By: donho The really helpful informations are the version you use, the list of plugins and the instructions to reproduce the crash. We can only work based on the above tangible elements. Don ______________________________________________________________________ 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: Wed, 08 Jul 2009 21:26:36 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Pascal parser broken in 5.4.4. To: nore...@sourceforge.net Message-ID: <7489056.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=7489056 By: donho It will be fixed in v5.4.5 Don ______________________________________________________________________ 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: 10 Date: Wed, 08 Jul 2009 21:28:22 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Newer versions of Notepadd++ less stable To: nore...@sourceforge.net Message-ID: <7489057.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=7489057 By: joleg74 Got a crash with 5.4.3 (UNICODE), standard version (i.e. not the one I've compiled myself). Start a find in files with Light Explorer open, and N++ crashed. Can repro about 1 time out of 3. Installed plugins: 09/06/2008 06:33 AM 53,248 docMonitor.dll 05/14/2009 07:25 PM 262,144 HexEditor.dll 03/22/2009 12:08 AM 180,224 LightExplorer.dll 02/17/2009 08:33 AM 282,624 MultiClipboard.dll 01/25/2009 01:23 PM 323,584 NppExec.dll 05/31/2009 11:25 PM 274,432 NppPlugin_ChangeMarker.dll 02/07/2009 01:05 PM 229,376 NPPTextFX.dll 11/17/2008 03:13 PM 81,920 SpellChecker.dll Where can I send the dump file? joce. ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge ------------------------------ _______________________________________________ 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 38, Issue 35 *************************************************