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] FTP logins gone after update (SourceForge.net) 2. [notepad-plus - Open Discussion] use notepad++ to run java package (SourceForge.net) 3. [notepad-plus - Help] RE: FTP logins gone after update (SourceForge.net) 4. [notepad-plus - Open Discussion] Quick question on Autocomplete (SourceForge.net) 5. [notepad-plus - Open Discussion] RE: Quick question on Autocomplete (SourceForge.net) 6. [notepad-plus - Help] how do I use a counter with regex? (SourceForge.net) 7. [notepad-plus - Open Discussion] RE: Notepad++ v5.3 Release Candidate (SourceForge.net) 8. [notepad-plus - Help] RE: Bug: Line breaks (SourceForge.net) 9. [notepad-plus - Help] RE: Bug: Line breaks (SourceForge.net) 10. [notepad-plus - Open Discussion] RE: ALL reserved keywords for PHP and JavaScript! (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Sun, 15 Mar 2009 01:55:46 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] FTP logins gone after update To: nore...@sourceforge.net Message-ID: <6802487.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=6802487 By: chrisforge I just updated to Notepadd++ 5.2. Now all my FTP login info is gone. How can I get it back? 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: 2 Date: Sun, 15 Mar 2009 03:16:37 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] use notepad++ to run java package To: nore...@sourceforge.net Message-ID: <6803265.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=6803265 By: samuelpro Hello every one, I hava a problem in use Notepad++ to set the paramter in run the java in package: I know how to run java package in cmd, it is javac -d . javaSourceFile.java and it will create the folder which is same as the package name then in cmd enter java packageName.className I can run the java class file So I set the parameter in notepad++ Run javac in package: cmd /K cd /d "$(CURRENT_DIRECTORY)" & javac -d . "$(FULL_CURRENT_PATH)" & PAUSE & EXIT After that I can create the package folder, but I do not know how to java the .class in the package folder? I am really like to write java in notepad++, but it is a big problem that I can solve this problem. Thank you for your help! ============= PS It is the command that I set in notepad++ how to javac and java in the normal condition": javac: cmd /K javac "$(FULL_CURRENT_PATH)" & PAUSE & EXIT java: cmd /K cd /d "$(CURRENT_DIRECTORY)" & java "$(NAME_PART)" & PAUSE & EXIT ______________________________________________________________________ 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: Sun, 15 Mar 2009 07:27:14 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: FTP logins gone after update To: nore...@sourceforge.net Message-ID: <6805342.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=6805342 By: gr3gw I haven't used FTP Synchronisation myself but I wonder if the issue is similar to the one I have with user defined languages when I updated. Did you download the ZIP or the EXE? The EXE has an installer and will install correctly on top of your existing version retaining your settings. The Zip is a set of new files. I lost my U-D-language when I used the ZIP file but got it back when I used the installer. Generally, your preferences are kept in your user profile. Hope this helps. ______________________________________________________________________ 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: Sun, 15 Mar 2009 08:46:22 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Quick question on Autocomplete To: nore...@sourceforge.net Message-ID: <6806055.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=6806055 By: marshallw I'm not sure when it happened as the latest version I had was about 4.5, but it's great to see that Notepad++ now has autocomplete. Just curious though, does Notepad++ autocomplete user defined classes and functions? It doesn't seem to, but then again I only spent about 10 minutes with 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: 5 Date: Sun, 15 Mar 2009 11:09:49 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Quick question on Autocomplete To: nore...@sourceforge.net Message-ID: <6807447.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=6807447 By: omnilord My guess is it doesn't and since it doesn't have a frame of reference (Such as projects) to lookup the classes, functions and variables in it has no way of listing them. You can probably add your own file to the api list and add it to the lang.xml and style.xml, but that would only afford you a static list, nothing dynamically updated. Making it dynamic would probably make Notepad++ bulky or the list inaccurate depending on the method used to parse the list. If they scan every file (Notepad++ has notoriously slow search times as of 5.3RC1) for function definitions it could take as long as 2 minutes for a moderately large project. The other method is to store the list of functions and classes as soon as they are typed and remove them as soon as the defining line of code is deleted. This would be inaccurate however since if a file is changed outside Notepad++ the indexed functions would no longer be correct. I guess this last one could test each file in the project's modified time and re-parse the files that have been changed to update for functions in the file. Both of these would probably require a modification to the way Notepad++ handles syntax since it would need to have a way of knowing which keywords and syntax signatures are for classes, functions and variables. This is not a bad idea since autocomplete current lists functions for anything typed (including perl and php variables!). The benefits however would be a "go to definition" in the right click menu. That is an invaluable tool when you have a couple thousand files to go through and you have no idea where your function was defined (and searching takes an unwieldy amount of time). "Go to definition" is vastly useful and time-saving. My other suggestion would be to limit the list by the letters already typed. Listing every function from A to Z for something that obviously begins with 'm' is overkill. ______________________________________________________________________ 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: Sun, 15 Mar 2009 13:10:49 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] how do I use a counter with regex? To: nore...@sourceforge.net Message-ID: <6808825.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=6808825 By: wolf66 Hi all I would like to replace all occurances of "; " with the following: ; 1 ; 2 ; 3 and so on. How can that be done? Wolf ______________________________________________________________________ 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: Sun, 15 Mar 2009 13:42:14 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ v5.3 Release Candidate To: nore...@sourceforge.net Message-ID: <6809118.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=6809118 By: davidcognito Any chance we will see a fix for the annoying URL display bug? https://sourceforge.net/tracker2/?func=detail&aid=2333610&group_id=95717&atid=61 2382 ______________________________________________________________________ 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: Sun, 15 Mar 2009 14:10:36 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Bug: Line breaks To: nore...@sourceforge.net Message-ID: <6809419.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=6809419 By: matthiasvance Well it seems that this issue is still occurring, and I can't figure out why. Yesterday the line breaks were fine, and today I re-open the file, make a few changes, and they're LF again instead of CRLF. I didn't use any other program to edit the file (only Windows' Notepad to check the breaks). Regards, Matthias ______________________________________________________________________ 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: Sun, 15 Mar 2009 14:34:49 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Bug: Line breaks To: nore...@sourceforge.net Message-ID: <6809648.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=6809648 By: matthiasvance I meant to say, it only uses CR, not LF. ______________________________________________________________________ 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: Sun, 15 Mar 2009 15:06:27 +0000 From: "SourceForge.net" <nore...@sourceforge.net> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: ALL reserved keywords for PHP and JavaScript! To: nore...@sourceforge.net Message-ID: <6809938.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=6809938 By: beholder4096 Yes, my point is to add them to the user keywords list so that they are highlighted. Current JavaScript syntax highlighting feature in NPP doesn't actually allow anything else. ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-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 34, Issue 35 *************************************************