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] Print line numbers (SourceForge.net) 2. [notepad-plus - Open Discussion] New feature: Rename file (SourceForge.net) 3. [notepad-plus - Open Discussion] Use Crossover to run Notepad++ on Mac (SourceForge.net) 4. [notepad-plus - Help] RE: Script to change colour configuration (SourceForge.net) 5. [notepad-plus - Open Discussion] Clone to another View + Save me As effects... (SourceForge.net) 6. [notepad-plus - Open Discussion] RE: Clone to another View + Save me As effects... (SourceForge.net) 7. [notepad-plus - Open Discussion] RE: Notepad++ v5 Alpha - unicode input issue (SourceForge.net) 8. [notepad-plus - Plugin Development] RE: Function navigation? (SourceForge.net) 9. [notepad-plus - Open Discussion] RE: Clone to another View + Save me As effect (SourceForge.net) 10. [notepad-plus - Open Discussion] RE: Notepad++ v5 Alpha - unicode input issue (SourceForge.net) 11. [notepad-plus - Open Discussion] RE: Paste from clipboard (SourceForge.net) 12. [notepad-plus - Plugin Development] RE: New plugin: ScrollPastEOF v.1.0 (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Thu, 19 Jun 2008 19:56:25 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Print line numbers 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=5042679 By: mploug Hi I use Windows Vista. I have just installed Notepad++ version 5.0. I want to print a file with line numbers and I want the line numbers to be printed as well. I have checked "Print line numbers" in Preferences but the line numbers are not printes on the paper. How come? Are there more settings that I have to check or change? Or is it a bug in Notepad++ ? Thank you. Kind regards, Martin ______________________________________________________________________ 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, 19 Jun 2008 22:28:59 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] New feature: Rename file 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=5042922 By: harrybharry So in this case, better to save the doc, then use win32 apis to move the file (as in explorer) and adjust the name of the document. Its save as, but no copy left. If Don agrees, such a feature could be added methinks. ______________________________________________________________________ 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, 20 Jun 2008 08:20:55 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Use Crossover to run Notepad++ on Mac 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=5043624 By: cybernetec I'm using Notepad++ on Leopard via Crossover. It seems fine, just slow startup. Anyway I would really like to see native Mac version of Notepad++. It's simply the best. ______________________________________________________________________ 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, 20 Jun 2008 09:45:33 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Script to change colour configuration 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=5043755 By: harrybharry Try this styler: http://rapidshare.de/files/39773921/stylers.transparent.xml.html all black foreground and white background styles have been set to be semi-transparent, so change the default style and the others will follow. Find the original stylers.xml and overwrite it. I removed the Comic Sans font and use Bitstream for default, but thats easily changed. ______________________________________________________________________ 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: Fri, 20 Jun 2008 09:46:49 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Clone to another View + Save me As effects... 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=5043761 By: fool4uanyway I have a User Defined Language which I apply to some text files. I have not set the .txt extension to always use this UDF. I set the UDF manually. As soon as I save the document, marked up in this UDF, as a .txt file, I lose the UDF mark-up. I consider this a bug, because I have clearly set the desired language. I have to choose the UDF manually again. Now I want to create a similar document, starting with the same contents but as another file. I thought I could simply select Clone to another View and then Save me As to create a new/separate document and file. This is what happens. Clone to another View: I have two similar looks at the same document now. Save me As in the second view: I save the file as a .txt file with a different name. Again, I lose the UDF markup and the document is shown as plain text. This is also the case for the document in the primary view: it is shown as plain text again. As soon as I change something in the second view (the "new" document), the UDF markup in the primary view returns. Interestingly, the changes are applied to _both_ documents. I would expect them to only show in the second view, since I have separated this document from its source by Saving-it-As. But both documents are changed and marked as changed. So I could overwrite the original document and save the new document with the changes, resulting in two equal documents with different names. If I Save the document in the second view, both "changed" marks (red disks) disappear. So now it _looks_ like the document in the primary view hasn't changed from its last save, while in fact it has! If I choose to Reload from disk the document in the primary view, again, _both_ files are refreshed with the original contents. I thought Saving-As would separate the cloned document from its source file, allowing a manual "create-a-copy" function. Is the current behavior intentional? Does it make sense? ______________________________________________________________________ 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: 6 Date: Fri, 20 Jun 2008 09:52:35 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Clone to another View + Save me As effects... 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=5043770 By: fool4uanyway I can even choose Go to another View for the new document in the second view. I then have two documents, two files with their own names, both using the same buffer. Changes in either file are _still_ reflected in the other, while there is no visual feed-back why this is the case. I consider this a quite dangerous feature. I guess I could clone a document a number of times this way, saving it under different names, and editing only one of them to get the same changes in a number of "copies". I don't say this would make any sense, but it seems possible. ______________________________________________________________________ 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, 20 Jun 2008 12:14:57 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ v5 Alpha - unicode input issue 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=5043993 By: dario1265 Hi Don, this is to let you know that the Unicode input issue has reappeared in this alpha: I have tried with Japanese text. Version 4.9.2 works fine in this respect. Thanks a lot for your efforts! Dario ______________________________________________________________________ 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: Fri, 20 Jun 2008 14:25:36 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: Function navigation? 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=5044234 By: cyril42e The "double click" thing is a detail! The real feature is source navigation between files. Just two lines "Go to declaration" and "Go to definition" in the context menu would be enough. And I think this is really the main feature notepad++ is lacking. If you can do something about it Jenz, that would be great! Just ask the user the root folder of his project, create a database of all functions/variables declarations/definitions, and allow the user to directly jump to 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=482781 ------------------------------ Message: 9 Date: Fri, 20 Jun 2008 14:54:04 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Clone to another View + Save me As effect 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=5044293 By: harrybharry This is a bug in 4.9 that should be fixed in v5.0, when cloning a document, every single action or change will reflect in both views. Doing a save as on one view will not separate the two, both will change names, since they are of the same file. In 4.9, a save as would only change the title of one document. In v5, to save a copy of the file, use save as, then reopen the original. Or use save copy as. ______________________________________________________________________ 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, 20 Jun 2008 14:56:48 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ v5 Alpha - unicode input issue 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=5044298 By: donho Did you remove all the plugins? Don ______________________________________________________________________ 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: 11 Date: Fri, 20 Jun 2008 19:17:59 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Paste from clipboard 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=5044738 By: lorrainezo I have this problem with version 4.9.2 when i copy/paste from Frontpage 2003 or Microsoft Expression Web on Win 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 ------------------------------ Message: 12 Date: Sat, 21 Jun 2008 16:04:02 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: New plugin: ScrollPastEOF v.1.0 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=5046054 By: m-a-r-k I like this but not a whole window full! ;-) I've been using it but found it very annoying that if I scroll down quickly or page down I end up with the last line at the top of the window and blank below. If that last line is, itself, blank, I get an empty screen! As a consequence I can't see what I've just written. This plug-in would be more useful if it just gave me 5-10 lines extra. Is that possible, can it be user-configured? Thanks 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 ------------------------------ ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ------------------------------ _______________________________________________ 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 25, Issue 27 *************************************************