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 [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] 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: Max line length and crash (SourceForge.net) 2. [notepad-plus - Help] RE: Notepad++ fails to launch & error msgs (SourceForge.net) 3. [notepad-plus - Plugin Development] RE: HexEditor problem in new version of Notep (SourceForge.net) 4. [notepad-plus - Plugin Development] RE: HexEditor problem in new version of Notep (SourceForge.net) 5. [notepad-plus - Help] RE: Changing EXT in stylers.xml doesnt highli (SourceForge.net) 6. [notepad-plus - Help] Multiple profiles - possible? (SourceForge.net) 7. [notepad-plus - Help] RE: Changing EXT in stylers.xml doesnt highli (SourceForge.net) 8. [notepad-plus - Help] RE: Multiple instance of Notepad++ (SourceForge.net) 9. Taglist plugin (femto gary) 10. [notepad-plus - Help] RE: Macro Recording & Run Tools (SourceForge.net) 11. [notepad-plus - Plugin Development] RE: HexEditor problem in new version of Notep (SourceForge.net) 12. [notepad-plus - Open Discussion] Feature Request (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Thu, 03 Apr 2008 08:06:05 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Max line length and crash To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4882485 By: theauryn Start->Programs->Notepad++->Uninstall Sigh. Right click->Open with jEdit Heavy sigh. ______________________________________________________________________ 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: Thu, 03 Apr 2008 08:53:49 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++ fails to launch & error msgs To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4882579 By: bryan_cook Look for the Notepad launcher (NppLauncher.bin.zip) from the Download page on the Notepad++ site. It contains a Notepad.exe file which is about 18Kb in size that determines the location of notepad++ from the registry and then launches that process. Replace: \windows\system32\dllcache\notepad.exe \windows\system32\notepad.exe \windows\notepad.exe with that launcher utility and you can replace the default notepad completely. Note if you also have the original OS files (i386 folder) on your machine, you'll need to replace it there first or Windows will automatically restore the original. ______________________________________________________________________ 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: Thu, 03 Apr 2008 09:53:23 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: HexEditor problem in new version of Notep To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4882691 By: m-a-r-k Thanks Richard. A great start - I do appreciate this. I'm sure you're aware of these issues, but just in case... On Win2K SP4 system. 1. Window doesn't refresh when font editor used, just the top line only. In fact, no refresh on changing from, for instance, 16-bit to 8-bit as well. Hitting the toolbar icon twice cures that. 2. Can't change background colour? 3. Column widths do resize themselves on font size change to an extent but each column can be made smaller. If I do this manually, the new sizes are not remembered between sessions. 4. Thanks for "Capital letters mode", but column headers should also reflect that. 5. I can't see the cursor. Clicking on a hex value or the dump doesn't highlight the characters. Only if I click and drag are they highlighted. As a consequence I've not a clue where I am and what I'm editing. 6. There is a curious grey strip a few pixels deep under the column headers that only exists where the characters underneath are displayed, so that it isn't there on the far left (until the addresses numbers are shown) and far right (after the dump). all the best Mark B ______________________________________________________________________ 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: 4 Date: Thu, 03 Apr 2008 10:10:17 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: HexEditor problem in new version of Notep To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4882730 By: dx-mon Thank you for the feedback, Mark. In the version of the plugin I have just uploaded to my site (under the same place the other was in) I have fixed the first thing on your list, and you can now see the cursor. Can you create a screenshot of this phenominum I don't get that you describe in #6 - the grey strip. Richard. ______________________________________________________________________ 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: 5 Date: Thu, 03 Apr 2008 10:50:32 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Changing EXT in stylers.xml doesnt highli To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4882813 By: dudeforge I deleted the <LexerType name="pascal" desc="Pascal" ext=""> . . . </LexerType> stuff from my stylers.xml file (it uses the one in the installed directory) and its not styling my INC file at all now. I still have to pick the PHP styling manually. I'm on notepad++ 4.8.2 so perhaps something has changed? I dont know where to delete that inc stuff at because its still 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: 6 Date: Thu, 03 Apr 2008 11:01:51 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Multiple profiles - possible? To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4882840 By: dasadler I use NP++ to maintain files for several websites. I like the fact that when I open NP++, it has all the files already open from my last usage. However, if I want to edit a group of files from another website, I must close all these files and open files from another directory. Is it possible to create 'profiles' or 'sites' or 'maps' such that I can immediately be present with the set of files appropriate to the website I need to edit? If possible? How do I do this? Thank you in advance, Don [EMAIL PROTECTED] ______________________________________________________________________ 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: Thu, 03 Apr 2008 11:31:09 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Changing EXT in stylers.xml doesnt highli To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4882893 By: harrybharry You have to change langs.xml, not stylers.xml to get rid of the inc extension. If you remove pascal from stylers.xml you only remove the syntax color values, so it looks like the document isnt styled :). ______________________________________________________________________ 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: Thu, 03 Apr 2008 12:27:26 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Multiple instance of Notepad++ To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4882984 By: dasadler When I choose to run another instance, I am told that C:\....\pes does not exist. What is 'pes"??? Should I create it? ______________________________________________________________________ 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, 4 Apr 2008 18:41:06 +0800 From: "femto gary" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] Taglist plugin To: notepad-plus-plus@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1 Hello all, does notepad plus plus has any plugin that's similar to the taglist plugin in vim? Thanks. ------------------------------ Message: 10 Date: Thu, 03 Apr 2008 16:25:19 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Macro Recording & Run Tools To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4883346 By: gadrin Ah, marvelous! This looks very nice. I was able to construct an effective macro in a few minutes. 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=331754 ------------------------------ Message: 11 Date: Thu, 03 Apr 2008 23:27:43 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: HexEditor problem in new version of Notep To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4883743 By: jenslorenz This is a redraw problem of the background. It happens not often. Please keep in mind that you don't need to change the font size. BTW: "Capital Letter Mode" isn't new. This feature still exists since a long time. @Richard: Before you do a lot of new stuff, I have to merge you changes to my code, because I fixed a lot of reported bugs (I think 6 before my system were infected by a virus). I have to set up my system new, but at the moment I am very busy. Maybe I can do this at this weekend. If you want to be able to change the font/background color, I can help you to find out the positions were you can change the code. @Mark B: To keep the column size between sessions, I think this is to difficult to implement. I agree with you that it make sense to decrease the size generally within the code. Best Regards 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: 12 Date: Thu, 03 Apr 2008 23:35:43 -0700 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature Request To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="UTF-8" Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4883753 By: hiot_zaki Hello, I use npp every day and I have lot of opened files in both Views. Some time it's not easy to identify for which task this file allocated, it's will be really great to allow mark each tab by some color, it's like Flag in MS Outlook, after that I can fast find all opened files in npp by choosing files with one color of tab ... I think it's easyes way to solve. Other way - you can implement Tabs with sub-tabs, but I think it can take lot of development time. Or it's will be nice if npp will support "named instances", when you open npp, it ask you to set unique name to this instance, if you open one more instance - you should set another name, if you just open some file, associated with npp - it could be shown menu with choosing name of instance. It's will be really great, so I can name each instace by project name ... PS Sorry for my english. ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace ------------------------------ _______________________________________________ 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 23, Issue 7 ************************************************