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] highlighting for engineering numbers
(SourceForge.net)
2. [notepad-plus - Open Discussion] RE: Extension of Regular
Expression Character set (SourceForge.net)
3. [notepad-plus - Open Discussion] RE: Extension of Regular
Expression Character set (SourceForge.net)
4. [notepad-plus - Help] RE: highlighting for engineering
numbers (SourceForge.net)
5. [notepad-plus - Help] formatting text left side wrapping?
(SourceForge.net)
6. [notepad-plus - Open Discussion] RE: Version 5.3.1 is
available (SourceForge.net)
7. [notepad-plus - Open Discussion] RE: Version 5.3.1 is
available (SourceForge.net)
8. [notepad-plus - Plugin Development] Loading Plugin XML from
App Data Dir (SourceForge.net)
9. [notepad-plus - Help] Fixed column width? (SourceForge.net)
10. [notepad-plus - Help] Replace Tag Region does not work
(SourceForge.net)
11. [notepad-plus - Help] RE: Replace Tag Region does not work
(SourceForge.net)
12. [notepad-plus - Help] search in files not working
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Wed, 15 Apr 2009 14:30:33 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] highlighting for
engineering numbers
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=7180489
By: bvindh
Hi, I find that only the numbers before the decimal point get highlighted, that
too when the number is not preceded by +/- symbols
I need to highlight numbers of the form,
-7.22E-01
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: 2
Date: Wed, 15 Apr 2009 15:22:45 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Extension of Regular Expression Character set
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=7181066
By: cchris
N++ won't help you there.
The control which does all the basic text editing and colouring, and also
handles
all searches, is the Scintilla control. This is another open source project
hosted on Sourceforge. Notepad++ uses the Scintilla component, but is otherwise
a completely independent project.
Speed is critical for regex searches. I guess that any attempt of N++ at
extending
the regex abilities of Scintilla would be quite inefficient.
Replacing the regex engine Scintilla uses wouldn't be much better, because
accesses
to raw text from the alternative engine into Scintilla internals would be quite
inefficient as well. Or might break whenever Scintilla changes some hidden
implementation detail.
If many users start asking for better regexes in the Scintilla forums or
mailing
lists, it will perhaps prod this project to upgrade. And then N++ could benefit
from those in an efficient, stable way.
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=331753
------------------------------
Message: 3
Date: Wed, 15 Apr 2009 15:39:34 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Extension of Regular Expression Character set
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=7181196
By: snemarch
Iirc I recently saw some notice about scintilla extended to allow raw access
to it's text buffer, with the purpose of (for instance) allowing for more
efficient
regex searches.
Might be worth looking into :)
______________________________________________________________________
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: Wed, 15 Apr 2009 15:55:40 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: highlighting
for engineering numbers
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=7181524
By: geo_aoe
What language are you using ?
______________________________________________________________________
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: Wed, 15 Apr 2009 18:02:35 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] formatting text
left side wrapping?
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=7182827
By: wolfkin
I'm not entirely sure what the proper word is for what I want so I'm not sure
how to find it in the help files. Basically I'm trying to keep the code I'm
working with orderly. The problem is that for instance if I have a line nested
I can tab to move it over one block but the that line is really long when it
goes to textwrap the text starts all the way over to the left. Is there a way
to have the text wrap start at the original indent point.
It's a simple matter of moving some arrows in a text editor's ruler but I have
no idea how to do the same thing with N++
______________________________________________________________________
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: Wed, 15 Apr 2009 18:28:54 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Version 5.3.1 is available
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=7183140
By: prozaker
still has this issue in the installer version
https://sourceforge.net/tracker/index.php?func=detail&aid=1969451&group_id=95717
&atid=612382
______________________________________________________________________
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: Wed, 15 Apr 2009 21:07:09 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Version 5.3.1 is available
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=7184559
By: ices_eyes
That option is always saved correctly here...
______________________________________________________________________
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: 8
Date: Thu, 16 Apr 2009 02:28:17 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Loading Plugin XML from App Data Dir
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=7187186
By: aathell
Posted a patch to allow plugins to use a user's app data dir instead of being
locked in to the sub-directory under Program Files folder that the user may
not have permissions to write to.
https://sourceforge.net/tracker/?func=detail&aid=2767195&group_id=95717&atid=612
384
Could this please reviewed for inclusion in the next release?
almostautomated
______________________________________________________________________
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: 9
Date: Thu, 16 Apr 2009 07:18:03 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Fixed column width?
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=7189539
By: motormind
I want to use Notepad++ for typing prose. For that I would like to limit the
amounts of characters per line to about 120 or so. It would also be handy if
the text could be centered in an way. Is this possible?
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: 10
Date: Thu, 16 Apr 2009 08:02:38 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Replace Tag Region
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=7189814
By: kge
Hi,
I am trying to add the area code to a bunch of telephone numbers using the regex
Replace Tag Region feature.
However I cannot make it work I simply use:
Find: >([0-9][0-9][0-9][0-9][0-9])<
Replace with: >26510\1<
The 5-digit number is found correctly, but then it is being replaced with
>26510<
only. (It's in an html file, hence the greater and smaller characters.)
\1 seems to contain nothing. I tried \2 just in case, nothing as well.
I updated to 5.3.1 (UNICODE) but the same thing happens.
I am not the regex expert, but I don't think I made a mistake. My case is very
similar to the date changing example in the regex FAQ anyway.
Help?! I am really desperate right now.
______________________________________________________________________
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: 11
Date: Thu, 16 Apr 2009 08:04:59 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Replace Tag
Region 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=7189830
By: kge
After some playing around:
It does work in the normal replace dialog. What does not work is the TextFX
enhanced regex dialog. there I got the above described behaviour.
______________________________________________________________________
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: 12
Date: Thu, 16 Apr 2009 08:26:44 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] search in files not
working
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=7190122
By: jack111
The search in files feature does not work if you are logged in as a limited
user in windows xp professional.
I can login as administartor and use the search in files feature with out any
problems. But when logged in as a limited user the search in files function
does not give any output.
Would be grateful if these is a solution for this.
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
------------------------------
------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today.
Use priority code J9JMT32. http://p.sf.net/sfu/p
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 35, Issue 24
*************************************************