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: multiple views (SourceForge.net) 2. [notepad-plus - Open Discussion] RE: [Feature Requests] Extend/crea in javascript (SourceForge.net) 3. [notepad-plus - Open Discussion] RE: Notepad++ v5.4.1 (SourceForge.net) 4. [notepad-plus - Open Discussion] RE: Tabs to Spaces Expansion (SourceForge.net) 5. [notepad-plus - Plugin Development] ENUM_SUB grveuseless entries (SourceForge.net) 6. [notepad-plus - Open Discussion] RE: [Feature Requests] Extend/crea in javascript (SourceForge.net) 7. [notepad-plus - Help] RE: How to save preferencs into local*.ini file ? (SourceForge.net) 8. [notepad-plus - Help] RE: Do I have to activate Macros resp key F4? (SourceForge.net) 9. [notepad-plus - Open Discussion] RE: Suggestion: Invert bookmarks (SourceForge.net) 10. [notepad-plus - Open Discussion] RE: [Feature Requests] Extend/crea in javascript (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Fri, 29 May 2009 12:33:53 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: multiple views To: nore...@sourceforge.net Message-ID: <7416419.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=7416419 By: tsarchasm ah, the sessions definitely help but with 2 views you can only compare 2 files at the same time so if all your html and php is in one view and your css and javascript is in the other view and you want to compare your css and javascript you'll have to either drag one to the other view or keep switching between tabs. i'm pretty sure it shouldn't be too much of a problem to implement if it hasn't been already. anyway, thanks for your 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: 2 Date: Fri, 29 May 2009 12:35:26 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: [Feature Requests] Extend/crea in javascript To: nore...@sourceforge.net Message-ID: <7416423.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=7416423 By: alexiljin > But all programmers know javascript... I'm a programmer, and I neither know javascript nor give a damn about it. Please, be careful with your generalizations. > I think that being able to create extensions using javascript would enable a lot more folks to participate. That I can agree with. ______________________________________________________________________ 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: Fri, 29 May 2009 12:50:01 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ v5.4.1 To: nore...@sourceforge.net Message-ID: <7416444.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=7416444 By: pjaytycy When will the auto-updater start finding this release ? (It's still at 5.3.1 now) ______________________________________________________________________ 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: 4 Date: Fri, 29 May 2009 13:23:30 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Tabs to Spaces Expansion To: nore...@sourceforge.net Message-ID: <7416508.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=7416508 By: mokolon The TextFX plugin has some functionality to convert/uncovert LEADNING spaces which I've never gotten to work. The problem with converting/unconverting non-leading spaces really manifests itself when you have string literals in the code. What gets altered, and what does not? If you should come up with a way to do what you ask, I'm also very interested in it. Especially if it can be restricted to just the selection I have active, or if it were an option to tell it what the start/end quote characters for the language are, and whether or not it should ignore string literals. I do not however believe what you are asking for is an option in N++. Certainly not the document-level setting of the tab definitions. After all, how would N++ remember the tab setting for your document the next time you load it? It couldn't attach meta-data to the document. That leaves either global settings, or entries in the session file (if you enable session-saving.) -Bill ______________________________________________________________________ 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: Fri, 29 May 2009 13:31:10 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] ENUM_SUB grveuseless entries To: nore...@sourceforge.net Message-ID: <7416523.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=7416523 By: cchris Hi, and first of all congrats for this new v2.0 FunctionList. However, I just tried my luck with a C file. Everything works right and is invaluable at times (specially the IF category in order to perform code coverage analysis), but ENUM_SUB is puzzling. I assumed this category is for enums. However, I'm getting this with N++ 5.4.1u: Code: #ifdef ERUNTIME (int)r, #else (symtab_ptr)e_routine[r], #endif 0, // first and only arg is 0 0,0,0,0,0,0,0,0 // other args ignored The 0 following #endif is unexpectedly reported, but not those on the line that follows. The line being indented doesn't matter. Code: { return (LRESULT) (*general_ptr)((symtab_ptr)0x12345678, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); } arg1 is unexpectedly reported, but arg6 isn't. Code: extern symtab_ptr call_back_arg1, call_back_arg2, call_back_arg3, call_back_arg4, call_back_arg5, call_back_arg6, call_back_arg7, call_back_arg8, call_back_arg9, call_back_result; call_back_arg4 and call_back_arg7 are unexpectedly reported, but call_back_result isn't. Code: while (cmdline[i] == ' ' || cmdline[i] == '\t' || cmdline[i] == '\n') { i++; } The first cmdline is unexpectedly reported, but the second isn't. Code: #ifdef ERUNTIME int cb_routine, int is unexpectedly reported. And so on, including the first word on the second line in a /* ... */ style comment. Generally speaking, constructs spanning several lines or preprocessor directives seem to confuse FL, resulting in spurious list entries in that category. It does catch enums though. Overall, an useful and efficient piece of softwar though. 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=482781 ------------------------------ Message: 6 Date: Fri, 29 May 2009 13:38:58 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: [Feature Requests] Extend/crea in javascript To: nore...@sourceforge.net Message-ID: <7416541.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=7416541 By: ffes I have written a plugin for JavaScript macros a while ago. You can find it at http://www.fesevur.com/nppjavascript Note that this is a very basic level. It can only move the cursor around and insert text in the current document. But when you have ideas for more functions, let me know and I see what I can do. ______________________________________________________________________ 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: Fri, 29 May 2009 13:59:09 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to save preferencs into local*.ini file ? To: nore...@sourceforge.net Message-ID: <7416571.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=7416571 By: cchris N++ doesn'tt use the registry (long sigh of relief). However, it has two schemes for storing configuration. The first one is to use %APPDATA%\Notepad++\. The second is to store config files in the folder Notepad++.exe lies. The installer gives you the opportunityy to choose, and suggests that not using %APPDATA% is not recommended. Indeed, there is one advantage and one disadvantage: * If you use %APPDATA%, you have one set of files shared by sveral copies of Notepa++.exe. This is good when you want to replace vintage Notepad, since several copies are to be replaced. * If you use %APPDATA%, Windows Vista and later may give you helll trying to change a setting, if you are not an admin. If your config files are on %AOODATA% and you change your mind, copy them to hthe notepad++.exe folder AND create an empty doLocalConf.xml file there, so as to override the %APPDATA% stuff. 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: 8 Date: Fri, 29 May 2009 14:06:33 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Do I have to activate Macros resp key F4? To: nore...@sourceforge.net Message-ID: <7416577.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=7416577 By: cchris F4 is being used to Go to next found result. It has sliped from the menus once again since its introduction (5.2?). But you can see it listed on the Shortcut mapper though, and it works. Same for Shift-F4 and F7. I'd avoid overriding a key combo with a core binding without remapping the function to another key combo prior. 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: 9 Date: Fri, 29 May 2009 14:49:36 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Suggestion: Invert bookmarks To: nore...@sourceforge.net Message-ID: <7416646.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=7416646 By: cchris 1/ Instead of deleting unbookmarked lines, you can copy bookmarked lines, create a new file, paste there and go ahead. 2/ Tgere is a review of the various search/mark/bookmark actions, at https://apps.sourceforge.net/mediawiki/notepad-plus/index.php?title=Searching _And_Replacing No screenshots so far, but once MediaWiki opens, volunteers will be able to post some. Thanks for reminding me I didn't include a few functions from TextFX besides Find/Replace. I'll add them tonight with luck. 3/I'd suport the idea o bookmark groups, but sometimes you'll want to navigate through a union of them. Management could become a bit complicated, but I'd have some uses for it. 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: 10 Date: Fri, 29 May 2009 15:07:32 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: [Feature Requests] Extend/crea in javascript To: nore...@sourceforge.net Message-ID: <7416673.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=7416673 By: cchris First idea might be to upload a Release build instead of a Debug nuild. It would work on more machines this way, namely those with VS not installed. And yes, Javascript is not an universal language - I don't use it much. Hoxever, inventing a new proprietary script looks even worse than using something reasonably commonplace indeed. Perhaps v5.0 will give an option to use either of JavaSccript, VBS, PHP, Forth or Lua? Just kidding. I fondly remember the Bingo DOS editor. It has such a proprietary script language called Chess, which looks like a lightweight C. I still use it once in a while for advanced editing. 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 ------------------------------ ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-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 65 *************************************************