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 - Open Discussion] RE: 90 MB files (SourceForge.net)
   2. [notepad-plus - Open Discussion] Wish list (SourceForge.net)
   3. [notepad-plus - Help] RE: File type replaced      with 'Notepad ++
      Docum (SourceForge.net)
   4. [notepad-plus - Help] Copy all lines with tokens to
      clipboard? (SourceForge.net)
   5. [notepad-plus - Help] Use M$ Office keystrokes? (SourceForge.net)
   6. [notepad-plus - Help] Comment for Kix (SourceForge.net)
   7. [notepad-plus - Help] RE: Alt tab focus (SourceForge.net)
   8. [notepad-plus - Open Discussion] NOTEPAD++ THE    BEST NOTEPAD
      REPLACEMENT!!! (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Spell        Checking
      (SourceForge.net)
  10. [notepad-plus - Plugin Development] SQR plugin (SourceForge.net)
  11. [notepad-plus - Help] RE: Alt tab focus (SourceForge.net)


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

Message: 1
Date: Wed, 07 Mar 2007 02:19:43 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: 90
        MB files
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=4194794
By: josip_bakic

Will do. Notepad++ is uninstalled from my machine. The peak of stupidity was
when I closed it with a log file opened in it. The next time I started 
Notepad++,
I had to wait for him to load the file back into memory. Horribly irresponsible
for a program that tries to take Notepad's place, which is not a small task.
Overkill in features, and underkill (is that a word?) in elementary
functionality.

______________________________________________________________________
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: Wed, 07 Mar 2007 03:17:20 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Wish
        list
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=4194867
By: nobody

I wish linux version of this great software :)

______________________________________________________________________
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: Wed, 07 Mar 2007 03:22:17 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: File type
        replaced        with 'Notepad ++ Docum
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=4194876
By: nobody

The problem with the "Tools -> Folder Options -> File Associations" solution
is that when you change the "type"-text for one type that is associated with
notepad++, ALL types assosiated with notepad++ will now have that text! (at
least in winxp prof sp2).

Is the only true solution to make the old notepad swap?

______________________________________________________________________
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: Wed, 07 Mar 2007 04:44:52 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Copy all lines with
        tokens to clipboard?
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=4194994
By: nobody

What's the fastest way to copy all lines with tokens to the clipboard?

______________________________________________________________________
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: Wed, 07 Mar 2007 04:47:04 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Use M$ Office
        keystrokes?
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=4194999
By: nobody

Is there any way to tell Notepad++ to use the same editing keystokes as 
Microsoft
Word? If so, how?

Thank you.

______________________________________________________________________
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: Wed, 07 Mar 2007 05:11:51 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Comment for Kix
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=4195024
By: nobody

Hi,
 I find, that N++ have support for Kixtart scripting. But colorized only commnet
on the one line. Block comment isn't colorized. I try change in the file 
'langs.xml'
from

<Language name="kix" ext="kix" commentLine=";" commentStart="" commentEnd="">

to

<Language name="kix" ext="kix" commentLine=";" commentStart="/*"
commentEnd="*/">

This not work. I think, that 'commentStart' and 'commentEnd' is for block
commnet?
I don't create my language definition, when is Kix supported.

Is it possible append support fot block commnets in the Kix script?
Thank you
Jarda

______________________________________________________________________
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: Wed, 07 Mar 2007 06:14:09 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Alt tab focus
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=4195106
By: jenslorenz

You could also download a new Explorer Beta version here:

http://sourceforge.net/projects/npp-plugins

The problem is fixed in it!


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



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

Message: 8
Date: Wed, 07 Mar 2007 08:24:06 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        NOTEPAD++ THE   BEST NOTEPAD REPLACEMENT!!!
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=4195352
By: nobody

Cool this a nice work!!!
F A N T A S T I C !

Notepad++ very very powerfull!!!

Don HO very thkz for this GREAT work!
It's the simple BEST notepad replacement software...

Very very thkz again! ;)

______________________________________________________________________
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: 9
Date: Wed, 07 Mar 2007 08:41:25 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Spell   Checking
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=4195381
By: nobody

I would love it too.

