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] Selected marked lines (SourceForge.net)
2. [notepad-plus - Help] RE: user Defined Syntax (SourceForge.net)
3. [notepad-plus - Open Discussion] Copy with Syntax
Highlighting Formatting (SourceForge.net)
4. [notepad-plus - Help] RE: Run/Compile (SourceForge.net)
5. [notepad-plus - Open Discussion] RE: MultiClipboard and
HexEditor plugins Pro (SourceForge.net)
6. [notepad-plus - Open Discussion] Utility for black background
(SourceForge.net)
7. [notepad-plus - Open Discussion] RE: JSP Support (SourceForge.net)
8. [notepad-plus - Help] RE: NP++ crashes (SourceForge.net)
9. [notepad-plus - Open Discussion] Ruby on Rails .rhtml files
support. (SourceForge.net)
10. [notepad-plus - Open Discussion] RE: Feature Request: Copy
Bookmarked Lines (SourceForge.net)
11. [notepad-plus - Help] RE: Insert Filename and Macro
(SourceForge.net)
12. [notepad-plus - Help] Shortcut (SourceForge.net)
13. [notepad-plus - Open Discussion] Convert long block of hex to
text (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Thu, 13 Mar 2008 07:03:22 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Selected marked
lines
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=4834852
By: nobody
I have a number of huge text files I need to extract data from. I have been
able to mark the required lines using the 'find all' feature. What I need to
do now is select and copy all of these lines for pasting into another file.
Is this possible?
______________________________________________________________________
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: Thu, 13 Mar 2008 07:46:40 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: user Defined
Syntax
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=4834961
By: nobody
Well i tried to at first and its not working as i want it to ((So when i wrote
the custom one it wont recognize the { and } as open folder characters when
they are also listed as operators. The same thing happens with the // and /*
*/ comments when the / * are listed as operators.)) So thats when i tried to
edit the default
______________________________________________________________________
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: Thu, 13 Mar 2008 07:58:49 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Copy
with Syntax Highlighting Formatting
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=4834992
By: nobody
Hi,
I was wondering if it is possible to make Notepad++ copy text to the clipboard
with the syntax highlighting formatting included, instead of just unformatted
plain text?
If this is not possible it would be a really handy feature to have, even just
as a seperate item in the Edit menu ("Copy with Formatting" or something), for
copying code into a word processor to write reports, etc.
Thanks,
Kenan.
______________________________________________________________________
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: Thu, 13 Mar 2008 08:03:14 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Run/Compile
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=4835013
By: nobody
You have to make sure you save it first otherwise it will Use whatever previous
version it finds in the cwd npp is in
if you use :
cmd /c cd "$(CURRENT_DIRECTORY)" && (javac "$(FILE_NAME)" || pause)
to compile it and:
cmd /k cd "$(CURRENT_DIRECTORY)" && java "$(NAME_PART)" && pause && exit
|| pause && exit
to execute it it will bring up the console and compile/run it then pause so
you can see what happened.
In the case of the compile command it will close it it is successful and pause
if there are any compile errors.
You have to make sure you save first though
______________________________________________________________________
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: Thu, 13 Mar 2008 08:03:53 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
MultiClipboard and HexEditor plugins Pro
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=4835017
By: nobody
Hi Don,
just to let you know something I have just observed:
if I start Notepad++ and try to enter Japanese text, it still doesn't work;
however, if I keep Notepad++ open and then select File/new to create a
new document,
I can enter Japanese text as expected in the new document.
By the way, I have set UTF-8 as the default encoding for new documents
and I guess this should apply even when I start Notepad++?
I have tested the above with clean installs of Notepad++
using both the zip and the installer on a test Windows installation
with no third-part software (only the basic Windows installation files).
Thanks,
Dario
______________________________________________________________________
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: 6
Date: Thu, 13 Mar 2008 08:09:33 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Utility
for black background
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=4835023
By: emmevi004
I'm a programmer and I'd like black background in editors. I have written this
simple console mode utility for changing the colors in stylers.xlm.
Download and unzip http://web.tiscali.it/mvhomedir/xNpp.zip , make a copy of
the original stylers.xml in stylers.xlm.ORG, open a console and launch
xNpp stylers.xlm.ORG > stylers.xlm
In Notepadd++ you have black background.
Note: if you want to compile the C++ source you need the boost regex library.
______________________________________________________________________
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: Thu, 13 Mar 2008 08:39:06 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: JSP
Support
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=4835088
By: nobody
i need 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: 8
Date: Thu, 13 Mar 2008 08:40:08 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: NP++ 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=4835092
By: theauryn
Hmmmm...
Dragging from Windows Explorer: OK.
Dragging from jZip: crash.
Dragging from jZip File->Open dialogue: OK
Dragging from Eclipse: OK.
______________________________________________________________________
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: Thu, 13 Mar 2008 09:40:16 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Ruby on
Rails .rhtml files support.
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=4835228
By: nasa42
Notepad++ supports ruby syntax highlighting but treats .rhtml files as normal
text, which are a mix of ruby and HTML.
It would be really a great enhancement if .rhtml files can also be supported.
All that have to be done is treat the code between <% %> as ruby code and
rest as HTML(or JavaScript, CSS).
-Thanks for a great editor. I use it all the time.
By the way this project is on my to-donate list, just waiting to finish my
school,
get a job and get a Credit Card.
______________________________________________________________________
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: Thu, 13 Mar 2008 09:59:31 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Feature Request: Copy Bookmarked Lines
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=4835263
By: nobody
I have used the TextFX workround with a "non-regex" searches, but it does not
work with regex searches. This would be a killer feature!!!
______________________________________________________________________
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: Thu, 13 Mar 2008 09:23:31 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Insert Filename
and Macro
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=4835199
By: bullock
At present, the macros do not record any commands from the TextFX or Plugins
menus.
For your purposes, recording something like the following should work:
<Edit: Copy Current Filename to Clipboard> <Ctrl-V>
Depending on what initial assumptions you can make, you may need to also include
some cursor movement keystrokes to ensure that the insertion point is where
you need it before pressing <Ctrl-V>.
Regards.
Greg
______________________________________________________________________
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, 13 Mar 2008 09:14:41 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Shortcut
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=4835171
By: nobody
I really like Notepad++. Its one of the best editors i have ever used. I am
a java programmer and when i work with file IO i need to specify arguments from
the command line when i run the programs. I wouled like to be able to use the
console plugin to do that but to use it i have to click on the console and the
main screen whenever i want to switch between the 2. I tried using a shortcut
to show/hide the window but the cursor stays in the console window and i have
to click over anyways. I was wondering if anyone had a fix for this. I would
rather not have to bring up the command prompt each time i test something.
______________________________________________________________________
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: Thu, 13 Mar 2008 10:48:53 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Convert
long block of hex to text
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=4835352
By: nobody
Hi, is there a smarter way to do this?
Say I have ABDF67CF88E2 plus a dozen or so more solid lines of hex like this
and want to save as a binary file, I have found if I create a macro to convert
it to AB DF 67 CF 88 E2 I can then select it and use TextFx | Convert | Convert
Hex to Text and save and all is well. I'm looking for a direct way to do it
without having to add the spaces please, 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=331753
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 22, Issue 59
*************************************************