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. Re: [notepad-plus - Open Discussion] Notepad++ v5.4 RC 2
(Jurko Gospodneti?)
2. Re: [notepad-plus - Open Discussion] Notepad++ v5.4 RC 2
(Jurko Gospodneti?)
3. [notepad-plus - Open Discussion] bug: super slowness with a
(super) long line (SourceForge.net)
4. [notepad-plus - Translation] RE: Italian Translation updated
(SourceForge.net)
5. [notepad-plus - Plugin Development] RE: CCompletion 1.10
UNICODE (SourceForge.net)
6. [notepad-plus - Plugin Development] Function List plugin for
version 5.3.1 (SourceForge.net)
7. [notepad-plus - Translation] RE: Notepad++ v5.4 english.xml
is updated (SourceForge.net)
8. [notepad-plus - Translation] RE: German translations
(SourceForge.net)
9. [notepad-plus - Open Discussion] RE: Notepad++ v5.4 RC 2
(SourceForge.net)
10. [notepad-plus - Plugin Development] RE: Function List plugin
for version 5.3.1 (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Sat, 02 May 2009 12:23:42 +0200
From: Jurko Gospodneti? <[email protected]>
Subject: Re: [Notepad-plus-plus] [notepad-plus - Open Discussion]
Notepad++ v5.4 RC 2
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8; format=flowed
Hi Don.
>
> Here are Notepad++ v5.4 new features and fixed bugs (from v5.3.1) :
>
> 2. Add google chrome drag and derop tab feature : drag out tab to create a
> new instance, transfer documents among several instances by drag and drop.
There seems to be a limitation in notepad++ causing it to allow at
most two instances to be started at the same time. Second one may be
started either by running notepad++ using the -multiInst command-line
option or by using the new drag-and-drop-outside-the-editor feature.
However, when you already have two instances open, opening a third
one will fail. As an unfortunate consequence, if you attempted to open
the third instance by using the new drag-and-drop-outside-the-editor
feature - the file you dragged will be closed and not open anywhere
else (real annoying when you're dealing with a temporary file using some
illegible file name opened from an external application :-)).
So related requests would be:
* I would be nice if it we could have more than two notepad++
instances started at the same time.
* It would be nice if the original file did not get closed in case
opening it in a different view failed after the drag-and-drop feature.
* It would be nice if the drag-and-drop feature also allowed moving
a file between multiple views within the same notepad++ instance.
Hope this helps.
Best regards,
Jurko Gospodneti?
------------------------------
Message: 2
Date: Sat, 02 May 2009 15:11:31 +0200
From: Jurko Gospodneti? <[email protected]>
Subject: Re: [Notepad-plus-plus] [notepad-plus - Open Discussion]
Notepad++ v5.4 RC 2
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8; format=flowed
> There seems to be a limitation in notepad++ causing it to allow at
> most two instances to be started at the same time.
Ok, scratch what I said about being able to open at most two
notepad++ instances. It seems something went wrong locally with my
system but a clean reboot seems to have cleaned that up. I can now start
much more than 2 instances (up to some Windows memory usage/process
count/whatever limit).
The other part of the original post still holds:
If you attempt to open a new instance by using the new
drag-and-drop-outside-the-editor feature and it fails - the file you
dragged will be closed and not open anywhere else (real annoying when
you're dealing with a temporary file using some illegible file name
opened from an external application :-)).
So related requests would be:
* It would be nice if the original file did not get closed in case
opening it in a different view failed after the drag-and-drop feature.
* It would be nice if the drag-and-drop feature also allowed moving
a file between multiple views within the same notepad++ instance.
Hope this helps.
Best regards,
Jurko Gospodneti?
------------------------------
Message: 3
Date: Sat, 02 May 2009 07:04:57 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] bug:
super slowness with a (super) long line
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=7336381
By: alewela
Notepad++ will become super slow when you are dealing with a line containing
lots of characters. Generally it takes 5+ seconds for me to see the reaction
when I try to go to the end of the line by pressing the End button, or select
several characters with the mouse. (My computer is decent.)
Some examples:
- any HTML file/string with 30K+ characters, all in on line
- any XML file/string with 7K+ characters, all in on line
You can eaisily get such a long-line string from Visual Studio's debugging -
just set a breakpoint after a string containing long HTML/XML content fectched
from file, then copy the variable and paste it into Notepad++. (That's how I
found this bug.)
I've tried version 5.1.x and 5.3.1. Both have the bug.
______________________________________________________________________
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, 02 May 2009 08:25:13 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE: Italian
Translation updated
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=7336939
By: ices_eyes
New translation for version 5.4RC2, and maybe final v5.4 :P
http://www.datafilehost.com/download-274734b9.html
______________________________________________________________________
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=558104
------------------------------
Message: 5
Date: Sat, 02 May 2009 08:27:28 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
CCompletion 1.10 UNICODE
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=7336952
By: rickishere
Thanks!!!!
Just q's:
What does @ do in library paths?
How do I exclude subdirs?
Sorry, I could not find it in ctags doc.
Best regards,
Rick
______________________________________________________________________
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: 6
Date: Sat, 02 May 2009 08:42:45 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Function List plugin for version 5.3.1
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=7337042
By: nick_brown
I love Notepad++ and use it all the time, but I haven't upgraded to the latest
version because my favourite plugin, "Function List" is incompatible and doesn't
look like it's going to be developed further. Anyone know of a similar,
alternative
plugin?
Cheers, Nick.
______________________________________________________________________
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: Sat, 02 May 2009 08:57:14 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE:
Notepad++ v5.4 english.xml is updated
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=7337125
By: janschreiber
Thank you for the new template, Don. To those who understand German: Please
help testing the updated German translation available here:
http://localhostr.com/files/a2b5f7/german.xml
______________________________________________________________________
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=558104
------------------------------
Message: 8
Date: Sat, 02 May 2009 09:01:44 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE: German
translations
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=7337150
By: janschreiber
Please help testing the updated German translation with 5.4 RC2. It is available
here: http://localhostr.com/files/a2b5f7/german.xml
______________________________________________________________________
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=558104
------------------------------
Message: 9
Date: Sat, 02 May 2009 09:16:44 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v5.4 RC 2
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=7337324
By: janschreiber
Thanks for the new build, Don. Seems to work fine so far. I've uploaded a test
version of the German localization and will e-mail it to you unless someone
finds errors in 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: 10
Date: Sat, 02 May 2009 13:59:44 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Function List plugin for version 5.3.1
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=7340028
By: cchris
It took me a while to retrieve these 3 URL's from the forum. Guess I'll add
those as some wiki entry. All the below is about an unicode build of
FunctionList
v1.2. 2.0alpha is ANSI only.
1/ harrybharry's build:
a/ the file
http://harrysnppstuff.webs.com/NPPFiles/FunctionList/FunctionList.dll
b/ the source
http://harrysnppstuff.webs.com/NPPFiles/FunctionList/Function%20List.zip
2/ dv___'s buid:
http://randronov.blogspot.com/2008/11/function-list-for-notepad-5x-unicode.html
dv___'s version has kept insertExt.ini as configuration file, while harry's
uses FunctionList.ini, which may seem more intuitive.
On installing a new version of N++, both dll's are detected as invalid. Just
proceed and avoid them being deleted, they work fine.
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=482781
------------------------------
------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations
Conference from O'Reilly Media. Velocity features a full day of
expert-led, hands-on workshops and two days of sessions from industry
leaders in dedicated Performance & Operations tracks. Use code vel09scf
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 36, Issue 10
*************************************************