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 - Plugin Development] RE: Create    Window
      (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE: Create    Window
      (SourceForge.net)
   3. [notepad-plus - Plugin Development] Update        Documents Plugin
      (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: I'm apalled (SourceForge.net)
   5. [notepad-plus - Help] Extract Email (SourceForge.net)
   6. [notepad-plus - Plugin Development] RE:   QuickText Plugin
      (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE: Can we    make DOCKABLE
      Window with Plug-in (SourceForge.net)
   8. [notepad-plus - Help] RE: Can we make DOCKABLE    Window with
      Plug-in (SourceForge.net)
   9. [notepad-plus - Open Discussion] Features that    still force me
      to use UE. (SourceForge.net)


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

Message: 1
Date: Fri, 29 Dec 2006 12:45:23 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Create  Window
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=4077695
By: missionpilot

Hey D.G. JAdeja,

Don is right, the hModule is synonymous for the hInstance handle, but instead
of using CreateWindow(Ex), I have found that using CreateDialog(Ex) is 
convenient
also. Especially when you're making little pop-up input/output windows.

I usually put a statement like this in a resource file
IDD_DLGEXAMPLE DIALOG  10, 10, 400, 200
STYLE WS_POPUP | WS_BORDER
CAPTION "Example!"
{

    LTEXT "Name:", IDC_LBLSTATIC, 10, 10, 50, 10
    EDITTEXT IDC_TXTNAME,         60, 10, 100, 10, ES_AUTOHSCROLL

}

and then instantiate it with
DialogBox( hModule, MAKEINTRESOURCE( IDD_DLGEXAMPLE ), nppData._nppHandle,
(DLGPROC)DlgExampleProc );

Cordially,
John

______________________________________________________________________
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: 2
Date: Fri, 29 Dec 2006 12:46:59 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Create  Window
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=4077697
By: missionpilot

Woops...I meant DialogBox(Ex), and not CreateDialog(Ex).

Cordially,
John

______________________________________________________________________
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: Fri, 29 Dec 2006 20:06:44 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        Update  Documents 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=4078000
By: donho

Update Documents Plugin check the time stamp of your opened documents every
3 seconds to make sure the documents are updates.

The plugin is available here :
http://notepad-plus.sourceforge.net/commun/pluginsBin/NppDocUpdater_v1.0_.zip

Go to Download Section to get the source files if you want.

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=482781



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

Message: 4
Date: Fri, 29 Dec 2006 20:20:18 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: I'm
        apalled
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=4078007
By: nobody

Quite frankly I'm appalled by the fact that people consider it "immoral" to
sell sex toys.

______________________________________________________________________
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: Sat, 30 Dec 2006 04:45:04 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Extract Email
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=4078183
By: nobody

I've got a database file looking like this and want to extract only the mail
adresses.

Wittenwilerstr.# Aadorf'[EMAIL PROTECTED]
Chbtelstr.# Aadorf*>[EMAIL PROTECTED]
Wittenwilerstr.# Aadorf*%:[EMAIL PROTECTED]://www.change.ch

I'm a real newbie on notepad++. Does anywone have a clue how to replace the
funny characters before and after the email address?

Thanks Chif

______________________________________________________________________
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: Sat, 30 Dec 2006 05:03:08 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        QuickText 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=4078199
By: donho

Where can I find the binary to test?

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=482781



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

Message: 7
Date: Sat, 30 Dec 2006 06:07:48 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Can we  make DOCKABLE Window with Plug-in
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=4078238
By: donho

> Can we make DOCKABLE Window with Plug-in ? 
On the future version of Notepad++, yes.

We are working on it for the next release (v4.0).
Contact me at don_DOT_h_AT_free_DOT_fr if you want to the dockable demo and
latest binary to develop and test your dockable plugin dialog.

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=482781



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

Message: 8
Date: Sat, 30 Dec 2006 06:09:00 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Can we make
        DOCKABLE        Window with Plug-in
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=4078239
By: donho

> Can we make DOCKABLE Window with Plug-in ? 
yes.

See : 
http://sourceforge.net/forum/message.php?msg_id=4078238


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=331754



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

Message: 9
Date: Sat, 30 Dec 2006 06:40:34 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Features
        that    still force me to use UE.
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=4078261
By: saurian

Ultra Edit has a few things that I think it just does better that I'm hoping
will be updated in NP++ someday so I can ditch the proprietary stuff.
---
Column select mode....

In UE I can select a margin between characters (a.k.a a straight line up and
down with no actual characters selected) and start typing, having the characters
I type show up at that point in each line. This can not be done in NP++ column
mode.
---
Regular expression replacement....

Say I want to replace the beginning of each line with specific text. I could
use the above method. Or I could try and run a replace of "^" (regular 
expression
beginning of line) with the text I desire. This works in UE. This does not work
in NP++. You have to have at least one character following it for some reason.
The same goes for end of line "$".
---
Replacement limited within column mode selected text....

In UE I can select an area of text using column mode, then replace text clicking
"Selected text only" and this works correctly. If this is tried in NP++ the
replacement goes beyond the area selected in column mode on each line.
---
Obviously I do alot of text editting where text is highly correlated to certain
character positions on each line.

If the above features can be integrated somehow into NP++ then maybe finally
I can toss out UE.

______________________________________________________________________
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



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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

_______________________________________________
Notepad-plus-plus mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 7, Issue 39
************************************************

Reply via email to