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 Exp possible bug (SourceForge.net)
2. [notepad-plus - Open Discussion] RE: [Feature Request]
Auto-completion option (SourceForge.net)
3. [notepad-plus - Open Discussion] RE: Open Explorer window to
current file? (SourceForge.net)
4. [notepad-plus - Help] RE: greedy and non-greedy reg ex
(SourceForge.net)
5. [notepad-plus - Help] RE: greedy and non-greedy reg ex
(SourceForge.net)
6. [notepad-plus - Plugin Development] RE: NppExec and utf-8
(SourceForge.net)
7. [notepad-plus - Plugin Development] RE: FTP_synchronize 0.9.5
released (SourceForge.net)
8. [notepad-plus - Plugin Development] RE: How to associate
language with file exten (SourceForge.net)
9. [notepad-plus - Plugin Development] NppExec and utf-8
(SourceForge.net)
10. [notepad-plus - Help] RE: greedy and non-greedy reg ex
(SourceForge.net)
11. [notepad-plus - Help] RE: greedy and non-greedy reg ex
(SourceForge.net)
12. [notepad-plus - Open Discussion] RE: Open Explorer window to
current file? (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Wed, 28 Nov 2007 12:26:09 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Reg Exp
possible bug
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=4648276
By: nobody
As an alternative to do it all in one pass, you may use a regex for the fixed
part of the string, too. Try this:
^insert [^P]+PE_CODE\) values\([0-9]+,
It uses the characteristic character P to find the specified string, so by
itself
the complete regex is shorter. I guess there is enough "room" now to extend
the regex by the desired number.
______________________________________________________________________
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, 28 Nov 2007 12:28:02 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
[Feature Request] Auto-completion option
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=4648282
By: nobody
It also makes marking up already-written text straightforward. Getting <p></p>
when you type <p> at the start of an existing sentence is extremely annoying...
It's also a standard plugin for jEdit, so maybe it wouldn't be too hard to code?
______________________________________________________________________
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, 28 Nov 2007 12:55:26 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Open
Explorer window to current file?
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=4648309
By: harrybharry
You can edit the run commands from the shortcut mapper, there practically on
the bottom. To delete rightclick and select delete
______________________________________________________________________
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, 28 Nov 2007 13:02:51 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: greedy and
non-greedy reg ex
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=4648317
By: nobody
> I, too, can run a lot of commas for the, not so, smart guys?
You are asking me? Don't you know that for yourself, smart guy?
Will the next regex be of any help?
<font.+</font>
______________________________________________________________________
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, 28 Nov 2007 13:23:52 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: greedy and
non-greedy reg ex
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=4648352
By: nobody
It seems this regex is only as greedy as the line is long. It will match the
last </font> on the same line and, if it is not on the same line, it won't find
a match.
______________________________________________________________________
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, 28 Nov 2007 13:56:30 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
NppExec and utf-8
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=4648400
By: salocin13
coucou Idris,
yes there are things you can do to get utf-8 output in NppExec : Join the
development
team and help us ;-)... More seriously I'm puzzled because I thought that DV
had taken care of that (at least I see in his code a clear attempt to use TCHAR,
and associated functions. look in the NppExec.cpp in the ConsoleOutput
function).
if you can investigate further please feel free.
w.k.r
Nico
______________________________________________________________________
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: Wed, 28 Nov 2007 14:06:55 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
FTP_synchronize 0.9.5 released
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=4648421
By: nobody
Thank you. It worked :)
-Eivin
______________________________________________________________________
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: 8
Date: Wed, 28 Nov 2007 10:52:05 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
How to associate language with file exten
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=4648133
By: vor0nwe
Easy.
Look up the language you want used in the Styler Configurator (in the
Preferences
menu). In the 'user ext' text box, enter the file extension you want to assign
to that language, without preceding '.' dot.
So, for example, if you want to assign .wsdl files to XML, just enter 'wsdl'
(without the apostrophes, of course).
Hit 'Save & Close', and try opening a file with the extension you just assigned,
and the "right" language should be selected automatically.
______________________________________________________________________
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: Wed, 28 Nov 2007 13:07:58 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
NppExec and utf-8
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=4648335
By: ishamid2
Hi,
How do I activate utf-8 output for the console? In Scite I just uncomment
code.page=65001
output.code.page=65001
which works. I can't get it to work in Npp. Is it Windows-related?:
a) Choosing a unicode font for the console does not work;
b) opening a console and typing "chcp 65001" gives "Process failed";
c) creating chcp.bat with "chcp 65001" creates an infinite loop and I have to
forcefully close NppExec (thankfully Npp does not crash)
For the Windows command prompt I went into the registry and added support for
courier new, but still no satisfaction there....
Doing "chcp 65001" at a windows command prompt gives no errors but then I cannot
run scripts, so I suspect the same will happen in NppExec
Sample: I did a process to write the following to the console (make sure your
encoding is utf-8):
TEST ??????
What I get on the console (both windows and nppexec) is
TEST +?+?+?+?+?+?
This is not even ansi, let alone utf-8, ansi utf-8 would look like this:
TEST ????????????
I guess Scite's rendering is independent of the windows subsystem that controls
console behavior. Is there anything we can do get utf-8 output in NppExec or
even the windows console?
Best wishes
Idris
______________________________________________________________________
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: 10
Date: Wed, 28 Nov 2007 14:20:12 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: greedy and
non-greedy reg ex
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=4648443
By: nobody
> It seems this regex is only as greedy as the line is long. It will match the
last </font> on the same line and, if it is not on the same line, it won't find
a match.
very true - but for many xhtml files it would be necessary to remove the line
breaks before doing the replacing
but your general point is a plus having regex greedy
______________________________________________________________________
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: Wed, 28 Nov 2007 14:34:06 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: greedy and
non-greedy reg ex
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=4648466
By: nobody
If you want to _only_ remove all <font...> and </font> tags, how about the next
regex?
<[/]*font[^>]*>
It removes <font...>, </font...> and even <//font...> and so on tags _only_,
without worrying about matching opening and closing tags and whatever is after
the font word inside the closing >.
______________________________________________________________________
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: Wed, 28 Nov 2007 14:37:12 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Open
Explorer window to current file?
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=4648471
By: donho
> Note to Don: is it really a must to specify a shortcut.
I don't follow you : what shortcut are you talking about?
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=331753
------------------------------
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell. From the desktop to the data center, Linux is going
mainstream. Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 18, Issue 89
*************************************************