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: Keyboard File Switcher 0.6 (SourceForge.net) 2. [notepad-plus - Help] RE: 2 bugs and 1 freeze (my first try with NPP) (SourceForge.net) 3. [notepad-plus - Help] RE: Russian alphabet (SourceForge.net) 4. [notepad-plus - Open Discussion] [OFFTOPIC] Windows 7 Release Candidate NOW (SourceForge.net) 5. [notepad-plus - Plugin Development] RE: Hex-Editor v0.9.3 ANSI/UNI released (SourceForge.net) 6. [notepad-plus - Open Discussion] adding java jar files (SourceForge.net) 7. [notepad-plus - Open Discussion] RE: Shift + Alt support (SourceForge.net) 8. [notepad-plus - Help] Nul chars (\0) replace error (SourceForge.net) 9. [notepad-plus - Plugin Development] RE: CCompletion 1.10 UNICODE (SourceForge.net) 10. [notepad-plus - Help] RE: Trying to Submit Patch (SourceForge.net) 11. [notepad-plus - Open Discussion] RE: Notepad++ v5.4 RC 2 (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Tue, 05 May 2009 06:30:25 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Keyboard File Switcher 0.6 To: nore...@sourceforge.net Message-ID: <7370842.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=7370842 By: davegb3 Thanks for the feedback. I've just put up 0.6.0.1, to the same locations. This fixes the issue with the options dialog, and has the about box updated :) Also the home and end keys work. The options dialog issue was due to me naughtily testing on the debug build, which excludes a small piece of code that hides the switch dialog if it loses focus (so you can "click off" to hide it). I hadn't tested everything on the release build - I shall stand in the corner and hang my head for 10 minutes :) I've also enabled column re-ordering, although it doesn't save your order yet. I'll release 0.6.0.2 with this in later. Thanks again, Dave. ______________________________________________________________________ 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, 05 May 2009 10:29:37 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: 2 bugs and 1 freeze (my first try with NPP) To: nore...@sourceforge.net Message-ID: <7372538.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=7372538 By: cchris These items have been discusssed over and over on the forum and in the wiki. You wish you searched them before posting. To summarise: 1/ NP++ is not good at handling very large (the limit depends on the resources available on your machine) files because the underlying Scintilla component isn't. And it isn't because it is geared towards providing richer text services than the stock RichEdit WXindows component. You can't do everything at the same time. So there are two alternatives: a/ If you need less functionality for large files, then other text editors may be tailored for that specific prpose. b/ If you can split your file into chunks of manageable size, then you can use the richer functionality of NP++ on one chunk at a time. Free file splitters are easy to find and very flexible. c/ As an aside, the most recents versions of NP++ don't freeze on lage files, but gracefully deny loading it, which protects an work going on other opened files. 2/ Line wrap does work, you can enable it from the View menu. The onl thing is that it is not based on a fixed number of characters, but on the window width. Resize it to the right line length - so this depends on your font size settings -, and there you go.There are further options on the Settings -> Preferences -> Edit components tab. ______________________________________________________________________ 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: Tue, 05 May 2009 10:36:28 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Russian alphabet To: nore...@sourceforge.net Message-ID: <7372572.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=7372572 By: cchris A question to the initial poster: can he use a standalone hex editor to examine the raw contents of the file and post the first few lines here? If you don't have a standalone hex editor, then try frhed (freeware). This way, one (I) could try to make sense out of the file, and figure how it was endoced in the first place. I have tried various things, using font layouts for KOI-8r and CP1251, and couldn't find something that would make sense. 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: Tue, 05 May 2009 12:45:39 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] [OFFTOPIC] Windows 7 Release Candidate NOW To: nore...@sourceforge.net Message-ID: <7373255.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=7373255 By: cdrpo =) =} =] http://www.microsoft.com/windows/windows-7/download.aspx ______________________________________________________________________ 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: 5 Date: Tue, 05 May 2009 13:06:06 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Hex-Editor v0.9.3 ANSI/UNI released To: nore...@sourceforge.net Message-ID: <7373363.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=7373363 By: soapskyway I have tried this plugin with the new Notepad++ 5.4RC2 and there seems to be a problem with the menus. After switching to the hex view and back. The Edit and Seach menus flicker and some entries are missing. Thanks for you effort. Soap ______________________________________________________________________ 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, 05 May 2009 13:18:58 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] adding java jar files To: nore...@sourceforge.net Message-ID: <7373443.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=7373443 By: emailkia Can I add Java jar-files to Notepad++ or give the path of my jar-files so I java-classfiles be included and debugged???? Like Eclipse and Netbeans? Is it possible??? 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: Tue, 05 May 2009 13:43:10 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Shift + Alt support To: nore...@sourceforge.net Message-ID: <7373591.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=7373591 By: im2crazy4u By Default, Alt in Windows activates the menu bar, as stated. In my Firefox Alt+Shift does nothing, while Alt alone actives the menu bar. I have never heard of Alt+Shift being a shortcut for anything. ______________________________________________________________________ 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, 05 May 2009 14:07:17 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Nul chars (\0) replace error To: nore...@sourceforge.net Message-ID: <7373736.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=7373736 By: raulmateos Hi! I have Notepad++ 5.3.1, WinXP SP3 I have tried to do some replacement in a file with text and a lot of NUL chars. I've tried to replace using extended search the char \0 with anything (space, tabs, other character...), and then selecting "Replace All" and I get an error: "The regular expresion to search is formed badly" Any help ______________________________________________________________________ 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: 9 Date: Tue, 05 May 2009 14:16:29 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: CCompletion 1.10 UNICODE To: nore...@sourceforge.net Message-ID: <7373788.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=7373788 By: rickishere Well, I will be honest: I'm using it for a PHP project without any CVS/SVN as I'm developing it locally. The test "builds/tryouts" are in the parent folder. The rest, older version and files I need but whose functions I do not want to find in the tags file are in subfolders. My workaround is to GZip them, but excluding subfolders would be nicer. How about adding (some of) the ctags parameters to the ini?! Thanks and best regards, Rick ______________________________________________________________________ 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: 10 Date: Tue, 05 May 2009 14:23:26 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Trying to Submit Patch To: nore...@sourceforge.net Message-ID: <7373829.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=7373829 By: cchris The posted link leads to the first page for the patch tracker. On the top left, there is an Add new link. Clicking there displays a form. At the bottom, there are fields allowing to attach a file and provide a description of it. I'd try uploading the patch from there before submiting the form. 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: 11 Date: Tue, 05 May 2009 14:39:35 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ v5.4 RC 2 To: nore...@sourceforge.net Message-ID: <7373920.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=7373920 By: muyamada Hi Don I found the problem of the Carriage Return (CR) Mac File Two or more files(CRLF,CR,LF) Drag&Drop to Notepad++ CR File is recognized to be (CRLF) Windows. If saved in the state, it will be saved by CRLF. Is this the intended operation? Notepad++ v5.4 RC2 (ANSI/Unicode) Windows XP + SP2 ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com ------------------------------ _______________________________________________ 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 36, Issue 15 *************************************************