Send Notepad-plus-plus mailing list submissions to
[email protected]
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] RE: Allow multiple instances?
(SourceForge.net)
2. [notepad-plus - Open Discussion] problems under vista
(SourceForge.net)
3. [notepad-plus - Help] RE: Icon goes missing... (SourceForge.net)
4. [notepad-plus - Plugin Development] RE: New Plugin available:
FTP_synchronize (SourceForge.net)
5. [notepad-plus - Help] Language sensitive tab stops.
(SourceForge.net)
6. [notepad-plus - Plugin Development] New plugin: CCompletion
(SourceForge.net)
7. [notepad-plus - Plugin Development] RE: i can't load
library... (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Fri, 28 Sep 2007 08:34:45 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Allow multiple
instances?
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=4542058
By: nobody
If you start N++ with the command line switch -multiInst it will create a new
instance in a new window. If this is something you do a lot then maybe create
a shortcut for N++ and add the switch in there, then whenever you click the
shortcut you'll get a new window. This won't help when you're opening specific
files by double-clicking on them of course but hopefully it's useful to you.
______________________________________________________________________
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: Fri, 28 Sep 2007 09:00:47 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] problems
under vista
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=4542098
By: nobody
I have got 2 problems under windows vista: first at startup n++ cannot load
a config.xml file and this file exists but is empty after instalation of n++.
And then it causes problem while exiting it it hangs and vista should kill him
itself
With regards and waiting for some ideas how to repeair it.
i use newest version 4.3.
______________________________________________________________________
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, 28 Sep 2007 09:40:20 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Icon goes
missing...
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=4542166
By: nobody
I am running XP in XP mode and have the same problem on home and work
computers.
I went into Folder options in explorer to edit the .txt extension options and
then into the advanced button. I clicked on Change Icon and got an error "Can't
find file %1" or something like that. So then I opened the registry and went
to [HKEY_CLASSES_ROOT\Notepad++_file\Default_Icon] and deleted it.
I had to go back to Folder Options and click "Ok" in the advanced dialog again
to get it to take but then all the Notepad++ icons were fixed including the
ones for ".log" and ".ini" etc.
I agree with the person who said Notepad++ should clean up it's own registry
entries but I have never gotten too deeply into system entries just the
application
ones.
Good Luck, you guys put me on the right track.
Bill Reveile S.U.G. (Standard Uber Geek)
______________________________________________________________________
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: Fri, 28 Sep 2007 10:12:04 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
New Plugin available: FTP_synchronize
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=4542301
By: harrybharry
Hmm now theres something I might be able to fix. Seems the socket was taking
very long to connect ot the server (probably on the verge of a timeout) and
you then tried to disconnect. When I emulate this I get the exact same
behaviour.
Its very bad and I'll see what I can do about it to fix it (the socket
connection
is one of the few things I hadn't taken control over so it was all up to winsock
to do the timeout, and that can take very long.
You might try using active mode instead. Not sure if your server is behind some
NAT or a firewall, but active turns everything around making you the server.
There is a bug where the mode doesnt get saved properly (more specific: it gets
saved, but not loaded) so you have to change it while the plugin runs, as long
as you dont quit N++ its all fine. CVS has a fixed version, you'll probably
know by now how to reach it ;)
Oh and you can try drag and drop if you wish (into folders that is). Notepad
kind of bugs it by opening the file aswell, not much I can do about it but
disable
N++ drag and drop completely, and thats not a good thing to do ;)
______________________________________________________________________
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: Fri, 28 Sep 2007 10:26:03 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Language sensitive
tab stops.
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=4542312
By: nobody
Language sensitive tab stops.
Is it possible to define the tab stop settings on a language basis?
For example, a ?.php? could have a 4 for tabs. While a ?.asm? could
have an 8.
I found the ?global? Tab Setting in the preferences dialog, but I was thinking
of something ?local? to each open file depending on language type.
Thanks in advance!
______________________________________________________________________
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: Fri, 28 Sep 2007 10:31:30 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] New
plugin: CCompletion
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=4542316
By: nobody
It's an autocompletion plugin, that also features two other similar
functionalities:
- find identifier and display it in secondary view
- go to identitifer
For more information on usage, see the plugin help.
The plugin uses Exuberant Ctags and can operate with all identifiers that Ctags
recognizes.
You need to download ctags.exe from
http://ctags.sourceforge.net
and place it in your N++\plugins directory.
Even though this is first release, the plugin is version 1.00 and will probably
not be further developed. Well, we'll see ;)
Download:
http://freeweb.siol.net/rmihor/NppCCompletionPlugin100.zip
I would like to thank Don for his help with the N++ plugin system and, of
course,
for the N++ itself. Thanks!
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: 7
Date: Fri, 28 Sep 2007 10:35:20 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: i
can't load library...
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=4542322
By: nobody
anybody knows something about?
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=482781
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 16, Issue 78
*************************************************