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 - Open Discussion] RE: New auto-add extension
behaviour in v4.4.1 (SourceForge.net)
2. [notepad-plus - Open Discussion] RE: Column mode - Just for
insert does not work (SourceForge.net)
3. [notepad-plus - Open Discussion] Can I select a huge number
of lines easily? (SourceForge.net)
4. [notepad-plus - Open Discussion] Notepad++ & Jsp (SourceForge.net)
5. [notepad-plus - Open Discussion] Sorting using Text FX and
empty lines (SourceForge.net)
6. [notepad-plus - Open Discussion] RE: Too low contrast on tabs
(SourceForge.net)
7. [notepad-plus - Open Discussion] RE: Column mode - Just for
insert does not wo (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Column mode - Just for
insert does not wo (SourceForge.net)
9. [notepad-plus - Open Discussion] Error in Notepad++
(SourceForge.net)
10. [notepad-plus - Open Discussion] RE: Can I select a huge
number of lines easil (SourceForge.net)
11. [notepad-plus - Help] Keyword containing space (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Mon, 22 Oct 2007 00:02:51 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: New
auto-add extension behaviour in v4.4.1
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=4581342
By: nobody
What if a user specifically wants _no_ extension?
______________________________________________________________________
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: 2
Date: Mon, 22 Oct 2007 00:09:07 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Column mode - Just for insert 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=4581351
By: nobody
Meanwhile, you could use a regular expression to achieve your goal.
Move the cursor to the top of the file (CTRL+Home).
Use the CTRL+R Find/Replace Dialog.
In the Find field, enter the regular expression below. It searches for any line
with at least seven characters.
^(.......)
In the Replace field, enter:
\1123
This replaces the seven characters by itself (\1) and adds the string 123 to
them.
Check the regular expression checkbox, uncheck any other checkbox.
Press the Find button.
Press the Replace Rest button.
Note: you should not have tab characters in the first seven characters position
of any line, but I assume this isn't the case.
______________________________________________________________________
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: Mon, 22 Oct 2007 01:52:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Can I
select a huge number of lines easily?
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=4581464
By: nobody
Does anyone know a trick to do this?
I have a log file of which I only want to keep certain parts or sections.
I can search for the start of each section.
But can I in some way mark the end of the previous section in a
bookmark-kind-of-way,
then search for the start of the next section and select all lines from the
"bookmark" and delete all selected lines (in-between)?
This would be a time saver for me.
Anyone?
______________________________________________________________________
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: Mon, 22 Oct 2007 01:54:54 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
Notepad++ & Jsp
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=4581467
By: nobody
Dose notepad++ support editing JSP files?
I was unable to find JSP in the languages list.
______________________________________________________________________
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, 22 Oct 2007 02:21:23 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Sorting
using Text FX and empty 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=4581488
By: nobody
How come I get empty lines between lines that are really the same, after sorting
my text lines?
Is this because there were empty lines at the same positions before sorting?
There are a number of Text FX functions that seem to not work (correctly) with
empty lines, or (on) the first line if it is empty, or remove the last line
if it is empty.
______________________________________________________________________
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: Mon, 22 Oct 2007 04:09:47 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Too
low contrast on tabs
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=4581599
By: nobody
Sometimes, I use Window/Windows, but it is very unconvenient, if I have a lot
of open files.
control+tab could be a workaround for the contrast issue - I'll try it.
Is there any feature to automatically reverse a sequence of file changes? This
would be very useful, to find back to the original location after examining
the result list of a file search.
______________________________________________________________________
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, 22 Oct 2007 06:00:17 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Column mode - Just for insert does not wo
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=4581739
By: nobody
Hi,
zero width column selection should be possible. Take a look at Ultraedit,
only a 1px line, but iw works great.
Another great feature of Ulraedit or Textpad which I would love to see in
my (new) favourite editor NPP: explizit column editing mode switch mode/button.
Reason: imagine the following: I have a long text file of which I want to
remove some columns (really happens once in a while). When using one of those
editors, I only have to switch to column editing, and mark the area using the
ctrl-shift-end keyboard operation -> finished.
When using NPP, I am only able to do this per mouse because being forced to
additionally hold the alt-key breaks the ctrl-shift shortcut. Another great
benefit for this mode in NPP would be the ability to be able to change the
behaviour
of the ctrl-pos1 ctrl-end shortcut from e.g.: "jump to the end of file" to "jump
to the same column in the last line".
I do not intend to suggest giving up the fast and easy alt-column-selection,
but only in adding one more button/mode similar to the "show invisible
chars"-mode.
What do you think of it?
BTW: Thanks for this already great editor! :))
Best regards, Ralph Gutmann.
______________________________________________________________________
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: Mon, 22 Oct 2007 06:09:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Column mode - Just for insert does not wo
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=4581751
By: nobody
Hi again,
oops, forgot one feature:
When having selected multiple columns, stroking keys result into changing
all chars to the same new value. That's fine.
But what should be the correct behaviour when an empty column is selected?
Ultraedit's answer: column inserts! (One new column per keystroke, selection
is still there an moves with each new character column) This is ingeniuos and
the only resonable thing to do, isn't it?
Best regards again, Ralph.
______________________________________________________________________
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, 22 Oct 2007 05:11:37 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Error in
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=4581677
By: nobody
Notepad not open scripts generated by this link
Http://www.phpobjectgenerator.com/
phpedit open file is OK!.
notepad++ error Fatal
______________________________________________________________________
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: Mon, 22 Oct 2007 06:30:04 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Can
I select a huge number of lines easil
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=4581776
By: mmtsuchi
One trick : (with no bookmarks)
you place the cursor at the beginning of the block you want to delete,
you navigate to the end of the block you want to delete, WITHOUT moving cursor,
you press "maj" key + click at th end of the block.
This is not what you want, i know, but it is near.
Sorry for my english, I'm french.
______________________________________________________________________
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, 22 Oct 2007 07:29:27 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Keyword containing
space
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=4581871
By: nobody
Hi,
I'm having a little problem creating my own syntax definition and I am still
hopeful, that the problem can be solved using Notepad++.
I have a scripting language where the following rules apply:
TRACK DATA$ is a keyword
TRACK is not a keyword
J LINK TYPE is a keyword
J, LINK, TYPE are not keywords
Can I specify this in Notepad++? Unfortunately there is no reliable
end-of-statement
sign, the language parser is completely aware of the commands and expected
syntax.
Thanks a lot!
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 17, Issue 62
*************************************************