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: bracket Auto-completion problem
(SourceForge.net)
2. [notepad-plus - Help] RE: Fixed column width? (SourceForge.net)
3. [notepad-plus - Help] RE: Hanging Indents (SourceForge.net)
4. [notepad-plus - Open Discussion] RE: Need a little more
enhancement in Unicode-sup (SourceForge.net)
5. [notepad-plus - Help] RE: AutoUpdate 5.2 -> 5.3.1 crashes
(SourceForge.net)
6. [notepad-plus - Open Discussion] RE: UTF-16 support in N++
(SourceForge.net)
7. [notepad-plus - Help] insert control characters/literals
(SourceForge.net)
8. [notepad-plus - Help] RE: find/replace syntax with Notepad++
(SourceForge.net)
9. [notepad-plus - Help] RE: find/replace syntax with Notepad++
(SourceForge.net)
10. [notepad-plus - Open Discussion] Shortcut for Date insertion
(SourceForge.net)
11. [notepad-plus - Help] RE: insert control characters/literals
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Mon, 20 Apr 2009 10:50:03 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: bracket
Auto-completion problem
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=7239546
By: cchris
It woorks, but only when using a builtin highlighter.
Brace autocompletion may not make sense when not using a language specific
highlighter, since the language defines the valid braces. This is imho a
feature,
but should be documented.
However, and fot this same eason, brace autocompletion should work with user
defined languages, and doesn't. This is not documented either, but would qualify
as a bug.
Does your problem match this description?
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=331754
------------------------------
Message: 2
Date: Mon, 20 Apr 2009 11:24:16 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: 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=7239787
By: cchris
N++ is a text editor, so the fomatting it allows is expectedly primitive.
You may want to use TextFX -> TextFX Edit -> Rewrap text to (Clipboard or 72)
entry. Type somewhere 120 or whatever your preferred line length is, copy to
clipboard, then apply this command.
The wrapping column appears to be determined from the window and font size,
not by using a fixed width.
Centering i something else, and I'm not sure there iss a way to do it via a
macro, because you need to either compute the amount of spacing (there is a
division by 2 involved), or do by trial and error according to whether a line
wraps or not.
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=331754
------------------------------
Message: 3
Date: Mon, 20 Apr 2009 11:39:45 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Hanging Indents
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=7240034
By: cchris
The following macro definition will do, inside the <Macros>...</Macros> area
in Shortcuts.wml:
<Macro name="WrapIndent" Ctrl="yes" Alt="yes" Shift="no" Key="98">
<Action type="0" message="2464" wParam="5" lParam="0" sParam="" />
</Macro>
5 is some random integer you can set as you wish, it is the width, in
characters,
of the overhang indent. The macro is affected to Ctrl-Alt-2, but you can change
that, as well as the name, from the shortcut mapper. And 2464 is the number
of the relevant Scintilla message.
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=331754
------------------------------
Message: 4
Date: Mon, 20 Apr 2009 12:01:11 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Need
a little more enhancement in Unicode-sup
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=7240214
By: cchris
You must set your system font to something that can display chinese characters.
Under XP, right click on the desktop, choose Properties -> Appearance ->
Advanced,
click on the shown active title bar and enter the desired font face. You may
want to do that for inactive title bars too. I don't know how things are
different
under Vista.
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: 5
Date: Mon, 20 Apr 2009 12:33:18 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: AutoUpdate 5.2
-> 5.3.1 crashes
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=7240636
By: chenky
Hey
I've got the same problem, Microsoft XP Pro Service Pack 3. Same error.
Tried a clean install with the binary executable and it threw errors when trying
to write most of the DLL's and the main .exe
Cheers,
Chenky
______________________________________________________________________
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: Mon, 20 Apr 2009 12:36:57 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
UTF-16 support in N++
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=7240662
By: cchris
Doesn't Format -> Encode as UCS2 Little Endian help?
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: 7
Date: Mon, 20 Apr 2009 14:31:15 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] insert control
characters/literals
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=7241813
By: huehuetenango
Is there a way to insert control characters into a file? For instance,
control-H
(backspace 0x08), control-I, horizontal tab 0x09, etc. Another editor I have
used employs Control-P key sequence to signal that I desire to insert ANSI
characters
below 0x20, is there a trigger in NPP to do the same? 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: 8
Date: Mon, 20 Apr 2009 15:27:09 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: find/replace
syntax with Notepad++
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=7242396
By: mr2-turbo2
It didn't do exactly as I wanted. I want to replace all the <CR><LF> with a
comma if the next line is not an H,1.
What I want to acheive is that it will take out the [ENTER] or <CR><LF> and
make it into one line continous line. Here's what it should look like once it's
done right.
Before
H,1,A8846,JOHN DOE,TX222,AB2808,
R,2,AMP,AMPHETAMINES,N,,1000,500,ng/mL,,
R,3,COC,COCAINE,N,,300,150,ng/mL,,
R,4,MDA-,ECSTACY,N,,500,500,ng/mL,,
R,5,OPX,EXPANDED OPIATES,P,,300,300,ng/mL,,
R,6,OPX,Hydrocodone,P,,,300,ng/mL,GC/MS,
R,7,THC,MARIJUANA,N,,50,15,ng/mL,,
R,8,SVT1,VALIDITY CREATININE/SPGR,N,,,,mg/dL,,
R,9,SVT3,GENERAL OXIDANT,N,,,,mcg/mL,,
R,10,SVT4,VALIDITY pH,N,,,,,,
After
H,1,A8846,JOHNDOE,TX222,AB2808,,R,2,AMP,AMPHETAMINES,N,,1000,500,ng/mL,,,R,3,COC
,COCAINE,N,,300,150,ng/mL,,,R,4,MDA,ECSTACY,N,,500,500,ng/mL,,,R,5,OPX,EXPANDEDO
PIATES,P,,300,300,ng/mL,,,R,6,OPX,Hydrocodone,P,,,300,ng/mL,GC/MS,,R,7,THC,MARIJ
UANA,N,,50,15,ng/mL,,,R,8,SVT1,VALIDITY
CREATININE/SPGR,N,,,,mg/dL,,,R,9,SVT3,GENERALOXIDANT,N,,,,mcg/mL,,,R,10,SVT4,VAL
IDITYpH,N,,,,,,
Is there a way to do that? 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: 9
Date: Mon, 20 Apr 2009 16:50:36 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: find/replace
syntax with Notepad++
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=7243292
By: mr2-turbo2
I didn't re-post the same response again. It looks like I did a refresh on my
screen and it repost the same thing over and over.
Sorry about that.
I re-did your instructions again...The first time I didn't see the
<Control+Enter>,
that's why my results was wrong.
After I included the <Control+Enter> I got the correct result.
Thank you for your 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: 10
Date: Sun, 19 Apr 2009 14:54:05 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Shortcut
for Date insertion
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=7228136
By: alfsys
how I can insert a Datetime in a edit page?
______________________________________________________________________
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: 11
Date: Mon, 20 Apr 2009 16:52:27 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: insert control
characters/literals
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=7243309
By: cchris
There are at least two ways to do that, even though they are not as handy as
typing some specific key and then entering text:
a/ Type any character, select it and hit Ctrl-H. In the Replace field, enter
the desired char as \xnn, where nn are 2 hex digits. Check Extended search mode
button, hit Replace. Close box, you are done.
b/ Use the HexEditor plugin (please check the Plugin Development forum for a
link to the latest version), and then use it to insert your special chaacters
as two hex digits.
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=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 32
*************************************************