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] RE:   NppDocShare,
      collaborative editing (SourceForge.net)
   2. [notepad-plus - Help] RE: All file content on     one line/no
      line breaks? (SourceForge.net)
   3. [notepad-plus - Plugin Development] RE:   NppDocShare,
      collaborative editing (SourceForge.net)
   4. [notepad-plus - Help] RE: read-only command       line switch
      (SourceForge.net)
   5. [notepad-plus - Open Discussion] Session  management
      (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Session      management
      (SourceForge.net)
   7. [notepad-plus - Help] RE: Multi-line strings in   language
      definitions (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Is there a   comprehensive
      user manual? (SourceForge.net)


----------------------------------------------------------------------

Message: 1
Date: Mon, 03 Nov 2008 21:10:31 +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=5569116
By: gnintendo

No, but I'll try forwarding the port.

Just wondering, but does the plugin have a range of ports you have to use, or
can you use any port?

______________________________________________________________________
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: Mon, 03 Nov 2008 16:29:17 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: All file
        content on      one line/no line breaks?
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=5567474
By: harrybharry

Usually happens if the FTP transfer is ASCII instead of binary. Try setting
all your FTP clients to binary (refer to the manual, FTP_s has a special 
Transfers
tab in the settings, but defaults to binary) and see if this resolves your 
problem
(already corrupted files wotn be repaired btw, you ahve to fix them yourself
or grab a backup).

______________________________________________________________________
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: Mon, 03 Nov 2008 21:27:55 +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=5569226
By: harrybharry

You can use any free port you like, even 80 if you aren't running a webserver,
as long as its the same on both ends. I just picked 20081 since its the year
2008 and the first release/test/guess.
If you do not have a router with NAT, there's not much point in portforwarding
since you actually need a router to do that :).
I agree the UI isn't the most intuitive but without packages such as zeroconf
(or something like that, I think its for apple), I can't reduce it to much less.
If NppDocShare keeps failing to connect, try pinging to the server. If that
fails aswell you either have some firewall running, some incorrect NAT settings
(portforwarding) or just have the wrong address. To ping, open cmd.exe and type
"ping ADDRESS" without the quotes, it'll say if it succeeds or times out (there
could ofcourse be some other problem I dont know about, networking can be hard
to debug)

______________________________________________________________________
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: Mon, 03 Nov 2008 21:32:59 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: read-only
        command line switch
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=5569249
By: harrybharry

As stated on
http://notepad-plus.sourceforge.net/uk/cmdLine-HOWTO.php
you add "-ro" to open in read-only

______________________________________________________________________
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: Mon, 03 Nov 2008 22:42:02 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Session
        management
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=5569620
By: mystica555

Hello,

I have been looking and looking for a text editor that properly handles 
sessions,
like how Firefox's session saving works.

Basically, this is what I want to either know how to do, or functionality I
would like in a new version:

1: Automatically store all new/opened documents in some sort of temporary file,
regardless if I have 'save'd them via the save option, so that they can be 
restored
upon reloading -- if NPP crashes/forced to quit.
    1a: If I want to just close out NPP with the 'X' button, either 
automatically
use the saved temp files upon reload, or, prompt to "save all open files as
(default/named) session."  This way it won't ask me to save the 10 new tabs
I create on a daily basis for temporary things, but I don't want to have to
keep finding every saved file, or saving a certain session that doesn't come
back or something.

2: Automatically re-open every document from the previous session if the program
crashes, or if I just decide to hit the X button.

3: If I decide to use a named session file (rather than the 'default session')
I have seen in the messageboards that any new documents opened won't get saved
in the named session. Can this be implemented somehow?

4: More often than not, the only time NPP closes is if I do a restart of the
entire system.  This causes me to have to close/save every individual file I
have open (thats not already saved) and often upon reloading NPP the set of
open files just disappears.  This is more the reason I ask for 1-3 above, but
if this is a separate issue, I would prefer upon closing to reboot, that #1
is executed..

I hope this makes sense.

If you want some sort of visual reference, grab Firefox and the TabMixPlus
addon;
Set the TabMixPlus options to [x] Use Firefox's built-in session restore  and
[x] Enable Crash Recovery.

Try killing off firefox, closing naturally, whatnot.. and see how the tabs come
back up.  I would love this behaviour as default with NPP, but often it does
not work this way.

In short; if I manually close NPP via File - Exit, or the X button, save all
tabs (to temp files so that changes can be detected from actual "saved" files
vs those currently being edited before "save"ing them) and upon reloading NPP
reload all tabs that were open previously, with no exception.





______________________________________________________________________
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: Mon, 03 Nov 2008 23:32:19 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Session management
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=5569880
By: airdrik

There is an option in Settings -> Preferences -> MISC to "Remember the current
session for next launch" which handles opening whatever you had opened the last
time you closed NP++.
Unfortunately NP++'s crash recovery is terrible, so if NP++ crashes and you
reopened, the files will be those that were opened the last time you naturally
closed it.

NP++ also has the ability to save and load 'named sessions', under the File
menu.


As for having unsaved files saved to temp files so that on reopening NP++, it
remembers their 'saved' status, this may be possible, but I don't know how 
beneficial
this would be.  Preferred would be to attempt to save the unsaved data to the
files themselves, and write the undo history for each file to the current
session.
(I suppose a better idea for current session management would be to auto-update
the current session file as changes are made).

______________________________________________________________________
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: Mon, 03 Nov 2008 18:09:38 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Multi-line
        strings in      language definitions
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=5568047
By: airdrik

1.  The closest I can suggest is using the Open block/close block definitions,
but I don't think that highlights everything in between, though.

2.  The definitions for existing languages is lexer code in the Scintilla editor
component, so they won't show up in the user language dialog.  Their definitions
are all too complex for what the dialog can handle (unfortunately).

3.  The new language definitions are stored in c:\<App
Data>\Notepad++\UserDefineLangs.xml

4.  You didn't miss something obvious.  Sourceforge didn't include 
forum-specific
search in the new layout.  I believe you can switch to the old layout to get
that functionality.

______________________________________________________________________
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: Mon, 03 Nov 2008 21:31:38 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Is
        there a comprehensive user manual?
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=5569242
By: harrybharry

You can try the wiki, its young and doesn't have much, but it has at least some
extra information and tips (and more up to date FAQ):
http://notepad-plus.wiki.sourceforge.net/
There is no complete documentation available, and it's a shame because lots
of features go unnoticed for a long time, but unfortunatly its one of the less
fun tasks to do, especially since Notepad++ has grown quite feature rich without
the documentation keeping up, making it a lot of work to do so.
You can search the forums for some extra info if you know what to look for,
but it takes some effort.

______________________________________________________________________
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



------------------------------

-------------------------------------------------------------------------
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 30, Issue 6
************************************************

Reply via email to