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: reg in find dialog does not work ??
(SourceForge.net)
2. [notepad-plus - Help] RE: reg in find dialog does not work ??
(SourceForge.net)
3. [notepad-plus - Help] RE: reg in find dialog does not work ??
(SourceForge.net)
4. [notepad-plus - Help] RE: reg in find dialog does not work ??
(SourceForge.net)
5. [notepad-plus - Plugin Development] RE: Function navigation?
(SourceForge.net)
6. [notepad-plus - Open Discussion] RE: Notepad++ v5 RC
(SourceForge.net)
7. [notepad-plus - Translation] Updated Notepad++ v5 translation
model (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Notepad++ v5 RC
(SourceForge.net)
9. [notepad-plus - Help] help (SourceForge.net)
10. [notepad-plus - Translation] RE: Updated Notepad++ v5
translation model (SourceForge.net)
11. [notepad-plus - Plugin Development] RE: Language Help plugin
update v1.10 (SourceForge.net)
12. [notepad-plus - Help] Alphabetical order (SourceForge.net)
13. [notepad-plus - Help] RE: "It's not a valid GUP XML" error
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Sun, 29 Jun 2008 19:20:06 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: reg in find
dialog does not work ??
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=5062043
By: mastabog
sorry, i meant to say "regexp" in the thread title ...
______________________________________________________________________
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, 29 Jun 2008 19:28:33 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: reg in find
dialog does not work ??
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=5062057
By: mastabog
I just tested stuff like "word[a-zA-Z]+" and that works fine. Could it be that
notepad++ does *not* support the | regexp character (OR)? Why?!?!
______________________________________________________________________
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: Sun, 29 Jun 2008 19:37:49 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: reg in find
dialog does not work ??
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=5062067
By: harrybharry
Scintilla regexp is pretty limited, I believe thats one of the reasons TextFX
has it added in.
Also, Scintilla can only search on a per line basis.
You'd have to ask the author of Scintilla, but my guyess is that good regexp
is hard to add, and maybe even harder in the scintilla implementation.
______________________________________________________________________
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, 29 Jun 2008 19:46:32 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: reg in find
dialog does not work ??
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=5062078
By: mastabog
I haven't taken any look at the np++ source code .. is it that hard to replace
the scintilla regexp engine with, for example, the perl one? A
powerfull/complete
regexp engine is a great asset to any real text editor.
Also, i was wrong in my previous post: TextFX doesn't support | (OR) either
... what a shame!
______________________________________________________________________
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: Sun, 29 Jun 2008 21:34:12 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Function navigation?
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=5062201
By: ssgsmt
This is a feature really important to me also. Notepad++ thankfully has a
plugin
system.
I use the CCompletion plugin (currently version 1.07)
http://sourceforge.net/forum/message.php?msg_id=4782134
setup your project folder and generate the ctags.
then press ctrl + alt + space over an identifier and a list comes up.. press
space to go to the definition
There's also another plugin called OpenCTags
(http://openctags.sourceforge.net/).
This has a bug where the list window can't be closed, which is why I use
CCompletion
right now.
THey both use ctags (http://en.wikipedia.org/wiki/Ctags).
______________________________________________________________________
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: Sun, 29 Jun 2008 23:05:46 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v5 RC
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=5062296
By: nobody
How can one change or remove the new tag highlighting??
It makes things a little hard to read for me.
______________________________________________________________________
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: Sun, 29 Jun 2008 23:35:52 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Translation] Updated
Notepad++ v5 translation model
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=5062329
By: donho
Please download here for the newest translation file for Notepad++ v5 :
http://notepad-plus.sourceforge.net/commun/nativeLanguageFiles/english.xml
Please send me your translation to :
d o n . h @ f r e e . f r
If you want your translation to be published in download section and included
in v5 release.
Don
______________________________________________________________________
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: Mon, 30 Jun 2008 00:07:53 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v5 RC
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=5062371
By: nobody
I just hope the new version reinstalls the whole Notepad++ properly and adds
the new styler settings etc. to the old config files (where my modifications
and custom settings are kept). Otherwise everyone will have to re-configure
everything, when they want to have old settings and for example new styler
options.
______________________________________________________________________
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: 9
Date: Mon, 30 Jun 2008 08:04:21 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] help
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=5062949
By: bamafan2989
hey guys, i see the "edit with notepad++" option with right clicking on icons,
i didn't see an option in the program to disable this context menu item.
any help?
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: 10
Date: Mon, 30 Jun 2008 08:26:17 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE: Updated
Notepad++ v5 translation model
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=5062993
By: ices_eyes
Italian traslation sent :D
(in case it does not arrive)
______________________________________________________________________
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: 11
Date: Mon, 30 Jun 2008 09:23:33 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Language Help plugin update v1.10
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=5063078
By: irradium
I've tried this new version but it seems that the new feature doesn't work:
when I try to open a pdf help file, the plugin returns the error "no pdf viewer
installed", but of course I have Acrobat Reader installed (version 8).
Any hints ?
Regards
Mauro
______________________________________________________________________
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: 12
Date: Mon, 30 Jun 2008 09:39:50 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Alphabetical order
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=5063113
By: stezza
Hi folks I love this editor but I would like to know if this is possible..
I have a list of 100's of addresses and would like to get them in alphabetical
order.
Can it be done?
Thanks for any help.
______________________________________________________________________
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: 13
Date: Mon, 30 Jun 2008 09:50:21 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: "It's not a
valid GUP XML" error
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=5063126
By: r3j3x
Yes, I am receiving the same error. It doesn't seem to be effecting anything,
but it is rather annoying.
Any help from the experts out there???
I am using version 4.9.2
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 25, Issue 39
*************************************************