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 - Open Discussion] RE: Autoclose:   how does it
      work? (SourceForge.net)
   2. [notepad-plus - Open Discussion] Folder   Open/Close
      (SourceForge.net)
   3. [notepad-plus - Plugin Development] RE: insert    plugin, a web
      edition... (SourceForge.net)
   4. [notepad-plus - Open Discussion] Need a php       script for Npp
      auto-updater (SourceForge.net)
   5. [notepad-plus - Help] how to print the    shortcutmapper
      (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: New  release 4.8.2 -
      unicode input fixed (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE: insert    plugin, a web
      edition... (SourceForge.net)
   8. [notepad-plus - Help] RE: How to find </div>? (SourceForge.net)
   9. [notepad-plus - Plugin Development] RE: Light     Explorer 1.4
      (SourceForge.net)
  10. [notepad-plus - Help] RE: User Language Define    System
      (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Need a php   script for
      Npp auto-updater (SourceForge.net)
  12. [notepad-plus - Help] RE: Ability to      select+search
      (SourceForge.net)


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

Message: 1
Date: Mon, 10 Mar 2008 09:44:20 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Autoclose:      how does it work?
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=4827333
By: nobody

Probably you have the autoclose option set in the ConvertExt plugin ....

Regards

Mauro

______________________________________________________________________
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: 2
Date: Mon, 10 Mar 2008 10:02:01 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Folder
        Open/Close
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=4827381
By: nobody

I am looking for a way to use folding of sections in a User Defined Lang.

The Folder Open Keywords Setting would on a line something like this:
ST*837*0001~

Where 0001 could be different for each line.

The Folder Close Keywords Setting would be similar (line example):
SE*39*0001~

Where the 39 could be another number and the 0001 also.

Basically, this is an EDI format and I am wanting to collapse the Transaction
segments.

Any suggestions?


______________________________________________________________________
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: 3
Date: Mon, 10 Mar 2008 10:05:02 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        insert  plugin, a web edition...
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=4827388
By: parcley

OK, I'm begining to see it (oberon that is - it's awfully helpful to add some
syntax highlighting). another question: What does this do "PROCEDURE ['C'] "?
specifically the ['C']...

______________________________________________________________________
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: Mon, 10 Mar 2008 10:18:04 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Need a
        php     script for Npp auto-updater
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=4827426
By: donho

In order to make Notepad++ auto-installer work on sourceforge, I need a script
php which can determinate from where the connections come.
I don't need a precise location, only the continent is enough, so I can do such
thing :

$baseAddr = "http://downloads.sourceforge.net/notepad-plus/npp.4.8.2.Installer.e
xe?use_mirror=";
$whichContinent = getRequestLocation(); // <== Function that I need
if ($whichContinent == ASIA)
        $mirror = "nchc";
else if ($whichContinent == EUROPE)
        $mirror = "dfn";
else if ($whichContinent == USA)
        $mirror = "superb-west";
...

return $baseAddr.$minor;

What I try to do is to know the location of user, then make the download 
location
point to the mirror near where user is.

Is anyone have such script?
Any help will be appreciated (by me, and of course, by all Notepad++ users :) )

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



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

Message: 5
Date: Mon, 10 Mar 2008 10:43:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] how to print the
        shortcutmapper
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=4827484
By: nobody

Hi,

I was wondering if there is an easy way to print the shortcut mapper. On Emacs
it is called a reference card. Any such thing in Notepad++? Thanks for
any information.



______________________________________________________________________
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: Mon, 10 Mar 2008 11:00:13 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: New
        release 4.8.2 - unicode input fixed
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=4827522
By: nobody

What is the minimum to update N++, that i need for the new version 4.8.2 and
dont loose my config?
>From the zip-version N++ 4.8.2.
Thanks for your Answer!



______________________________________________________________________
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, 10 Mar 2008 11:03:24 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        insert  plugin, a web edition...
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=4827532
By: alexiljin

Belof is my Oberon syntax highlighting scheme. Paste this into the
userDefineLang.xml:

    <UserLang name="Oberon-2" ext="ob2 OB2">
        <Settings>
            <Global caseIgnored="no" />
            <TreatAsSymbol comment="yes" commentLine="yes" />
            <Prefix words1="no" words2="no" words3="no" words4="no" />
        </Settings>
        <KeywordLists>
            <Keywords name="Delimiters">000000</Keywords>
            <Keywords name="Folder+">BEGIN CASE FOR LOOP RECORD THEN WHILE
WITH</Keywords>
            <Keywords name="Folder-">END ELSIF</Keywords>
            <Keywords name="Operators">&apos; &quot; # &amp; , . : ; [ ] ^ {
} ~ + &lt; = &gt;</Keywords>
            <Keywords name="Comment"> 1(* 2*) 0--</Keywords>
            <Keywords name="Words1">ARRAY ASSERT BOOLEAN BY BYTE CHAR CHR CONST
