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 - Plugin Development] NppDocShare, collaborative editing (SourceForge.net) 2. [notepad-plus - Plugin Development] RE: NppDocShare, collaborative editing (SourceForge.net) 3. [notepad-plus - Help] RE: 2 Questions (SourceForge.net) 4. [notepad-plus - Plugin Development] RE: NppDocShare, collaborative editing (SourceForge.net) 5. [notepad-plus - Help] RE: 2 Questions (SourceForge.net) 6. [notepad-plus - Help] RE: Can Notepad++ solve my massive problem? (SourceForge.net) 7. [notepad-plus - Help] RE: Can Notepad++ solve my massive problem? (SourceForge.net) 8. [notepad-plus - Help] RE: Can Notepad++ solve my massive problem? (SourceForge.net) 9. [notepad-plus - Help] RE: No icons (SourceForge.net) 10. [notepad-plus - Help] cant write arabic hebrew (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Sat, 18 Oct 2008 17:01:02 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] NppDocShare, collaborative editing 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=5454259 By: harrybharry I just released a small test release of NppDocShare, a small collaborative edit plugin. You can find it here: http://harrysnppstuff.webs.com/nppdocshare.htm along with a little explanation, but no readme or anything, I just like to see what people think of it. The interface needs polishing, that much is clear :). ______________________________________________________________________ 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, 18 Oct 2008 17:24:11 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: NppDocShare, collaborative editing 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=5454369 By: vor0nwe ...wow! Now *that's* collaborative editing real-time changes in the very same document! A few small points: it would probably be nice if the 'client' used the correct language and format settings. I had a Javascript document open, in 'ANSI as UTF-8' mode; but the client opened up a new document with no highlighting and in ANSI -- resulting in gibberish wherever I had extended characters in the original. But that shouldn't be too difficult to implement, I guess. :-) Also, when I type a tab character in the chat box, a tab is inserted in the document. It looks kinda silly. More importantly, Ctrl-Z seems to undo the other person's work, as well as the user's own work. I don't know if that's handy -- when I press Ctrl-Z, I want to undo what I just did, not whatever the other person did. It's probably me, but I just can't really think of a situation where real-time editing like this has benefits over a system like Subversion. Of course, this should work out-of-the-box, without having to set up a SVN serrver, but still... All in all, I think I'll prefer using SVN, personally. Now only if that picked up changes on save... But this sure does look cool! :-) How does it work, BTW? Just send the Scintilla messages to the other side, or do you actually pass text changes? ______________________________________________________________________ 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: 3 Date: Fri, 17 Oct 2008 22:36:16 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: 2 Questions 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=5449208 By: gadrin Much thanks ! I don't know how the file list got to zero. I was hunting thru it just a few days ago to find some recent editing. > ______________________________________________________________________ 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, 18 Oct 2008 18:43:13 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: NppDocShare, collaborative editing 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=5454777 By: harrybharry It passes the text changes, but it uses Scintilla to capture events. If it were to send the actual scintilla it would ahve to wait for the client t respond, which is laggy. As for the undo, scintilla either has undo for everything or nothing, I dont think I can filter out events. Scintilla wasnt build for this kind of stuff. Not sure how to fix the tab character, it probably needs subclassing . There are uses for real time collaborative editing, though sometimes SVN is more practical. You can use it to discuss code for example. ______________________________________________________________________ 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, 18 Oct 2008 21:03:08 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: 2 Questions 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=5455397 By: gadrin The only thing I could think of was that I hit the FILE > CLEAN RECENT FILES LIST by accident. However I only use the FILE menu to look for recent files. I almost always use icons or close the app (NOT VIA EXIT) but by terminating it on the windows task bar. Might be an error. I'm not sure if a recent update did it or not. Is there a way I can check for recent updates to my Notepad++ ? Let's see, looking at Windows Explorer, I see a N++RECOV folder with the date of 10/12/08. The Program Files\Notepad++ doesn't have any recent files. Unless it's buried in Documents... ah... C:\Documents and Settings\Gadrin\Application Data\Notepad++\Compare.ini C:\Documents and Settings\Gadrin\Application Data\Notepad++\config.xml C:\Documents and Settings\Gadrin\Application Data\Notepad++\NPPTextFX.ini C:\Documents and Settings\Gadrin\Application Data\Notepad++\session.xml C:\Documents and Settings\Gadrin\Application Data\Notepad++\shortcuts.xml C:\Documents and Settings\Gadrin\Application Data\Notepad++\stylers.xml all show dates of 10/17 or 10/15. Maybe the update process did 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: 6 Date: Sat, 18 Oct 2008 21:22:41 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Can Notepad++ solve my massive problem? 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=5455466 By: gadrin HOW TO OPEN ALL .HTML FILES IN NOTEPAD++ in WINDOWS AUTOMATICALLY If you know how to use the Command Interpreter (aka the DOS BOX) you can easily have DOS walk the folder + all subfolders to look for a specific group of files that all have the same extension. for /R n:\GregM %f in (*.html) do "C:\Program Files\Notepad++\notepad++.exe" %f This tells the command interpreter to RECURSIVELY (/R) search the n:\GregM folder and everything underneath it for all files with the extension HTML (*.html) and then load them into Notepad++. You'll notice the quotes around the path to the EXE because Progam Files has a space in it. Each file is held by the %f parameter and it simply executes and changes it for each file it encounters. Since Notepad++ is already running the files are simply placed into the one already on screen. Give it a whirl and let us know how it works. You can also save that into a .BAT file so that you don't have to type it out each time, just change both %f to %%f. ______________________________________________________________________ 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, 18 Oct 2008 21:33:11 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Can Notepad++ solve my massive problem? 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=5455501 By: gadrin Obviously change the (*.html) to whatever Extension you need. If you need to load more than 1 type of extension change (*.html) to (*.jar,*.jad) this will load all JAR and JAD files into Notepad++ If you don't know how to load the command interpreter, go to START on Windows Taskbar, RUN and type in COMMAND and hit enter. Or START > ALL PROGRAMS > ACCESSORIES > COMMAND PROMPT Cheers! > ______________________________________________________________________ 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: Sat, 18 Oct 2008 21:36:09 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Can Notepad++ solve my massive problem? 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=5455509 By: gadrin If you want more information on the FOR command and the Command Interpreter... Copy the following... C:\WINDOWS\hh.exe C:\WINDOWS\Help\ntcmds.chm::/ntcmds.htm and paste it into your START > RUN box and hit enter; or create a shortcut and use that as the target. Once it opens, hit the F button on the top, then click on FOR. It's very handy! Cheers! > ______________________________________________________________________ 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: Sat, 18 Oct 2008 22:57:47 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: No icons 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=5455821 By: gnintendo Bump ______________________________________________________________________ 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, 19 Oct 2008 06:31:37 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] cant write arabic hebrew 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=5457342 By: avikh after updating to the latest version, i cant write arabic or hebrew.. it can only read files written in another program in these languages.. but not write! i changed to unicode and and tried every format! it won't work help please! ______________________________________________________________________ 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 ------------------------------ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ------------------------------ _______________________________________________ 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 29, Issue 35 *************************************************