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] RE: Multiline Search & Replace? (SourceForge.net) 2. [notepad-plus - Help] RE: Multiline Search & Replace? (SourceForge.net) 3. [notepad-plus - Help] RE: NP++ 5.3: Highlighting Edited Lines (SourceForge.net) 4. [notepad-plus - Help] RE: Search selects word at cursor (SourceForge.net) 5. [notepad-plus - Help] RE: Associating other XML file types (SourceForge.net) 6. [notepad-plus - Help] RE: Associating other XML file types (SourceForge.net) 7. [notepad-plus - Help] Custom language based on a built-in one (SourceForge.net) 8. [notepad-plus - Open Discussion] [not working] Russian Language in Windows 7 (SourceForge.net) 9. [notepad-plus - Help] RE: XML Plugins will not install in new NP++ (SourceForge.net) 10. [notepad-plus - Plugin Development] Hex-Editor v0.9.3 ANSI/UNI released (SourceForge.net) 11. [notepad-plus - Help] Code Completion Broken? (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Wed, 25 Mar 2009 15:18:32 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Multiline Search & Replace? To: nore...@sourceforge.net Message-ID: <6954530.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=6954530 By: cchris This is covered on the wiki anyway. Use Ctrl-R, aka TextFX -> TextFX Quick -> Find/Replace Please see the wiki about using ^M to mark end of lines when the text to find doesn't have the same line endings as the file to search. There is a limitation however, because Ctrl-R doesn't find in folders. Then you can use Find in folders with Extended mode turned on, but the line endings must be encoded explicitly (\r\n for Windows files, \n under Unix, \r for old Mac files). Againn this is covered in the wiki. 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=331754 ------------------------------ Message: 2 Date: Wed, 25 Mar 2009 15:24:14 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Multiline Search & Replace? To: nore...@sourceforge.net Message-ID: <6954609.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=6954609 By: budcurtis Could you please provide the URL for the WIKI page? ______________________________________________________________________ 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: Wed, 25 Mar 2009 15:34:48 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: NP++ 5.3: Highlighting Edited Lines To: nore...@sourceforge.net Message-ID: <6954740.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=6954740 By: cchris In Parameters -> Configure syntax highlighting: 1/ Check the DEFAULT style for the language you are using, if it is a built-in language 2/ Check the Global style -> Global override style, and uncheck the Apply to foreground checkbox if it is checked. If using n user defined language, go to User Defined Language Panel, select your language in the dropdown list and then check the default style. If all of this fals, please come back with more info (version, OS, type of file being edited, etc). 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=331754 ------------------------------ Message: 4 Date: Wed, 25 Mar 2009 15:52:08 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Search selects word at cursor To: nore...@sourceforge.net Message-ID: <6954940.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=6954940 By: cchris Just click somewhere in the edited area after the search box is open. Another workaround is to select some area of text bbefore hitting Ctrl-F. In this case, the "inside selection" checkbox becomes available, and this option is quite convenient, even though it has what I'd consider as quirks - most edotors have their own ones. But indeed this could be an option somewhere in the Preferences dialog. 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=331754 ------------------------------ Message: 5 Date: Wed, 25 Mar 2009 16:02:04 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Associating other XML file types To: nore...@sourceforge.net Message-ID: <6955056.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=6955056 By: cchris In Parameters -> Configure syntax highliting, choose the XML bilt-in language on the left hand list. Below that are two text fields. One lists default extensions to be highlighted using the XML lexer. The other is labelled Added extensions. Type your preferred non default file extensions in there as a space separated list (like it appears on the left hand field). Save and go. 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=331754 ------------------------------ Message: 6 Date: Wed, 25 Mar 2009 17:12:29 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Associating other XML file types To: nore...@sourceforge.net Message-ID: <6955857.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=6955857 By: budcurtis Thank you - that works great. ______________________________________________________________________ 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: 7 Date: Wed, 25 Mar 2009 19:51:00 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Custom language based on a built-in one To: nore...@sourceforge.net Message-ID: <6957536.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=6957536 By: herenvardo Greetings, First of all, please forgive me if I'm asking this at the wrong place, or if something similar has been answered before. I tried to search through N++'s help and around here and didn't find any answer to the issue. Straight to the topic: I'm trying to use Notepad++ with Ren'Py (www.renpy.org), a python-based visual novel engine. To summarize, Ren'py scripts's structure is quite similar to python code (especially on the aspect of blocks defined by indentation), and allow including "python" blocks with plain python code, for complex logics, UI stuff, and so on. So, what I'd like to achieve would be to add a User-defined language for Ren'py in my N++, and reuse as much stuff as possible from python: actually, the treatment I'd expect from the editor would be identical to that for .py files, with just a bunch of extra ren'py-specific keywords. Currently I'm using the editor treating my Ren'py scripts as raw python, which doesn't give me proper keyword highlighting but at least lets me collapse/expand code blocks. I tried to do this on my own, but couldn't find the propper way. I looked for every file containing the text "python" on my installation folder, then copy-pasted the relevant parts, replaced "python" for "renpy" (and "Python" for "Renpy" and "py" for "rpy") in the copies, added the extra keywords to the lists, and tried to restart the editor, but it didn't take. That's when I checked the help file, but couldn't find anything useful: it pointed me to the User Define dialog, but I found no way to define python-like blocks (ie: indentation-defined) from there, and I rather have wrong (or incomplete) highlighting than wrong block (un)folding. Thanks in advance for any help provided. Regards, herenvardo ______________________________________________________________________ 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: 8 Date: Wed, 25 Mar 2009 20:07:59 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] [not working] Russian Language in Windows 7 To: nore...@sourceforge.net Message-ID: <6957702.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=6957702 By: b0n3zs Russian language not working in win7. When i type: ? ???????, ??? ??? ?????????? ???????? ? Notepad++ i got: ? iaaa?nu, ?oi aai iii?aaeony ?aaioaou n Notepad++ Tried notepad 5.1, 5.1.4, 5.3 (ANSI\UNICODE versions). Any fix for 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=331753 ------------------------------ Message: 9 Date: Wed, 25 Mar 2009 20:16:30 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: XML Plugins will not install in new NP++ To: nore...@sourceforge.net Message-ID: <6957786.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=6957786 By: budcurtis After installing the XMLPlugin, when I try to save the XML file in NotePad++ with the XMLPlugin it throws an exception and NotePad dies. If I remove the plugin, then notepad can save the XML file with no problem. I guess the XMLPlugin is just not working! ______________________________________________________________________ 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, 25 Mar 2009 22:16:24 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Hex-Editor v0.9.3 ANSI/UNI released To: nore...@sourceforge.net Message-ID: <6958927.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=6958927 By: jenslorenz Hello Npp-Users, I did a new release of Hex-Editor v0.9.3. Here the changes: -------------------------------------------------------------------------------- ---- 09/03/25 v0.9.3 : -------------------------------------------------------------------------------- ---- Fix: HexEditor 0.9.2 hangs on wrap around search [NPP-P-B-2612666] Fix: "Find box" sometimes cleared aft. clicking on "Find Next" [NPP-P-B-2413462] Fix: Normal-/Hex-Mode change replaces the cursor/selection now correctly. Fix: Hex-Editor causes redrawing problems when using "Go to another View". Fix: View not currectly freshed when opening a supported file type on a new N++. Fix: Better NativeLang support in dialog "Find" and "Replace". Fix: Hidden menu will be now correctet restricted. Fix: Color selection dialog now restore the current color. Fix: Fonts are now drawn in anti alias mode. New: Selected line now with different background color (changeable in Options). New: Selected mirror of character is now underlined (changeable in Options). Download it here: https://sourceforge.net/project/showfiles.php?group_id=189927&package_id=222593& release_id=671008 Have fun Jens ______________________________________________________________________ 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: 11 Date: Thu, 26 Mar 2009 08:06:22 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Code Completion Broken? To: nore...@sourceforge.net Message-ID: <6964301.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=6964301 By: mradam I'm trying to make some code-completion for a game engine im working with. But it won't work properly. Heres the code: <code> <?xml version="1.0" encoding="Windows-1252" ?> <NotepadPlus> <AutoComplete> <Environment ignoreCase="no" startFunc="(" stopFunc=")" paramSeparator="," /> <KeyWord name="love.audio.newMusic" func="yes"> <Overload retVal="var ="> <Param name="filename" /> </Overload> </KeyWord> <KeyWord name="test" func="yes"> <Overload retVal="var ="> <Param name="test" /> <Param name="test" /> </Overload> </KeyWord> </AutoComplete> </NotepadPlus> </code> For some reason it will only show the popup with variables on one of the functions... i can't seem to figure out why... ______________________________________________________________________ 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 34, Issue 58 *************************************************