COPY DEC DIV DO ELSE FALSE FINALIZE FINALLY IF HALT IMPORT IN INC INTEGER IS
LEN LONG LONGINT LONGREAL MOD MODULE NIL OF OR ORD POINTER PROCEDURE REAL REPEAT
SET SHORT SHORTINT TO TRUE TYPE UNTIL VAR</Keywords>
            <Keywords name="Words2">SYSTEM</Keywords>
            <Keywords name="Words3">EXIT RETURN</Keywords>
            <Keywords name="Words4"></Keywords>
        </KeywordLists>
        <Styles>
            <WordsStyle name="DEFAULT" styleID="11" fgColor="000000" 
bgColor="FFFFFF"
fontName="" fontStyle="0" />
            <WordsStyle name="FOLDEROPEN" styleID="12" fgColor="0000FF"
bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="FOLDERCLOSE" styleID="13" fgColor="0000FF"
bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="KEYWORD1" styleID="5" fgColor="0000FF" 
bgColor="FFFFFF"
fontName="" fontStyle="0" />
            <WordsStyle name="KEYWORD2" styleID="6" fgColor="FF0000" 
bgColor="FFFFFF"
fontName="" fontStyle="0" />
            <WordsStyle name="KEYWORD3" styleID="7" fgColor="0000FF" 
bgColor="FFFFFF"
fontName="" fontStyle="1" />
            <WordsStyle name="KEYWORD4" styleID="8" fgColor="000000" 
bgColor="FFFFFF"
fontName="" fontStyle="0" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="808080" 
bgColor="FFFFFF"
fontName="" fontStyle="0" />
            <WordsStyle name="COMMENT LINE" styleID="2" fgColor="808080"
bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="NUMBER" styleID="4" fgColor="000000" 
bgColor="FFFFFF"
fontName="" fontStyle="0" />
            <WordsStyle name="OPERATOR" styleID="10" fgColor="000000"
bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="11" />
            <WordsStyle name="DELIMINER1" styleID="14" fgColor="000000"
bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="DELIMINER2" styleID="15" fgColor="000000"
bgColor="FFFFFF" fontName="" fontStyle="0" />
            <WordsStyle name="DELIMINER3" styleID="16" fgColor="000000"
bgColor="FFFFFF" fontName="" fontStyle="0" />
        </Styles>
    </UserLang>

The ['C'] marks a certain calling convention, the one invented for the C-family
of programming languages (cf. http://en.wikipedia.org/wiki/Calling_convention
). Since Notepad++ is written in C++ we must use the 'C' calling convention
for the functions that are meant to be called from it. For the list of other
supported values refer to XDS/BIN/xc.hlp:"Direct language specification".

______________________________________________________________________
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: Mon, 10 Mar 2008 11:15:41 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to find
        </div>?
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=4827558
By: nobody

Try the HTML Tag plugin.

Greetings,
Thomas

______________________________________________________________________
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, 10 Mar 2008 11:22:44 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Light   Explorer 1.4
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=4827567
By: nobody

I have found a workaround for the files not showing up in light explorer 1.4.

If you go to the properties of the folder that you are trying to access and
set the file attribute to ARCHIVE, you can then see your files in light
explorer.

I have found that this mostly happens for all of my mapped drives.

I hope this can get fixed in the next release.

Thanks!

______________________________________________________________________
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, 10 Mar 2008 11:29:20 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: User Language
        Define  System
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=4827585
By: nobody

I was having the same problem with a different set of files.

It seems that the location of the userDefineLang.xml has changed
It now should be at:
%APPDATA\Notepad++\userDefineLang.xml

Hope that helps

If it doesn't work, try creating a language with the same name as the one you're
trying to add:
Open the User Defined Language Dialog (the button's just to the left of the
record button) and create a new one
Then, browse to the location above and paste your language into the
userDefineLang.xml and restart Notepad++

______________________________________________________________________
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, 10 Mar 2008 11:30:37 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Need
        a php   script for Npp auto-updater
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=4827589
By: nobody

Don, no function exists for PHP.  However there are a few alternatives.  There
are open source databases that allow this type of behavior.

Here are 2 links:

http://www.maxmind.com/app/geolitecountry
http://ip-to-country.webhosting.info/node/view/118

I've never actually used them, but it appears that the 2nd link would actually
give u a good idea of what the function would hold.

-Brad

______________________________________________________________________
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, 10 Mar 2008 11:46:52 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Ability to
        select+search
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=4827639
By: nobody

Yes.
No.


______________________________________________________________________
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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 22, Issue 47
*************************************************

Reply via email to