Send Notepad-plus-plus mailing list submissions to
        notepad-plus-plus@lists.sourceforge.net

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] How to use search and       replace over
      sessions? (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE:   Notepad++ like
      Textmate or e-texteditor? (SourceForge.net)
   3. [notepad-plus - Help] RE: How to use search and   replace over
      sessio (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE: A speech plugin
      (SourceForge.net)
   5. [notepad-plus - Plugin Development] RE: Need      input on the
      future of Simple Script (SourceForge.net)
   6. [notepad-plus - Plugin Development] New   External Lexer
      Support Template/Tutorial (SourceForge.net)
   7. [notepad-plus - Help] User Define Dialog Box      Freezing
      (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE: New       External Lexer
      Support Template/Tutor (SourceForge.net)
   9. [notepad-plus - Help] RE: User Define Dialog      Box Freezing
      (SourceForge.net)
  10. [notepad-plus - Help] userDefineLang.xml (SourceForge.net)
  11. [notepad-plus - Help] RE: User Define Dialog      Box Freezing
      (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: "DonHo"      should be fired
      (SourceForge.net)


----------------------------------------------------------------------

Message: 1
Date: Sun, 06 Jan 2008 13:15:47 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] How to use search
        and     replace over sessions?
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=4706533
By: nobody

I would like to use the same search and replace text over different sessions.
As far as I can tell the search and replace history is not saved.

Is there a roundabout way to do this? Perhaps recording a macro? If so, how?

Thank you in advance for any advice.


______________________________________________________________________
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: Sun, 06 Jan 2008 13:21:59 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Notepad++ like Textmate or e-texteditor?
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=4706541
By: fidvo

I don't know anything about TextMate or E-texteditor, but as far as a folder
explorer as a left panel, there are actually two plugins in Notepad++ that do
something like this: Explorer and Lite Explorer.  I'm not sure if they both
come standard with Notepad++, but if not, you can download them.


______________________________________________________________________
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: Sun, 06 Jan 2008 13:35:58 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to use
        search and      replace over sessio
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=4706562
By: fidvo

Since you're mentioned recording a macro, I assume that you're not just talking
about running it on a few files, but something that you want to save for future
reference.

That's exactly what I created the Simple Script plugin for.  I suggest you 
download
it from the Notepad++ plugins project page:

http://sourceforge.net/project/showfiles.php?group_id=189927

In this case, you would write a script with one or more lines of the following
type:

replace("oldtext","newtext")

You can then save this script to a file and load it later to use as often as
you need, or add it to the SimpleScript.ini file so you can just choose it from
a list of your favorites.  At the moment I have no interface to the .ini file
built in to the plugin, so you have to edit it manually, but it's really not
that hard.

You can do much more than just search and replace, but that's what I originally
had in mind when I wrote Simple 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=331754



------------------------------

Message: 4
Date: Sun, 06 Jan 2008 13:37:33 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: A
        speech plugin
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=4706565
By: dxoch

Thank you for the feedback. I will consider both your (quite reasonable) remarks
(voices and pause/resume). Moreover, since I am Greek, I would like to use a
Greek (non-english in general) engine in the future, if I have the time...

Best regards
Jim Xochellis


______________________________________________________________________
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: 5
Date: Sun, 06 Jan 2008 14:06:46 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Need    input on the future of Simple Script
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=4706596
By: nobody

Here is my contribution again, now in this thread:

Perhaps creating a new document could be done by using a list similar to the
favorites, but without each template having to be activated or formed by some
kind of script. I think it would work best if the Simple Script would simply
create the document from its own list of favorite( template)s, when an item
is double clicked, for example. Creating would mean performing the steps 
descibed
above: creating a new document, copying the template into it, leaving the user
with the need to name his file as soon as he wants to save it, but allowing
him to directly edit it.
This way, it wouldn't be necessary to create both a template _and_ a script
to use that template in order to create a file with those contents. Having to
write a standard script for each template (possibly by using a template for
that...) is just one more step to make it less convenient.

Perhaps the Simple Script Plug-In could be extended somehow to support both
scripts and templates, allowing code to be generated from some kind of 
"standardized"
input.
 
I am thinking of simple SQL scripts I write for adding columns to a table. 
Perhaps
this could be automated in some way, based on a simple template containing some
default code or possibly multiple (parts of a) template(s). The user-made code
generate script could then contain function calls to create the full script
by (combining the parts of the template and) replacing some identifier words
like #TableName# by the correct tablename read from another template, file or
list. The same goes for columns to be added, including their types etc. I 
believe
the Simple Script Plug-In currently doesn't have loop functionality to read
items from a list and/or repeat actions, but adding this would enable this kind
of extended "automated" code scripting. How do you feel about this?

This could possibly also be done by storing information from a file (or) list
in variables, something like ReadLine/ReadVariable( FromFile, 
VariableToStoreLineIn
).
The file could possibly be read into a (new) document first to avoid have to
double code some steps, so the lines could simply be read from the document,
but of course the document will have to be created then.


______________________________________________________________________
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: 6
Date: Sun, 06 Jan 2008 15:15:39 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] New
        External Lexer Support Template/Tutorial
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=4706653
By: garthex

Hello developers!
Having been disappointed with the User Defined Languages and noticing the
capabilities of Scintilla, I decided to implement external lexer support through
plugins in Notepad++ (which is active in N++ 4.7.1 and higher). As such, I felt
it would be helpful for you to have a template to base your plugins on. (Most
of the template is borrowed from other code within Notepad++ and Scintilla)
I've documented the significant points of it.
http://rapidshare.com/files/81831321/MyLexerTemplate.zip

Also, here is the lexer I wrote for Garry's Mod 10 which uses Lua 5.1 (as of
the upcoming Gmod patch) with C++ mixed in.
http://rapidshare.com/files/81831283/GmodLua.zip

I order to compile either, first download and compile Notepad++ using Microsoft
Visual Studios 8. Then unzip either folder into the npp.4.6.src directory so
that the folder is sitting alongside the PowerEditor and scintilla folders.
Use Visual Studios to compile the plugin. Then look in the plugin's bin folder
and take the dll and the Config folder and drop it in Notepad++'s plugins 
folder.
Enjoy!

Any questions? feel free to ask.

-Garthex

______________________________________________________________________
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: Sun, 06 Jan 2008 15:52:00 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] User Define Dialog
        Box     Freezing
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=4706685
By: nobody

