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] RE: Why can't I save updates to a lang
definition (SourceForge.net)
2. [notepad-plus - Help] RE: find dialog defaults to selected
word(s) (SourceForge.net)
3. [notepad-plus - Help] RE: User defined folding with
indentation (SourceForge.net)
4. [notepad-plus - Help] RE: iso-latin-9 (iso-8859-15) is not
possible..? (SourceForge.net)
5. [notepad-plus - Open Discussion] RE: v5.4 RC (SourceForge.net)
6. [notepad-plus - Plugin Development] RE: Finding plugins
(SourceForge.net)
7. [notepad-plus - Open Discussion] RE: Feat.Req: Correct file
associations! (SourceForge.net)
8. [notepad-plus - Plugin Development] Search as you Type
(SourceForge.net)
9. [notepad-plus - Plugin Development] File Switcher 1.0 -
keeping current selection (SourceForge.net)
10. [notepad-plus - Open Discussion] RE: Requests for
enhancement: several (SourceForge.net)
11. [notepad-plus - Plugin Development] RE: Search as you Type
(SourceForge.net)
12. [notepad-plus - Open Discussion] RE: Requests for
enhancement: several (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Mon, 11 May 2009 11:36:20 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Why can't I
save updates to a lang definition
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=7385590
By: cchris
You cannot save because there is no need to. Changes you perform apply on the
fly, as you can see if you dock the dialog side by side with your active
document.
The "Save" button works more like a "Save As" feaure - perhaps a better name
for it.
I second your request for more operators, as << ... >> Eiffel ttype bracets
are not supported either.
CChri
______________________________________________________________________
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, 11 May 2009 11:42:43 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: find dialog
defaults to selected word(s)
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=7385597
By: cchris
Find Next (volatile), or Find Previous (volatile).
CChris
______________________________________________________________________
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, 11 May 2009 11:48:39 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: User defined
folding with indentation
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=7385604
By: cchris
Get LexPython.cxx from the Scintilla source, study the code, and then either
mmake an internal or external lexer for your language.
Internal means you don't have to implement a standard plugin interface, but
need to recompile SciLexer into something non standard.
Using an external lexer is more work, but your product will be distributable
as any regular NP++ plugin. Your choice.
CChris
______________________________________________________________________
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: Mon, 11 May 2009 11:56:05 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: iso-latin-9
(iso-8859-15) is not possible..?
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=7385616
By: cchris
You can always define a macro for "€" and bind it to Ctrl-Alt-E (that's
how AltGr-E) translates). I assume this is the way you want to type it.
If you are using an ANSI Notepad++, then you may want to play with ConvertExt
plugin to define an encoding that your client program is happy with. I have
no experience with that though.
CChris
______________________________________________________________________
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: Mon, 11 May 2009 12:35:59 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: v5.4
RC
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=7385676
By: cchris
Edit: Plugin Central is to be found at
https://apps.sourceforge.net/mediawiki/notepad-plus/index.php?title=Plugin_Centr
al
(Central replaced central)
CChris
______________________________________________________________________
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, 11 May 2009 12:38:19 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Finding plugins
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=7385679
By: cchris
Edit: Plugin Central is now to be found at
https://apps.sourceforge.net/mediawiki/notepad-plus/index.php?title=Plugin_Centr
al
(Central replaces central)
CChris
______________________________________________________________________
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: Mon, 11 May 2009 13:19:58 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Feat.Req: Correct file associations!
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=7385742
By: coolplayer
Good Idea :-)
______________________________________________________________________
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, 11 May 2009 13:44:06 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Search as you Type
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=7385779
By: rbrotherton
Is there a plug-in anywhere that allows the search in Notepad++ to search as
you type?
This type of search seems to be much more efficient, and saves me a lot of 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=482781
------------------------------
Message: 9
Date: Mon, 11 May 2009 14:47:46 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] File
Switcher 1.0 - keeping current selection
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=7385889
By: fool4uanyway
Does(n't) File Switcher respect and keep the current selection of a document
when switching to it?
Or is this general behavior? I would very much like to:
- have the same view on the same document when I return as when I left it
- have the same text selected
- this text may be out of view!
I would suggest to call all objects "documents" as a new document may be created
without it having been saved as a file.
______________________________________________________________________
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: 10
Date: Mon, 11 May 2009 15:29:28 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Requests for enhancement: several
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=7385947
By: im2crazy4u
Item 4 is likely not going to happen. The indent settings are application
options
and not language options. I personally like them to be the same in all languages
then I don't have to worry if it's spaces or tabs.
Good luck
______________________________________________________________________
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, 11 May 2009 15:50:04 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Search as you Type
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=7385972
By: rbrotherton
Disregard post please, I got help in the IRC channel.
If someone finds this post in the future there is an incremental search feature
built into Notepad++. Go to Settings > Shortcut Mapper to map it to a hotkey.
(default is Alt+Ctrl+I)
______________________________________________________________________
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: 12
Date: Mon, 11 May 2009 17:10:23 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Requests for enhancement: several
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=7386119
By: joleg74
im2crazy4u: However, in Visual Studio, they are by file type.
See Tools | Options | Text Editor
For each type, there's a specific setting for tabs. Not only does it specify
the use of tabs or spaces, but also the indent size.
I think this should be added in the desired features list and looked into at
some point.
______________________________________________________________________
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
------------------------------
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 36, Issue 28
*************************************************