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] "Languages"-toolbar-button or command?
(SourceForge.net)
2. [notepad-plus - Help] RE: Replace in multiple files
(SourceForge.net)
3. [notepad-plus - Open Discussion] RE: v5 beta: Auto-completion
and calltips (SourceForge.net)
4. [notepad-plus - Open Discussion] RE: v5 beta: Auto-completion
and calltips (SourceForge.net)
5. [notepad-plus - Open Discussion] RE: v5 beta: Auto-completion
and calltips (SourceForge.net)
6. [notepad-plus - Open Discussion] Specify the folder to look
in on Open File (SourceForge.net)
7. [notepad-plus - Open Discussion] RE: Specify the folder to
look in on Open File (SourceForge.net)
8. [notepad-plus - Help] RE: Replace in multiple files
(SourceForge.net)
9. [notepad-plus - Open Discussion] RE: v5 beta: Auto-completion
and calltips (SourceForge.net)
10. [notepad-plus - Help] RE: Replace in multiple files
(SourceForge.net)
11. [notepad-plus - Open Discussion] RE: php function tips
(SourceForge.net)
12. [notepad-plus - Help] colors for other file extensions (2nd
round) (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Mon, 23 Jun 2008 14:09:43 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help]
"Languages"-toolbar-button or command?
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=5049397
By: phareon
Hey guys,
is there an other way to open the "languages"-menu than using the
standard-menu-entry
"languages" ? Maybe a hotkey-combination?
I like the new "hide menubar"-feautre in N++ 5.0 beta and the "languages"-entry
is the only entry I'm using from the menubar.
The "Spell-Checker"-button would be predestined for a "language-switch-button"
so I hope there will be the possibility of customizing the toolbar soon.
______________________________________________________________________
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: Mon, 23 Jun 2008 14:11:23 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Replace in
multiple 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=5049401
By: phareon
Not yet. Open the files you want toe search&replace and use the "replace in
open documents"-function (sorry, I'm using the german version) in
the search&replace-dialogue.
______________________________________________________________________
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: Mon, 23 Jun 2008 15:15:45 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: v5
beta: Auto-completion and calltips
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=5049546
By: harrybharry
As of yet, the XML files do not support any other character than
0-9, a-z, A-Z and _ . I see you have some dots in there for namespace (or
whatever
its actually called), which will not works.
Also, there are two ways for sorting:
Case insensitive, this is what you seem to need considering the ignoreCase tag:
A-Z and a-z are considered equal, and most non-alphabetic characters come
_after_
those.
so it could be sorted like:
filea
FileB
file_exists
Case sensitive:
a-z and A-Z do not overlap, and some characters are in between the two or after
a-z.
In this case, the ordering would probably be something like
FileB
file_exists
filea
since upper case letters come first and underscore is before lowercase letters.
The TextFX has some sorting functions which work exactly as they should. Also,
I'm making a tool which will read
a XML file and do any sorting needed for you. Your XML file sorted + the tool
can be found here:
http://localhostr.com/files/3b5f17/remdup.zip
Its still in development but it should sort of do the job. It was intended to
remove duplicates (hence the name),
but I thought it could do some sorting as well.
It removes the comments though:
http://localhostr.com/files/19899c/remdup.zip
The reason it depends on the sorting is that
-Scintilla depends on it for autocomplete
-Calltip depends on it to make searching just a little more efficient (not much
point in search from 't' of the function starts with an 'f')
______________________________________________________________________
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, 23 Jun 2008 16:10:43 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: v5
beta: Auto-completion and calltips
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=5049668
By: janschreiber
Thanks a bunch man, that clears things up quite a bit. I will try the
combination
case-insensitive sorting/ignoreCase first and eventually delete the dotted
keywords
if that doesn't help. I don't like the latter idea though, because it is
immensely
helpful if you start typing "voice" and see all the voice commands, for example.
Whatever, thanks for the 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=331753
------------------------------
Message: 5
Date: Mon, 23 Jun 2008 16:46:40 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: v5
beta: Auto-completion and calltips
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=5049711
By: janschreiber
Hm, weird, now I've removed all keywords with dots in them, and still I get
calltips only for "assert". The file is here:
http://localhostr.com/files/8eed83/omni-bot.xml
______________________________________________________________________
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, 23 Jun 2008 18:37:58 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Specify
the folder to look in on Open 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=5049911
By: dmccunney
I run Notepad++ under Windows XP Pro. N++ is started by a shortcut, which
specifies
the My Documents folder for my account as the Start In: directory.
Under prior versions of N++, that had the editor default to looking in the My
Documents folder when I clicked File/Open. I just installed N++ 5.0 beta, and
it seems broken. The shortcut hasn't been changed, but the Open action defaults
to the N++ directory under Program files.
Am I missing something obvious, or is this behavior broken in N++ 5? What it
seems to do now is default to the directory of the last file I opened, which
isn't normally what I want.
______
Dennis
______________________________________________________________________
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, 23 Jun 2008 18:54:29 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Specify the folder to look in on Open 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=5049954
By: dmccunney
Yes, that did it. The preference was unchecked. I checked it and things now
work as expected.
Thanks!
______
Dennis
______________________________________________________________________
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, 23 Jun 2008 19:01:49 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Replace in
multiple 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=5049962
By: fool4uanyway
Yea, right. How do I open all those file I want to replace something in? I may
have to search for them first if I don't want to open all files from a certain
directory or even including subdirectories??
Reading suggestion:
"copy to clip all text matching regex pattern" (Help forum)
http://sourceforge.net/forum/forum.php?thread_id=2012623&forum_id=331754
This thread contains the following message:
"Tools to find and copy regex matches in files" - 2008-04-19 23:49
http://sourceforge.net/forum/message.php?msg_id=4915704
You may be able to use TextCrawler to do all the work at once: search and
replace.
It allows you to also back up the original files.
You can use Agent Ransack to find all files to be edited, select and open them
all in Notepad++ and do some further editing there.
______________________________________________________________________
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: Mon, 23 Jun 2008 19:03:43 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: v5
beta: Auto-completion and calltips
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=5049963
By: harrybharry
Ok, this is a bug in Notepad++, Calltips were always expecting a case-sensitive
sort. This will be fixed in the next release.
The calltips do not support the dot because its actually an operator in most
languages, meaning you can use a space too, and the name preceding
can be anything. Since the parser is very simple and 99% of the cases the dot
is used on variables instead of static names, I've opted to ignore them.
Maybe someone someday makes a proper IntelliSense clone, but that's doubtful :)
______________________________________________________________________
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, 23 Jun 2008 19:13:00 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Replace in
multiple 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=5049991
By: fool4uanyway
How many times has this been asked before??
"[Feature request] Search Replace In Files" (Open Discussion forum)
http://sourceforge.net/forum/forum.php?thread_id=2034092&forum_id=331753
This thread contains a similar message:
"RE: [Feature request] Search Replace In Files" - 2008-05-10 21:17
http://sourceforge.net/forum/message.php?msg_id=4956152
So please try to find out first if the answer is already on one of the forums
before asking a question again (and again...).
______________________________________________________________________
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: 11
Date: Mon, 23 Jun 2008 19:59:19 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: php
function tips
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=5050059
By: harrybharry
The new 5.0Beta has this capability. It will show if you press
ctrl-shift-spacebar,
or if you go to preferences->Backup/Autocompletion, you can enable it to show
automatically.
Note that it is still beta, so it might not work correctly and not all APIs
support it. In fact, only PHP has some degree of functionality in this respect.
______________________________________________________________________
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: Mon, 23 Jun 2008 20:26:12 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] colors for other
file extensions (2nd round)
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=5050102
By: jklibby
Hi - I posted a thread 2 weeks ago about this issue, but no one has replied
to it. It seems like a pretty generic question, so I am surprised by this.
Let's try this again:
How do I specify color coding for other types of file extensions that aren't
included in the stylers.xml?
For example, if I want to color-code a basic file (.bas), how do I do this?
Is there a default color coding scheme for extensions not specified? When I
opened up a .inc file, it had color coding, but in the stylers.xml file, I don't
see anything for .inc files, so I'm assuming it's defaulting to somewhere.
When I opened up a .bas file, it had no color coding.
Thanks,
Jackie
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 25, Issue 30
*************************************************