In syntax highlighted files it could check only in the STRING and COMMENT
sections.

______________________________________________________________________
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: 10
Date: Wed, 07 Mar 2007 08:53:30 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] SQR
        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=4195397
By: nobody

I want to use Notepad++ to write/edit SQR.
I found some code on this thread on SQR, but I do not know how to use it or
know for show it works. The following is the code:

<NotepadPlus> 
<UserLang name="SQR" ext="sqr sqc"> 
<Settings> 
<Global caseIgnored="yes" /> 
<TreatAsSymbol comment="no" commentLine="yes" /> 
<Prefix words1="no" words2="no" words3="yes" words4="yes" /> 
</Settings> 
<KeywordLists> 
<Keywords name="Delimiters">&apos;00&apos;00</Keywords> 
<Keywords name="Folder+">BEGIN-PROGRAM BEGIN-DOCUMENT BEGIN-FOOTING 
BEGIN-PROCEDURE
BEGIN-SQL BEGIN-SELECT BEGIN-REPORT BEGIN-SETUP BEGIN-HEADING
IF WHILE</Keywords>
<Keywords name="Folder-">END-PROGRAM END-DOCUMENT END-FOOTING END-PROCEDURE
END-SQL END-SELECT END-REPORT END-SETUP END-HEADING END-IF END-WHILE</Keywords>
<Keywords name="Operators">&apos; " % &amp; ( ) * , . / : ; @ [ \ ] ^ { | }
~ &lt; = &gt;</Keywords>
<Keywords name="Comment">1 2 0!</Keywords> 
<Keywords name="Words1">#DEBUG #DEFINE #ELSE #END #END-IF #ENDIF #IF #IFDEF
#IFNDEF #INCLUDE ADD ARRAY ALTER ARRAY ASK AND ALTER-LOCAL ALTER-PRINTER 
ARRAY-ADD
ARRAY-DIVIDE ARRAY-MULTIPLY ARRAY-SUBTRACT BREAK BAR BOX BEGIN BOTTOM-MARGIN
CALL COMMIT CLEAR CONCAT CLOSE CONNECT COLUMNS CREATE CHART CODE COLUMN 
CLEAR-ARRAY
CREATE-ARRAY CHAR CHAR-WIDTH COLOR DIVIDE DOCUMENT DECLARE DIVIDE DO DISPLAY
DOLLAR DIRECT DEINIT DECIMAL DATE DEBUG DECLARE-CHART DECLARE-IMAGE 
DECLARE-LAYOUT
DECLARE-PRINTER DECLARE-PROCEDURE DECLARE-REPORT DECLARE-VARIABLE DATE-EDIT-MASK
DECIMAL-SEPARATOR DATE-SEPARATOR DISTINCT DAY-OF-WEEK-CASE DAY-OF-WEEK-FULL
DAY-OF-WEEK-SHORT ELSE ENCODE EVALUATE END-DECLARE END-EVALUATE EXIT-SELECT
EXECUTE EXIT EXTRACT END FOOTING FORMFEED FIND FONT FROM FONT-TYPE FLOAT 
FOR-REPORTS
FIELD FILL FORMFEED GET GRAPHIC GOTO GRAPHIC BOX GRAPHIC HORZ-LINE HORZ HEADING
IMAGE INPUT INIT INPUT-DATE-EDIT-MASK INTO INTEGER IMAGE-SIZE INIT-STRING LOOKUP
LET LOWERCASE LOAD LAYOUT LINE LAST LISTING LAST-PAGE LOWER LOAD-LOOKUP LOCALE
LOCAL LOOPS LEFT-MARGIN LINE-WIDTH LINE-HEIGHT LANDSCAPE MULTIPLY MONEY MOVE
MATCH MONEY-SIGN MONEY-SIGN-LOCATION MONTHS-CASE MONTHS-FULL MONTHS-SHORT
MONEY-EDIT-MASK MAX-COLUMNS MAX-LINES NEW-PAGE NEW-REPORT NEXT-COLUMN NEWLINE
NEWPAGE NEXT-LISTING NOP NUMBER NUMBER-EDIT-MASK NVL NOWAIT NAME OPEN ON-BREAK
ON-ERROR ORIENTATION PRINT PRINTER PROCEDURE PROGRAM PAGE PRINT POSITION PUT
PAGE-NUMBER PRINT-BAR-CODE PRINT-CHART PRINT-DIRECT PRINT-IMAGE POINT-SIZE PITCH
PAPER-SIZE PAGE-DEPTH REPORT READ ROLLBACK ROUND RIGHT-MARGIN SELECT SETUP 
SUBTRACT
SQL SYMBOL SIZE SHOW STRING STOP SOURCE STARTUP-FILE TYPE TO THOUSAND-SEPARATOR
TIME-SEPARATOR TIMES TEXT TOP-MARGIN USE UPPERCASE USE-COLUMN USE-PRINTER-TYPE
USE-PROCEDURE USE-REPORT USING VERT WRITE WAIT WITH WHERE</Keywords>
<Keywords name="Words2">DATEADD DATEDIFF DATENOW DATETOSTR DELETE EDIT EXISTS
INSTR ISBLANK ISNULL LENGTH LPAD LTRIM MOD RENAME RPAD RTRIM STRTODATE SUBSTR
TO_CHAR TO_NUMBER TRANSLATE UNSTRING UPPER</Keywords>
<Keywords name="Words3">CBHR CBFS</Keywords> 
<Keywords name="Words4">$ # &amp;</Keywords> 
</KeywordLists> 
<Styles> 
<WordsStyle name="DEFAULT" styleID="11" fgColor="000000" bgColor="FFFFFF"
fontName="Courier New" fontStyle="1" fontSize="8" />
<WordsStyle name="FOLDEROPEN" styleID="12" fgColor="000000" bgColor="D2E9FF"
fontName="Courier New" fontStyle="1" fontSize="8" />
<WordsStyle name="FOLDERCLOSE" styleID="13" fgColor="000000" bgColor="FFD2D2"
fontName="Courier New" fontStyle="1" fontSize="8" />
<WordsStyle name="KEYWORD1" styleID="5" fgColor="0000FF" bgColor="FFFFFF"
fontName="Courier New" fontStyle="1" fontSize="8" />
<WordsStyle name="KEYWORD2" styleID="6" fgColor="FF0000" bgColor="FFFFFF"
fontName="Courier New" fontStyle="1" fontSize="8" />
<WordsStyle name="KEYWORD3" styleID="7" fgColor="008080" bgColor="FFFFFF"
fontName="Courier New" fontStyle="5" fontSize="8" />
<WordsStyle name="KEYWORD4" styleID="8" fgColor="FF8000" bgColor="FFFFFF"
fontName="Courier New" fontStyle="1" />
<WordsStyle name="COMMENT" styleID="1" fgColor="0000FF" bgColor="FFFFFF"
fontName="Courier New" fontStyle="1" fontSize="8" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="5CBA45" bgColor="DDF0D5"
fontName="Courier New" fontStyle="3" fontSize="8" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF0000" bgColor="FFFFFF"
fontName="Courier New" fontStyle="1" fontSize="8" />
<WordsStyle name="OPERATOR" styleID="10" fgColor="008000" bgColor="FFFFFF"
fontName="Courier New" fontStyle="1" fontSize="8" />
<WordsStyle name="DELIMINER1" styleID="14" fgColor="008080" bgColor="E0E9FC"
fontName="Courier New" fontStyle="1" fontSize="8" />
<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> 
</NotepadPlus> 

I currently use Notepad++ 4.0.2, and I would very much appreciate if someone
teach me how to get this working with my Notepad++. Thanks in advance.

James

______________________________________________________________________
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: Wed, 07 Mar 2007 09:11:10 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Alt tab focus
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=4195414
By: nobody

Thanks!

I am new to Notepad++ , and this just started to irritate me.
I though I check the Forum, and there the first issue, with already the
solution.
just a few hours old! ;-)

Thats why I like OS !

Just downloaded your Explorer.zip and indeed it works.

Thanks again
SCS

______________________________________________________________________
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



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

-------------------------------------------------------------------------
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 10, Issue 15
*************************************************

Reply via email to