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]       NPPM_GETCURRENTSCINTILLA
      - Delphi (SourceForge.net)
   2. [notepad-plus - Help] Does Notepad++ install      data in the
      registry? (SourceForge.net)
   3. [notepad-plus - Help] RE: Wildcards (SourceForge.net)
   4. [notepad-plus - Help] RE: Wildcards (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: Compare      plugin
      (SourceForge.net)
   6. [notepad-plus - Help] RE: Wildcards (SourceForge.net)
   7. [notepad-plus - Help] Informix 4GL language       support
      (SourceForge.net)
   8. [notepad-plus - Help] RE: Wildcards (SourceForge.net)
   9. [notepad-plus - Plugin Development] RE:   Possible RC for
      Explorer 1.5.1 (SourceForge.net)
  10. [notepad-plus - Plugin Development] RE:   Explorer plug-in is
      slow on network drives (SourceForge.net)
  11. [notepad-plus - Help] RE: how to compare two      textfiles?
      (SourceForge.net)
  12. [notepad-plus - Help] RE: Auto detecting UTF-8    with no BOM
      (SourceForge.net)
  13. [notepad-plus - Help] RETOUR à LA LIGNE (SourceForge.net)


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

Message: 1
Date: Thu, 30 Aug 2007 13:37:17 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        NPPM_GETCURRENTSCINTILLA - Delphi
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=4493541
By: merijnb

Hi,

I'm confused on how NPPM_GETCURRENTSCINTILLA should work.
I've seen several samples, both in C++ and Delphi, but can't get it to work.
I'm using Delphi myself (the delphi example I saw was from zobo)

this function is quite similar to the sample I saw, fNPPHandle is the handle
to Notepad++ (which you get in setInfo()).
I'm quite sure that handle is OK.
This function always returns 0 though.

function TNPPInterface.GetCurrentPrimaryScintillaHandle: hwnd;
var CurEdit: integer;
begin
 SendMessage(fNPPHandle, NPPM_GETCURRENTSCINTILLA, 0, integer(@CurEdit));
 result := CurEdit;
end;

tia

Merijn

______________________________________________________________________
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: Thu, 30 Aug 2007 13:37:55 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Does Notepad++
        install data in the registry?
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=4493542
By: nobody

I have seen in the FAQ that Notepad++ stores its configuration information in
various files. Does Notepad++ store anything in the Windows registry, the 
Windows
system folders, or anywhere else or is it self-contained? Can it be uninstalled
by simply deleting its folders?

______________________________________________________________________
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: Thu, 30 Aug 2007 13:42:41 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Wildcards
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=4493551
By: nobody

It seems that all you need to replace. You can type Ctrl-H to bring up the 
replace
dialog box.

Enter 'abc="123"' in the 'Find what' box, enter 'xyz="123" />' in the 'Replace
with' box.

If you want to use Regular Expression, make sure you tick the 'Regular 
expression'
check box.

Cheers

______________________________________________________________________
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: Thu, 30 Aug 2007 13:48:50 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Wildcards
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=4493559
By: nobody

Ah. I forgot to add that the "123" isn't consistant throughout the 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=331754



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

Message: 5
Date: Thu, 30 Aug 2007 13:55:05 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Compare 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=4493568
By: nobody

@Ty Landercasper
Thank you for that little plug-in!

IMO it's a great extention to NP++, very useful indeed.
Alt+d works and the given colours are ok too.

Good work.

______________________________________________________________________
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: Thu, 30 Aug 2007 14:32:34 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Wildcards
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=4493760
By: nobody

Here is a quick tour of regular expression that NPP supports.

Cheers

______________________________________________________________________
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: 7
Date: Thu, 30 Aug 2007 14:40:51 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Informix 4GL
        language        support
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=4493770
By: nobody

Hi there,

I used ?User Defined Dialog? to add Informix 4GL to the supported
Languages.
The problem was for ?Folders?; Informix uses "End" keyword followed by another
keyword "if case, .." to indicate block end ?if ?.. end if?, ?function
?? end function? and so on.
Notepad Plus uses white space as list separator in XML configuration files;
so it recognize ?end if? as two different folder closing keywords.
I tried turn around using search & replace all ?end if? to ?endif? just
after opining the file and revert it back ?endif? to ?end if? just before
saving; it works but if there is a macro which can be used to do that it will
be helpful. Going farther if there is some sort of autorun macro which can be
called automatically from the open command to replace and another one to be
called from the save command it will be more helpful.

If someone knows how to create such macros, or know how to use another keyword
separator in the ?userDefineLang.xml? file please let me know; my mail is
[EMAIL PROTECTED]

Thanks
Ahmed Ihab


______________________________________________________________________
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: Thu, 30 Aug 2007 14:46:07 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Wildcards
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=4493776
By: nobody

Sorry - the URI is here: http://notepad-plus.sourceforge.net/uk/regExpList.php

______________________________________________________________________
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: Thu, 30 Aug 2007 15:30:00 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Possible RC for Explorer 1.5.1
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=4493915
By: jenslorenz

Please have a look here! I did some changes in possible RC.

Fix: Tree in Favorites uses also NM_CUSTOMDRAW notification
New: Extend functionality in context menu with "DOS Prompt..."
Change: On right click a folder now following menu items are shown
- Full File path(s) to documnet 
- File Name(s) to documnet

In addition there was a crash on previous RC. Now it should be fixed.


http://sourceforge.net/tracker/download.php?group_id=189927&atid=931291&file_id=
243633&aid=1783778


Best Regards
Jens

______________________________________________________________________
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: Thu, 30 Aug 2007 15:32:27 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Explorer plug-in is slow on network drives
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=4493918
By: jenslorenz

Please re-test with following version:

http://sourceforge.net/tracker/download.php?group_id=189927&atid=931291&file_id=
243633&aid=1783778


Best Regards
Jens

______________________________________________________________________
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: 11
Date: Thu, 30 Aug 2007 16:08:29 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how to compare
        two     textfiles?
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=4493949
By: nobody

Hey, that is cooooool! Npp is a very functional editor. Thanks, I really 
appreciate
the time you took to put together the response to my questtion. It was clear
and concise.

______________________________________________________________________
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: Thu, 30 Aug 2007 18:21:15 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Auto detecting
        UTF-8   with no BOM
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=4494028
By: ishamid2

Hi,

Try choosing "Encode in ANSI" as well as "UTF-8 without BOM". Then save the
file; it will always open correctly afterwards.

In any case, I just tested: a brand new pure utf-8 document without the bom
(created in sc unipad, the only really pure unicode editor worth the name) 
opened
in npp will open as ansi and as UTF-8 without BOM. Maybe there is a setting
you're missing, or your file is not really pure utf-8...

Best wishes
Idris

______________________________________________________________________
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: 13
Date: Thu, 30 Aug 2007 23:26:13 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [notepad-plus - Help] RETOUR à LA LIGNE
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=4494216
By: nobody

Salut aux experts,

Je ne maitrise pas assez l'anglais et je fais ma demande en Fran?ais en esp?rant
trouver des francophones dans ce forum.
j'ai t?l?charg? la derni?re version de notepad ++ et je n'arri?ve pas ?
parametrer le retour automatique ? la ligne en fin de page.
Merci de m'aider

Sylaudius

______________________________________________________________________
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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/

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

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


End of Notepad-plus-plus Digest, Vol 15, Issue 79
*************************************************

Reply via email to