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 - Open Discussion] RE: Auto completion removed? (SourceForge.net) 2. [notepad-plus - Open Discussion] macro that pastes a block of text. (SourceForge.net) 3. [notepad-plus - Open Discussion] Find window ghost window after closing it... (SourceForge.net) 4. [notepad-plus - Plugin Development] RE: CCompletion 1.09 (SourceForge.net) 5. [notepad-plus - Help] RE: Automatic HTML syntax check (SourceForge.net) 6. [notepad-plus - Help] RE: change "highlight" bar (SourceForge.net) 7. [notepad-plus - Open Discussion] Request for new upgrade feature (SourceForge.net) 8. [notepad-plus - Plugin Development] RE: NppExec run another child process (SourceForge.net) 9. [notepad-plus - Open Discussion] RE: BUG: FTP 0.9.6.1 (SourceForge.net) 10. [notepad-plus - Open Discussion] RE: BUG: FTP 0.9.6.1 (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Sat, 25 Apr 2009 01:24:37 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Auto completion removed? To: nore...@sourceforge.net Message-ID: <7280574.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=7280574 By: alexiljin > I can remember exactly what the screen looked like where I was editing these shortcuts. But I can't seem to find it. Could you describe the screen in detail? Or, better yet, send us a mock-up picture so that we could search for 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=331753 ------------------------------ Message: 2 Date: Sat, 25 Apr 2009 03:18:37 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] macro that pastes a block of text. To: nore...@sourceforge.net Message-ID: <7281184.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=7281184 By: barbarianbob I want to create a macro that pastes a block of predefined text. The specified text is NOT from the clipboard. I want it to be from a file somewhere. Basically, like importing a file. I didn't know how to do this, so I just made a macro that records each keypress I made. Sure, that works, but it's quite bloated. This is the first _ten_ characters of an example macro shortcut that I made that writes a strict html doctype. <Macro name="strict" Ctrl="yes" Alt="no" Shift="yes" Key="112"> <Action type="1" message="2170" wParam="0" lParam="0" sParam="<" /> <Action type="1" message="2170" wParam="0" lParam="0" sParam="!" /> <Action type="1" message="2170" wParam="0" lParam="0" sParam="D" /> <Action type="1" message="2170" wParam="0" lParam="0" sParam="O" /> <Action type="1" message="2170" wParam="0" lParam="0" sParam="C" /> <Action type="1" message="2170" wParam="0" lParam="0" sParam="T" /> <Action type="1" message="2170" wParam="0" lParam="0" sParam="Y" /> <Action type="1" message="2170" wParam="0" lParam="0" sParam="P" /> <Action type="1" message="2170" wParam="0" lParam="0" sParam="E" /> <Action type="1" message="2170" wParam="0" lParam="0" sParam=" " /> .... Each character I enter is accompanied by 66 more. Obviously, it's a waste of space to write a single character at a time. So, I'd prefer a way to dump a whole block of text at a single time. Right now, I want to make a script that dumps 5 paragraphs of lorem ipsum. If I use that single keypress method, it amounts to 200,000 characters of text that only represents 3,500 actual characters. Quite ridiculous. Is there a more efficient way to dump a block of text within a macro? ______________________________________________________________________ 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: Sat, 25 Apr 2009 05:24:42 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Find window ghost window after closing it... To: nore...@sourceforge.net Message-ID: <7281947.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=7281947 By: andd1 Not sure if this is an issue with Windows 7 but the window, while not functional, stays open. It's actually transparent but still a big box hovering over the main window. Is there a fix for this? ______________________________________________________________________ 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: Sat, 25 Apr 2009 10:12:20 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: CCompletion 1.09 To: nore...@sourceforge.net Message-ID: <7283062.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=7283062 By: ccompletion Greg & Rick, don't worry, I just started to work on it today. Things have been really busy since new years and I finally got some time off. I also found out that my email provider had trouble for a while now and incoming mail probably did not work for a long time already. I can't even login at the moment. So if anyone sent me a mail - I didn't receive it. I have changed the address in sourceforge system. The new address is the same, only at gmail.com. The next version is planned to be unicode N++ compatible and some new features added. I'm considering releasing the code either under some opensource licence or even public domain. But I need to at least complete this upcoming version and check whether there are still issues with MinGW runtime > 3.12. I'm keeping an old version just for this purpose, so this'll need to be resolved. I'll also need to make the code a bit less messy ;) In the meanwhile, I would be happy to hear some suggestions about releasing the code. Are most N++ plugins released as sourceforge projects? Regards, Bostjan ______________________________________________________________________ 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: Sat, 25 Apr 2009 11:06:59 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Automatic HTML syntax check To: nore...@sourceforge.net Message-ID: <7283203.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=7283203 By: cchris TextFx -> TextFX HTML Tag -> Tidy (most recent HTMLTIDY.CFG) You get a <instal dir>\plugins\config\tidy\HTMLTIDY.ERR plain text file, and your document is corrected. 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, 25 Apr 2009 14:48:37 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: change "highlight" bar To: nore...@sourceforge.net Message-ID: <7283775.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=7283775 By: avner_ginsburg When I unselect that box, all the lines that have been changed get highlighted with a horrible green background. Instead of just having that column bar disappearing. I am using a user-defined language thing by the way. Is this a bug? Cheers, Av ______________________________________________________________________ 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: Sat, 25 Apr 2009 14:51:57 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Request for new upgrade feature To: nore...@sourceforge.net Message-ID: <7283785.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=7283785 By: maxderhak I simply love Notepad++. It works well. I recently upgraded to 3.5.2 (to get rid of the nag dialog that came up each time I run the program) and for the third time (due to past upgrades) I lost my plug-ins. It would be really nice to be notified that the upgrade was incompatible with my installed plug-ins BEFORE I downloaded and installed the upgrade. Generally plug-ins lag in implementation to the program. As a result, rather than seeing improvements of upgrades I generally see a loss of functionality. Getting back to my previous state is really difficult and annoying (since I don't generally remember what I had installed). If you cannot assure me that I will not loose functionality, please don't nag me about upgrading. Thanks for considering my simple request. Max ______________________________________________________________________ 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, 25 Apr 2009 17:09:31 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: NppExec run another child process To: nore...@sourceforge.net Message-ID: <7284228.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=7284228 By: dv__ If you mean the child process must be terminated automatically (without NppExec's warning), I have to say it will not be done because it is unsafe. Terminating the process may cause resources leak or something like that, it is not a normal way to finish the process. For example, let's take "cmd.exe" - a normal way to finish it is to type "exit" inside cmd's console. You can start "cmd.exe" inside NppExec, then try to execute another command or script while cmd is running, and NppExec will show its window "NppExec - WARNING - Console process is still running". Now you can type "exit" as 'exit message' in this window and press 'Send' button or just press Enter. The message "exit" will be sent to cmd, and NppExec's command or script you wanted will be started right after the cmd's process will be finished as a result of its "exit" message. If the python's process can be finished with "quit();" or something like that, you should use this string as the 'exit message'. Once you type it, you will need just to press Enter next time you see NppExec's warning window. ______________________________________________________________________ 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: Sat, 25 Apr 2009 22:56:31 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: BUG: FTP 0.9.6.1 To: nore...@sourceforge.net Message-ID: <7285241.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=7285241 By: shamuntoha General server information: -------------------------------------- Operating system Linux Service Status Click to View Kernel version 2.6.9-023stab044.11-entnosplit Machine Type i686 Apache version 2.2.8 (Unix) PERL version 5.8.8 Path to PERL /usr/bin/perl Path to sendmail /usr/sbin/sendmail Installed Perl Modules Click to View PHP version 5.2.5 MySQL version 5.0.67-community cPanel Build 11.24.4-STABLE 35075 Theme cPanel X v2.6.0 Documentation Click to View cPanel Pro 1.0 (RC1) #This is the server which i am coding for, also the screen shot is shown. #I have another server SPARC SOLARIS, there ftp is working fine. ______________________________________________________________________ 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: Sat, 25 Apr 2009 22:57:59 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: BUG: FTP 0.9.6.1 To: nore...@sourceforge.net Message-ID: <7285244.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=7285244 By: shamuntoha Server Status ftpd up exim (exim-4.69-15.1_cpanel_maildir) up httpd (2.2.8 (Unix)) up pop up mysql (5.0.67-community) up imap up cpsrvd up named up Server Load 0.22 (4 cpus) Memory Used 32.8 % Swap Used 0 % Disk /dev/vzfs (/) 88 % ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects ------------------------------ _______________________________________________ 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 35, Issue 47 *************************************************