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] Default directory? (SourceForge.net)
2. [notepad-plus - Open Discussion] No Hex View function in
v4.1.2 ? (SourceForge.net)
3. [notepad-plus - Plugin Development] RE: Is there a way to
remove the word 'function' (SourceForge.net)
4. [notepad-plus - Open Discussion] RE: Ginormous files
(SourceForge.net)
5. [notepad-plus - Open Discussion] RE: File extension eg. .txt
(SourceForge.net)
6. [notepad-plus - Plugin Development] RE: New supported
languages in FunctionListPl (SourceForge.net)
7. [notepad-plus - Open Discussion] RE: Recently open files stay
(SourceForge.net)
8. [notepad-plus - Open Discussion] RE: if (Notepad++ == v4.1.2)
return true; (SourceForge.net)
9. [notepad-plus - Open Discussion] RE: What is Find Volatile?
(SourceForge.net)
10. [notepad-plus - Open Discussion] RE: No Hex View function in
v4.1.2 ? (SourceForge.net)
11. [notepad-plus - Open Discussion] RE: No Hex View function in
v4.1.2 ? (SourceForge.net)
12. [notepad-plus - Help] RE: Default directory? (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Tue, 22 May 2007 18:10:48 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Default directory?
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=4325777
By: tom-ingram
I've searched everywhere for a place to change the directory shown in the open
dialogue. I just can't find an option for this anywhere. It keeps opening to
C:\Program Files\Notepad++, meaning I have to make several clicks to get
anywhere
near the directory I'm going to. Does anyone know how to change this?
______________________________________________________________________
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, 22 May 2007 19:43:50 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] No Hex
View function in v4.1.2 ?
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=4325849
By: nobody
I cannot find the same function "View in Hex editor" as that in v4.0. Now I
have to use TextFx->Convert->convert text to Hex-16 to do the same thing. But
I just want to view but not edit 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: 3
Date: Tue, 22 May 2007 20:23:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Is there a way to remove the word 'function'
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=4325870
By: nobody
Thanks, that works if no params passed to my functions, but still the same
problem
for all the functions with params passed, like this:
function DoSomething(param1 : string): boolean;
begin
do something
end;
______________________________________________________________________
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: 4
Date: Tue, 22 May 2007 22:25:59 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Ginormous 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=4325974
By: coder775
I'd guess from the silence: Probably not. It's primarily a source code editor,
and source code files are not usually that big. :)
I've seen some other editors mentioned in similar threads on this forum.
--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: 5
Date: Tue, 22 May 2007 22:29:02 -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=4325981
By: coder775
The "Save as type:" field just filters the file list to display files of the
indicated type. For now, it doesn't check to see if a valid file type has been
appended; it just writes the file with the explicit name given, without
modification.
Maybe in a later version. --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: 6
Date: Tue, 22 May 2007 22:36:10 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
New supported languages in FunctionListPl
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=4325985
By: nobody
Sorry I tried to get ruby rules working, but I couldn't figure out the regex
engine, apparently.
they're very simple:
def function_name(parenthesis, optional)
'body'
end
All names are [a-z0-9_]
other block openers are begin, loop, while, do, if, case, and some others that
I can't think of...
______________________________________________________________________
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, 22 May 2007 22:41:02 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Recently open files stay
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=4325986
By: coder775
My guess is that it probably became difficult to keep track of the previous
session once you started with a separate file load.
I recommend that you turn off the "Remember the current session for next launch"
checkbox and use "Save Session..."/"Load Session.." on the File menu to deal
with sessions.
First get version 4.1.2 (or later), 4.1.1 doesn't properly show the state of
the session-saving flag. Then go to the MISC tab of the Preferences dialog
and uncheck the "Remember the current session for next launch" and click the
close button. --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: 8
Date: Tue, 22 May 2007 23:16:01 -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=4326021
By: coder775
Well, I haven't found any "critical bugs" yet. It will take a while to use
all the features of the program before I can say, "It's good."
Still, version 4.1 has some nice feature enhancements. The "Find in Files"
docked results pane is a very practical improvement over the previous dialog
view.
I'll probably be posting some feature requests over the next few weeks, though.
We're never satisfied, are we? (But that's not a bad thing, really. :-) )
--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: 9
Date: Tue, 22 May 2007 23:17:31 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: What
is Find Volatile?
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=4326022
By: coder775
Don't forget Incremental Search...
Find brings up a dialog, and the word you search for is remembered for
subsequent
finds via the Find Next command (default F3).
Volatile finds are quick searches for other occurrences of the currently-marked
block of text. If no text is marked, the current word under the cursor is
marked
the first time the volatile find command is executed. I think it's called
volatile
because the find text is not remembered; it only searches for the
currently-marked
block. --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: 10
Date: Tue, 22 May 2007 23:26:36 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: No
Hex View function in v4.1.2 ?
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=4326025
By: coder775
There are some conflicts that arose in certain circumstances with recent Hex
Editor plugin versions and Notepad++ versions 4.x. The plugins are not
included,
but you can get them at the Plugins page:
http://sourceforge.net/projects/npp-plugins
Put the HexEditor.dll that you download from there in your Notepad++\plugins
subdirectory. Since you have Notepad++ 4.1.2, it might work if you put in your
%APPDATA%\Notepad++\plugins directory.
If you have any trouble with it, the author of the HexEditor.dll plugin is
working
on resolving the issues. --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: Tue, 22 May 2007 23:29:52 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: No
Hex View function in v4.1.2 ?
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=4326030
By: coder775
And see this thread for a link to a recent version, if 0.8.3 or later is not
at the Plugins site mentioned in the previous post:
http://sourceforge.net/forum/forum.php?thread_id=1739053&forum_id=331754
--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: 12
Date: Tue, 22 May 2007 23:44:36 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Default
directory?
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=4326040
By: coder775
If you do a search on the forum, you might have to qualify the search. For
example, use "default directory" (with the quotes) as the search string.
Here are a couple of workarounds I've found:
Create a shortcut to launch Notepad that has the desired directory as a target
in the "Start in" field:
http://sourceforge.net/forum/message.php?msg_id=4203565
The second is a clever workaround that adds great flexibility to the default
behavior:
http://sourceforge.net/forum/message.php?msg_id=4010977
"In the meantime, a good workaround is to place shortcuts to the directories
you commonly use in c:\program files\notepad++. Give them names that cause them
to appear at the top of the list, so that you can easily find them."
Thanks to pshute for this! --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=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 12, Issue 74
*************************************************