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] Find in files should has its own
thread. (SourceForge.net)
2. [notepad-plus - Plugin Development] RE: Bug: Function List
for VB (SourceForge.net)
3. [notepad-plus - Help] RE: how replace text with linebreak?
(SourceForge.net)
4. [notepad-plus - Help] Custom tags (SourceForge.net)
5. [notepad-plus - Help] RE: Toolbar setting doesn't stick
(SourceForge.net)
6. [notepad-plus - Open Discussion] AutoCompletion with params
(SourceForge.net)
7. [notepad-plus - Help] Settings in "find in files"
(SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Feat
suggestion:Clickable URLs w/Ctrl pre (SourceForge.net)
9. [notepad-plus - Open Discussion] Problem with Regex
Implementation (SourceForge.net)
10. [notepad-plus - Open Discussion] RE: Autocompletion on typing
(SourceForge.net)
11. [notepad-plus - Open Discussion] TextPad-like text cursor
moving (SourceForge.net)
12. [notepad-plus - Open Discussion] RE: TextPad-like text cursor
moving (SourceForge.net)
13. [notepad-plus - Open Discussion] RE: File extension eg. .txt
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Wed, 06 Jun 2007 22:31:50 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Find in files
should has its own thread.
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=4349535
By: nobody
Hi developers,
I think that find in files feature should not make the main editing window
pause/stop working. I didn't get in to the source yer so I assume that find
in files doesn't have it's own thread and doesn't run in background. This
temporary
hang/pause problem made hard to use np++ for the big and lots of source file
(mine is linux kernel on a linux samba share). I do try "Programmer's Notepad"
find in files feature and love that the main editing window still can be using
while find process run in background. Hope np++ have some like this soon. I
am on windows vista.
Thank for your good works.
Wisut.
______________________________________________________________________
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, 06 Jun 2007 23:57:30 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Bug: Function List for VB
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=4349606
By: nobody
Oh, I examined the code again, and it happens when the javascript and vbscript
are in the same program unit. If the vbscript block is located behind the
javascript
block, the first vbs function can't appear in the Function List, like function
login in the following:
<%@ page contentType="text/html; charset=GBK" %>
<%@ page import="java.util.*"%>
<SCRIPT LANGUAGE="JavaScript">
<!--
//????????
function selectorg(o, id)
{
//????????????????????
if (currentPerformType == PERFORMTYPE_JOINTSIGN) {
}
}
//-->
</SCRIPT>
<script language="vbscript">
' ??
Function Login()
ret = key.LoginModule("00000000")
if ret = 0 then
key.MountDisk(txtPass.Value)
msgbox "????"
else
msgbox "????"
end if
End Function
' ??
Function Logout()
ret = key.CloseModule()
if ret = 0 then
msgbox "????"
else
msgbox "????"
end if
End Function
</script>
______________________________________________________________________
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: 3
Date: Thu, 07 Jun 2007 01:42:09 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how replace
text with linebreak?
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=4349719
By: nobody
great! this really helped, 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: 4
Date: Thu, 07 Jun 2007 03:03:08 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Custom 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=4349807
By: nobody
Hey everybody, i can i add custom tags with notepad++. I post to forums a lot
and they have little text box so I'd like to add tags like [code][/code] [b][/b]
an so on. Is there a plugin for this kind of thing?
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: 5
Date: Thu, 07 Jun 2007 06:25:54 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Toolbar setting
doesn't stick
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=4350054
By: nobody
I'm using v4.1.2 and am having the same problem. FYI, I'm sending Notepad++
to the system tray via TrayIt.
______________________________________________________________________
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: Thu, 07 Jun 2007 06:30:01 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
AutoCompletion with params
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=4350060
By: nobody
Hi there,
Is there any possibility to expand the code auto completion functionality with
a parameter list as a pop up note ?
Similar as in PHPEdit ?
NVL
nvl(at) nvl (dot) hu
______________________________________________________________________
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, 07 Jun 2007 07:19:17 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Settings in "find
in 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=4350141
By: nobody
The dialog windows of "find in files" never remember the settings.
Is this a bug ?
Thanks for 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: 8
Date: Thu, 07 Jun 2007 09:07:47 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Feat
suggestion:Clickable URLs w/Ctrl pre
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=4350324
By: donho
> cmon' don... that was... hit below the belt...
:)
"You're welcome to implement that." means "What you asked is quite difficult
to do, and I don't want to take my time to do that.".
> which is the worst part.. to get started
I can do some support (point to where you should start, answer your
question...etc).
If your implementation works and well done, then I'd love to include it in the
future release, otherwise since I'm quite busy either, I prefer to do the
features
in which I'm interested.
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
------------------------------
Message: 9
Date: Thu, 07 Jun 2007 09:19:13 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Problem
with Regex Implementation
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=4350341
By: nobody
It would seem that the regular expression library that N++ uses is broken or
simply improperly implemented. I was attemping to find the regex
"<\?[^=](.*?)\?>"
and it would appear that N++ is matching the question marks literally.
______________________________________________________________________
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, 07 Jun 2007 09:44:58 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Autocompletion on typing
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=4350386
By: coder775
I think autocompletion requires that you have a language selected for the file
you are editing, and the autocompletion lexicon for that language must be
installed
-- it's an option during installation. In version 4.1.2 (or later, I'd expect)
you can go to the website from the Help menu and find out more. --Joel
______________________________________________________________________
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, 07 Jun 2007 09:52:32 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
TextPad-like text cursor moving
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=4350399
By: date
Hello!
Notepad++ - really exellent code editor I ever see (some times ago the best
editor for me was TextPad).
But where are some features, by which TextPad better, then Notepad++ : it is
a "smart cursor moving".
What means if I delete or insert parts of text in same locuses on several lines,
cursor remember column, where I do it, and goes in that column, where I press
Up or Down keys.
In daily coding this ability have HUGE BEHOOF !!!!! And if you onece now it,
your will require it everythere, and will undergo really pains without it.
To my regret, I am beginner in coding, whats why hope that experienced peoples
will respond on it very good 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: 12
Date: Thu, 07 Jun 2007 09:59:30 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
TextPad-like text cursor moving
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=4350408
By: date
Forgot: cutsor remembers column, even if your move start of lines by inserting
one space simbol. Very comfortably.
______________________________________________________________________
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: Thu, 07 Jun 2007 10:24:59 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: File
extension eg. .txt
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=4350457
By: nobody
Joel,
The functionality of "Save as Type:" isn't to 'validate the file' extension,
nor is it to be used simply as a filter to see what else is in the directory.
If a user accidently types an existing file name, the system will ask re:
replace.
The actual function that more users use "Save as Type:" for is to append an
extension.
Since every single other application (not just text editors) operates correctly
by adding the selected extensin, users have (like me) are forced to change
habits
for this one app (not easy to do when 100% of all other applications don't
require
this) or continuously do a "Save as..." and remember to redo it.
My point being that while it isn't much 'harder' to type .php or .js onto the
end of a filename while saving it than to go to the save as type drop-down,
the habituation of users to other apps makes this big time annoying.
But alas, since it took some major digging to even find this thread, I guess
i am in the minority.
Dave
______________________________________________________________________
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 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 13
*************************************************