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: What happened to Windows Manager? (SourceForge.net) 2. [notepad-plus - Help] RE: How to keep cursor position on tab switching (SourceForge.net) 3. [notepad-plus - Help] RE: Search question, PLEASE HELP! (SourceForge.net) 4. [notepad-plus - Help] RE: few questions about settings in n++ (SourceForge.net) 5. [notepad-plus - Help] RE: Auto-clear previous search results? (SourceForge.net) 6. [notepad-plus - Open Discussion] RE: Suggestion:Check boxes inside menus (SourceForge.net) 7. [notepad-plus - Open Discussion] RE: Where is the Dynamic Horizontal scrollbar? (SourceForge.net) 8. [notepad-plus - Open Discussion] RE: Suggestion:Check boxes inside menus (SourceForge.net) 9. [notepad-plus - Help] Format/Indent style based on language (SourceForge.net) 10. [notepad-plus - Help] Problem: folding for user-def. language Fame (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Sat, 04 Jul 2009 09:39:00 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: What happened to Windows Manager? To: nore...@sourceforge.net Message-ID: <7479530.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=7479530 By: cchris Sourceforge is in a state of flux these days. I have seen like 50 tickets on the support timeline since yesterday about unavailable files. SF says no data is lost. You may check the Site Status for more details. Windows Manager is one of the affected projects, I just got an error 500 (server error) on accessing 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=482781 ------------------------------ Message: 2 Date: Sat, 04 Jul 2009 09:58:06 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to keep cursor position on tab switching To: nore...@sourceforge.net Message-ID: <7479545.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=7479545 By: cchris Let me see if I got it. You have two documents opened on different tabs, probably doing different things on each, and wish the screen position of the caret remains the same on switching tabs? I can't se how I'd do that, apart from pressing say Ctrl+Home after each switch. But I cannot see why either. Could you elaborate? 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: 3 Date: Sat, 04 Jul 2009 10:15:53 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Search question, PLEASE HELP! To: nore...@sourceforge.net Message-ID: <7479559.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=7479559 By: cchris Use a regular search replace: I have slightly modified your request to account for the exact layout of search results. Search: ^\s*Line \d+: Replace with: <nothing> Set Regular expressions search mode Replace all in current document Should take like a few seconds if you have that many lines. Explained: When pattern starts a line with optional whitespace, then "Line " followed by one or more digits and a colon, replace with nothing, ie delete pattern. You may want to add a \s* after the colon to remove the next sequence of spaces. 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: Sat, 04 Jul 2009 10:18:44 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: few questions about settings in n++ To: nore...@sourceforge.net Message-ID: <7479562.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=7479562 By: cchris This I'd ask in Plugin Development forum, or directly to the maintainer of the SpellChecker. plugin. 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: Sat, 04 Jul 2009 10:21:13 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Auto-clear previous search results? To: nore...@sourceforge.net Message-ID: <7479570.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=7479570 By: cchris Post this on IdeaTorrent, it is the preferred medium for ... a torrent of ideas. 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: Sat, 04 Jul 2009 10:41:28 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Suggestion:Check boxes inside menus To: nore...@sourceforge.net Message-ID: <7479590.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=7479590 By: cchris If I understand well, you'd like to replace a group of checkable standard menu items by a group of items that would not close the menu when checked? Ask for it on IdeaTorrent. The way to implement it that I can think of is far from trivial - the checkboxes in gmail are on a ListView, and substituting ListViews to menus seems... tough if you otherwise keep al the other features of a menu.. 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: 7 Date: Sat, 04 Jul 2009 10:58:02 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Where is the Dynamic Horizontal scrollbar? To: nore...@sourceforge.net Message-ID: <7479606.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=7479606 By: cchris Actualy it is an option. Insert the following macro in shortcuts.xml to disable this behaviour: <Macro name="dontTrackLongest" Ctrl="yes" Alt="yes" Shift="no" Key="100"> <Action type="0" message="2516" wParam="0" lParam="0" sParam="" /> </Macro> Replace "wParam="0" " with "wParam="1" " to enable back. Since macros dont take parameters, you'll need a second macro for that. 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: Sat, 04 Jul 2009 13:39:55 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Suggestion:Check boxes inside menus To: nore...@sourceforge.net Message-ID: <7479738.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=7479738 By: lifeh2o You almost got my point. See these links, i want to see something like this. http://www.java2s.com/Code/Java/Swing-JFC/MenuSelectionManagerDemo.htm http://www.java2s.com/Code/Java/Swing-JFC/BuildingmenusandmenuitemsAcceleratorsa ndmnemonics.htm http://www.java2s.com/Code/Java/Swing-JFC/CheckBoxMenuSample.htm ______________________________________________________________________ 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: Sat, 04 Jul 2009 17:10:00 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Format/Indent style based on language To: nore...@sourceforge.net Message-ID: <7479916.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=7479916 By: sammi101082 Hello Folks, I tried searching for this in the forum, but couldn't find much. Here is what I am looking for: 1> Have a indent/format style based on the language. Being a programmer, it would be of immense use. 2> Have these styles editable by the user. 3> I am currently using TextFX plugin -> Auto-indent C++ code option. But I was thinking if this could be extended to other languages. Take this sample code, void sample(int i){//code here} In Java , I would want the code to look like this after formatting: void sample (int i) { // code here } In C/C++, I would want it to look like : void sample (int i) { // code here } and so on. This feature would make NPP my complete IDE. Could someone help me on this? Re, Sam ______________________________________________________________________ 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: Sat, 04 Jul 2009 20:31:09 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] Problem: folding for user-def. language Fame To: nore...@sourceforge.net Message-ID: <7480119.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=7480119 By: sebschm Hi, I have a very specific problem: For the database system language Fame (Sungard), I have tried to set up a user-defined language definition. I am most interested in correct "folding", i.e., have a block of the code being folded for easy viewing. The syntax for an "if ... "-block is the following if ... - required! [else if ...] - this is optional [else if ...] - this is optional [else ...] - this is optional end if - required! -> How do I make notepad fold the whole block? ______________________________________________________________________ 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 38, Issue 18 *************************************************