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] Define Whitespaces for Search and
Replace (SourceForge.net)
2. [notepad-plus - Help] RE: Define Whitespaces for Search and
Replace (SourceForge.net)
3. [notepad-plus - Help] RE: Making DOS commands run in window
(SourceForge.net)
4. [notepad-plus - Open Discussion] Feature Request: Give all
Language Files (SourceForge.net)
5. [notepad-plus - Help] RE: Reopen files (SourceForge.net)
6. [notepad-plus - Plugin Development] RE: FTP upload
(SourceForge.net)
7. [notepad-plus - Open Discussion] RE: Why does Notepad++
bottom scrollbar not w (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Why does Notepad++
bottom scrollbar not w (SourceForge.net)
9. [notepad-plus - Help] RE: Ctrl-Z (SourceForge.net)
10. [notepad-plus - Open Discussion] RE: I'm apalled (SourceForge.net)
11. [notepad-plus - Open Discussion] RE: if (Notepad++ == v4.1.2)
return true; (SourceForge.net)
12. [notepad-plus - Open Discussion] RE: Feature request: Add a
mark for modified file (SourceForge.net)
13. [notepad-plus - Help] RegExp to rid junk code from HTML tags
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Tue, 26 Jun 2007 03:59:30 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Define Whitespaces
for Search and Replace
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=4381830
By: nobody
Hi! I miss the placeholder definition possibility in the Search and Replace
function. For example I have a blacklist for Spamprotection looks like this
[...]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[...]
so here is used as placeholder a star '*', before '@'. This means don't accept
any mails from any user from this server. So now I want to edit this list. For
example I want to remove all servers that end with '.cc'. I have the following
syntax [EMAIL PROTECTED] and I want to search for all the servers using
placeholder
which I define in a textfield, for example '~', and mark a checkbox that I want
to use a placeholder. Best Regards!
______________________________________________________________________
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: Tue, 26 Jun 2007 04:34:46 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Define
Whitespaces for Search and Replace
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=4381888
By: nobody
You should use Regular Expression!
In Notepad version 4.1.2 type this expression:
[EMAIL PROTECTED]
In older version type expression:
[EMAIL PROTECTED]
______________________________________________________________________
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: Tue, 26 Jun 2007 05:26:48 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Making DOS
commands run in window
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=4381952
By: seanhess
I couldn't find one exactly, but you can bind a shortcut to bringing up the
NppExec box (F6 is the default). Since it remembers your last choice in the
dropdown menu, you can just hit F6, then Enter and it will run the last one
you chose.
I remapped it to F1 so it was easier to hit.
______________________________________________________________________
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: Tue, 26 Jun 2007 05:39:44 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature
Request: Give all Language Files
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=4381966
By: seanhess
Hi, I've been using Notepad++ for a couple of days. I'm a strong SciTE user,
and I'm very impressed with what you've done. Notepad++ is much easier to use
and configure.
However, creating my own languages (Actionscript 3 and Flex in this case) has
been very, very difficult. I'm beginning to think it would have been easier
in Scite.
The reason why, although not obvious at first, is that Scite lets you copy an
existing language definition file and modify it. Your user defined languages
feature is great for simple languages, but implementing an xml-based one (Flex)
is all but impossible.
If I could start from the XML and HTML ones though, it would be much, much
easier.
Is there any way you could use configuration files for ALL of the built in
languages,
and allow creating new languages simply by copying a file and importing a new
one or adding a line to some other file, or something? I know you have the
keywords in files right now, but that doesn't help me figure out how to get
a blue background between <script> tags like in HTML, or to show me errors in
formatting in xml.
Thanks!
~sean
______________________________________________________________________
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: Tue, 26 Jun 2007 06:25:41 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Reopen files
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=4382014
By: nobody
Is there a way to disable this. I find it infuriating that everytime I open
N++ I have to close all of the files I was using last time.
______________________________________________________________________
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: Tue, 26 Jun 2007 07:03:13 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
FTP upload
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=4382089
By: nobody
I've tried Netdrive. It worked, but it was very slow. N++ seems to list the
directory multiple times causing a lot of ftp access. If the file system access
could be limited, then the netdrive approach might be usable.
______________________________________________________________________
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: Tue, 26 Jun 2007 07:41:10 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Why
does Notepad++ bottom scrollbar not w
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=4382162
By: nobody
The issue with long lines is, afaik, a scintilla issue, so...
______________________________________________________________________
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: Tue, 26 Jun 2007 07:46:52 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Why
does Notepad++ bottom scrollbar not w
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=4382181
By: seanhess
Use the key commands when you get past the end of the buffer. Control + ->
will take you one work to the right.
You can always hit end on your keyboard too.
______________________________________________________________________
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: Tue, 26 Jun 2007 11:13:26 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Ctrl-Z
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=4382523
By: nobody
I too am having problem with Ctrl-z.... It used to work just fine in version
3. In version 4.1.2, it sometimes does the job, but most of the time it goes
back nowhere. Actually I have not been able to figure out its real behavior.
Andr? Joubert
[EMAIL PROTECTED]
______________________________________________________________________
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: Tue, 26 Jun 2007 12:22:04 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: I'm
apalled
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=4382611
By: bdb4269
I'm apalled that seemingly, this thread has caused, the "coming soon" references
to the fictitios adult toys to be removed from the shop 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: Tue, 26 Jun 2007 13:04:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: if
(Notepad++ == v4.1.2) return true;
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=4382675
By: nobody
Don,
"Find in files" with "In all sub-folders" checked sometimes causes 4.1.2 to
crash. It seems to happen when the base folder is pretty big (>1GB).
Is this a known bug? Is it still due to the memory leak problem?
Thks,
Vincent
______________________________________________________________________
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: 12
Date: Tue, 26 Jun 2007 13:12:51 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Feature request: Add a mark for modified 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=4382688
By: nobody
is there anyway to clear or reset this flag, so that it looks as if the file
was saved and no changes were made? dont really care if the undo buffer gets
erased (it would be cool to retain it 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=331753
------------------------------
Message: 13
Date: Tue, 26 Jun 2007 13:25:23 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RegExp to rid junk
code from HTML tags
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=4382706
By: nobody
I am having trouble with RegExp. I am trying to remove Front Page type junk
from the inside of <td> tags while keeping all the real data. So I want to
search and replace: <td example junk here> to just <td>
But not the entire string like this: <td example junk here>Real Data Here</td>
The odd thing is I make a RegExp that works for the first occurrence of <td
example junk here>. After that that exact same text is not detected even though
I can clearly see it is the same text. Am I doing something wrong 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=331754
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 13, Issue 47
*************************************************