I only just got this problem today (I was using it fine yesterday) but the user
define dialog box has gone mental. Its docked, but I cant undock it, I cant
click on any of its buttons or tabs. The only one I can click on is "Create
New..." and even that you have to have your mouse over rare spots.
I cant select text from within NotePad++ either.
All other  buttons in NP++ are NOT clickable unless you mouse over the top left
quater of the icon :S. All menu options (file, edit.. ect) are fully working.

Im running windows vista and notepad++ 4.7.2
I'll restart and see if that helps at all.

- BigBob85

______________________________________________________________________
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: Sun, 06 Jan 2008 15:52:42 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        New     External Lexer Support Template/Tutor
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=4706687
By: garthex

I added copyright information. Both are licensed under the GPL.
http://rapidshare.com/files/81837481/MyLexerTemplate.zip
http://rapidshare.com/files/81837444/GmodLua.zip

Also, in case you were wondering what an external lexer is, it allows you to
use lexers exactly how they are in Scintilla, but through a plugin. This enables
you to have modified languages and be able to update Notepad++ and Scintilla
each update without recompiling yourself to include your language.

-Garthex

______________________________________________________________________
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: Sun, 06 Jan 2008 15:54:35 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: User Define
        Dialog  Box Freezing
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=4706688
By: nobody

What Plug-Ins do you use?

There are similar problems with the Simple Script Plug-In and another plug-in
in development stage.


______________________________________________________________________
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: Sun, 06 Jan 2008 16:04:12 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] userDefineLang.xml
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=4706694
By: nobody

I downloaded the autohotkey userDefineLang.xml and have it located in my
notepad++.exe folder.  Its not being picked up.  What am I missing?

______________________________________________________________________
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: Sun, 06 Jan 2008 16:05:44 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: User Define
        Dialog  Box Freezing
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=4706695
By: nobody

Just all the default installed ones

- BigBob85

______________________________________________________________________
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: 12
Date: Sun, 06 Jan 2008 16:13:09 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        "DonHo" should be fired
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=4706704
By: nobody

This dogooder guy needs to be banned. First build a project that rivals 
Notepad++
then complain.
Notepad++ is a great app, and is getting better and again to remind everyone
Don Ho and others are not getting paid for this. In anycase, I suggest to Don
Ho to move this project to Google, as on Sourceforge there are no moderators
and you cannot ban anyone

______________________________________________________________________
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

------------------------------

_______________________________________________
Notepad-plus-plus mailing list
Notepad-plus-plus@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 20, Issue 30
*************************************************

Reply via email to