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: VHDL Syntax folding
(SourceForge.net)
2. [notepad-plus - Plugin Development] RE: FTP_synchronize 0.9.6
(SourceForge.net)
3. [notepad-plus - Plugin Development] RE: COBOL syntax
(SourceForge.net)
4. [notepad-plus - Open Discussion] RE: Notepad++ v4.8 RC is
available (SourceForge.net)
5. [notepad-plus - Plugin Development] RE: COBOL syntax
(SourceForge.net)
6. [notepad-plus - Open Discussion] RE: Feature Request: COBOL
(SourceForge.net)
7. [notepad-plus - Open Discussion] RE: Notepad++ v4.8 RC is
available (SourceForge.net)
8. [notepad-plus - Help] RE: how to macro/keyboard insert
DATE:2008021 (SourceForge.net)
9. [notepad-plus - Help] RE: macro bug (SourceForge.net)
10. [notepad-plus - Help] RE: Problem opening a 237 Mb file
(SourceForge.net)
11. [notepad-plus - Open Discussion] RE: Notepad++ v4.8 RC is
available (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Mon, 18 Feb 2008 08:26:19 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: VHDL
Syntax folding
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=4785013
By: nobody
Yeah it works, but not in the correct way...When you have for example a case
structure you can't fold the whole case...at least that's what happening in
my case.
______________________________________________________________________
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, 18 Feb 2008 09:00:45 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
FTP_synchronize 0.9.6
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=4785080
By: nobody
Even with the cache auto-upload checkbox enabled, FTP_sync doesn't auto-upload
FTP files. I download the file from FTP using FTP sync, edit it, and save it.
I have to click the upload button for it to actually save to ftp.
______________________________________________________________________
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: Mon, 18 Feb 2008 09:27:19 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
COBOL syntax
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=4785134
By: nobody
The following is the COBOL configuration used by me. Hope it can help.
BTW, I need some help with keywords. I mean, keywords with more than one word.
e.g. "WORKING-STORADE SECTION", "PROCEDURE DIVISION" "EXEC SQL".
Especially related to BlockBegin & blockEnd.
humm... Even COBOL is dead he is still paying my bills. Sorry! I can't help!
FOLDER & DEFAULT
blockBegin
IF
EVALUATE
STRING
SQL
blockEnd
END-EVALUATE
END-STRING
END-IF
END-EXEC
KEYWORDS LISTS (Do not use prefix mode)
<Keywords name="Words1">
AUTHOR.
CLASS-CONTROL
CLASS-ID
CLASS-OBJECT
CONFIGURATION
DATA
DATE-COMPILED.
DATE-WRITTEN.
DIVISION.
ENVIRONMENT
EXIT
FD
FILE
FILE-CONTROL.
FILE-ID
IDENTIFICATION
INPUT-OUTPUT
INSTALLATION.
LINKAGE
LOCAL-STORAGE
METHOD-ID
OBJECT
OBJECT-COMPUTER.
OBJECT-STORAGE
PROCEDURE
PROGRAM-ID.
SCREEN
SECTION.
SOURCE-COMPUTER.
SPECIAL-NAMES.
WORKING-STORAGE
<Keywords name="Words2">
ACCEPT
ACCESS
ADD
ASSIGN
AUTO
BACKGROUND-COLOR
BLANK
CALL
CLOSE
COLUMN
COMPUTE
COPY
DATE
DISK
DISPLAY
ELSE
END-ADD
END-COMPUTE
END-PERFORM
END-READ
END-SEARCH
END-SUBTRACT
ENTER
FOREGROUND-COLOR
GO
HIGHLIGHT
INHERITS
INITIALIZE
INSPECT
INVOKE
LEFT-JUSTIFY
LINE
MODE
MOVE
OBJECT-STORAGE
OPEN
ORGANIZATION
PERFORM
PRIVATE
READ
REFERENCE
RUN
SELECT
SELF
SIZE
START
STOP
SUBTRACT
WHEN
WRITE
<Keywords name="Words3">
AS
AT
BY
CHAR
CHARACTER
CHARACTERS
COMP
COMP-0
COMP-1
COMP-2
COMP-3
COMP-4
COMP-5
CONTAINS
DYNAMIC
FILLER
FOR
FROM
GIVING
I-O
INDEXED
INPUT
INVALID
IS
KEY
LOW-VALUE
LOW-VALUES
METHOD
NEXT
OCCURS
OF
OUTPUT
PIC
PICTURE
PROGRAM
RECORD
REDEFINES
RELATIVE
REPLACING
RETURNING
SENTENCE
SEQUENTIAL
SPACE
SPACES
STATUS
THRU
TO
UNTIL
USING
VALUE
VARYING
WITH
ZERO
ZEROES
ZEROS
<Keywords name="Words4">
AND
EQUAL
FUNCTION
GREATER
INSPECT
LESS
NOT
OR
OTHER
REPLACING
THAN
COMMENT & NUMBER
Comment line (Treat keyword as Symbol)
* /
Comment Block (Treat keyword as Symbols)
* /
* /
OPERATORS
(
)
.
<
=
>
Delimiter 1
open(
close)
Delimiter 2
The following is the COBOL configuration used by me. Hope it can help.
BTW, I need some help with keywords. I mean, keywords with more than one word.
e.g. "WORKING-STORADE SECTION", "PROCEDURE DIVISION" "EXEC SQL".
Especially related to BlockBegin & blockEnd.
humm... Even COBOL is dead he is still paying my bills. Sorry! I can't help!
FOLDER & DEFAULT
blockBegin
IF
EVALUATE
STRING
SQL
blockEnd
END-EVALUATE
END-STRING
END-IF
END-EXEC
KEYWORDS LISTS (Do not use prefix mode)
<Keywords name="Words1">
AUTHOR.
CLASS-CONTROL
CLASS-ID
CLASS-OBJECT
CONFIGURATION
DATA
DATE-COMPILED.
DATE-WRITTEN.
DIVISION.
ENVIRONMENT
EXIT
FD
FILE
FILE-CONTROL.
FILE-ID
IDENTIFICATION
INPUT-OUTPUT
INSTALLATION.
LINKAGE
LOCAL-STORAGE
METHOD-ID
OBJECT
OBJECT-COMPUTER.
OBJECT-STORAGE
PROCEDURE
PROGRAM-ID.
SCREEN
SECTION.
SOURCE-COMPUTER.
SPECIAL-NAMES.
WORKING-STORAGE
<Keywords name="Words2">
ACCEPT
ACCESS
ADD
ASSIGN
AUTO
BACKGROUND-COLOR
BLANK
CALL
CLOSE
COLUMN
COMPUTE
COPY
DATE
DISK
DISPLAY
ELSE
END-ADD
END-COMPUTE
END-PERFORM
END-READ
END-SEARCH
END-SUBTRACT
ENTER
FOREGROUND-COLOR
GO
HIGHLIGHT
INHERITS
INITIALIZE
INSPECT
INVOKE
LEFT-JUSTIFY
LINE
MODE
MOVE
OBJECT-STORAGE
OPEN
ORGANIZATION
PERFORM
PRIVATE
READ
REFERENCE
RUN
SELECT
SELF
SIZE
START
STOP
SUBTRACT
WHEN
WRITE
<Keywords name="Words3">
AS
AT
BY
CHAR
CHARACTER
CHARACTERS
COMP
COMP-0
COMP-1
COMP-2
COMP-3
COMP-4
COMP-5
CONTAINS
DYNAMIC
FILLER
FOR
FROM
GIVING
I-O
INDEXED
INPUT
INVALID
IS
KEY
LOW-VALUE
LOW-VALUES
METHOD
NEXT
OCCURS
OF
OUTPUT
PIC
PICTURE
PROGRAM
RECORD
REDEFINES
RELATIVE
REPLACING
RETURNING
SENTENCE
SEQUENTIAL
SPACE
SPACES
STATUS
THRU
TO
UNTIL
USING
VALUE
VARYING
WITH
ZERO
ZEROES
ZEROS
<Keywords name="Words4">
AND
EQUAL
FUNCTION
GREATER
INSPECT
LESS
NOT
OR
OTHER
REPLACING
THAN
COMMENT & NUMBER
Comment line (Treat keyword as Symbol)
* /
Comment Block (Treat keyword as Symbols)
* /
* /
OPERATORS
(
)
.
<
=
>
Delimiter 1
Boundary open(
Boundary close)
Delimiter 2
Boundary open"
Boundary close"
______________________________________________________________________
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, 18 Feb 2008 09:48:24 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v4.8 RC is available
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=4785190
By: m-a-r-k
Thanks for this Don, some great additions, especially multi-line tabs. Good
work.
If I open and close files by clicking on them in Explorer or Favourites, the
*last one* closed is still shown as underlined.
If I switch from Wordwrap to non-wordwrap, the horizontal scroll bar doesn't
display until I move the vertical one or cursor.
I suffer Jens' problem with the scroll bar appearing and disappearing depending
on line length. Grossly annoying.
Thanks
Mark B
______________________________________________________________________
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, 18 Feb 2008 10:12:03 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
COBOL syntax
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=4785242
By: nobody
As expected. Some fine tuning. Sorry for the mistakes.
FOLDER & DEFAULT
blockBegin
IF
EVALUATE
STRING
SQL
blockEnd
END-EVALUATE
END-STRING
END-IF
END-EXEC
KEYWORDS LISTS (Do not use prefix mode)
<Keywords name="Words1">
AUTHOR
CLASS-CONTROL
CLASS-ID
CLASS-OBJECT
CONFIGURATION
DATA
DATE-COMPILED
DATE-WRITTEN
DECLARE
DIVISION
ENVIRONMENT
EXIT
FD
FILE
FILE-CONTROL
FILE-ID
IDENTIFICATION
INPUT-OUTPUT
INSTALLATION
LINKAGE
LOCAL-STORAGE
METHOD-ID
OBJECT
OBJECT-COMPUTER
OBJECT-STORAGE
PROCEDURE
PROGRAM-ID
SCREEN
SECTION
SOURCE-COMPUTER
SPECIAL-NAMES
WORKING-STORAGE
<Keywords name="Words2">
ACCEPT
ACCESS
ADD
ASSIGN
AUTO
BACKGROUND-COLOR
BLANK
CALL
CLOSE
COLUMN
COMPUTE
COPY
DATE
DISK
DISPLAY
ELSE
END-ADD
END-COMPUTE
END-PERFORM
END-READ
END-SEARCH
END-SUBTRACT
ENTER
FOREGROUND-COLOR
GO
HIGHLIGHT
INHERITS
INITIALIZE
INSPECT
INVOKE
LEFT-JUSTIFY
LINE
MODE
MOVE
OBJECT-STORAGE
OPEN
ORGANIZATION
PERFORM
PRIVATE
READ
REFERENCE
RUN
SELECT
SELF
SIZE
START
STOP
SUBTRACT
WHEN
WRITE
<Keywords name="Words3">
AS
AT
BY
CHAR
CHARACTER
CHARACTERS
COMP
COMP-0
COMP-1
COMP-2
COMP-3
COMP-4
COMP-5
CONTAINS
DYNAMIC
FILLER
FOR
FROM
GIVING
I-O
INDEXED
INPUT
INVALID
IS
KEY
LOW-VALUE
LOW-VALUES
METHOD
NEXT
OCCURS
OF
OUTPUT
PIC
PICTURE
PROGRAM
RECORD
REDEFINES
RELATIVE
REPLACING
RETURNING
SENTENCE
SEQUENTIAL
SPACE
SPACES
STATUS
THRU
TO
UNTIL
USING
VALUE
VARYING
WITH
ZERO
ZEROES
ZEROS
<Keywords name="Words4">
AND
EQUAL
FUNCTION
GREATER
INSPECT
LESS
NOT
OR
OTHER
REPLACING
THAN
COMMENT & NUMBER
Comment line (Treat keyword as Symbol)
* /
Comment Block (Treat keyword as Symbols)
* /
* /
OPERATORS
(
)
.
<
=
>
Delimiter 1
Boundary open(
Boundary close)
Delimiter 2
Boundary open"
Boundary close"
______________________________________________________________________
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: Mon, 18 Feb 2008 10:17:35 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Feature Request: COBOL
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=4785252
By: nobody
I know is not necessarily easy to build a new feature, but maybe some changes
in the user define dialog could help, not just COBOL developers, but others.
Changes such as:
- Begin and end block individually marked (blk1Begin: XXX, blk1End: YYY;
blk2Begin:
AAAA, blk2End: BBBB).
- Keywords that allow more than one word (?key word?, ?MORE THAN
ONE WORD?).
- Some positional (column) Keywords
______________________________________________________________________
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, 18 Feb 2008 10:47:10 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v4.8 RC is available
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=4785302
By: harrybharry
Yeah that problem is kinda hard to solve properly unless the scrollbar is always
visible, and Scintilla doesnt like that. Maybe just make Notepad++ look 2 lines
further for the length of the line.
That or use the new Scintilla 1.75 feature of letting the scrollbar grow
depending
on the maximum length of the longest line, and dont shrink anymore. Its like
the old behaviour but with probably better performance.
-Harry
______________________________________________________________________
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: 8
Date: Mon, 18 Feb 2008 11:15:42 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how to
macro/keyboard insert DATE:2008021
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=4785350
By: harrybharry
You can check the InsertPlugin which has some date/time insertion options,
record
a macro with that (possibly combined with moving and copying text so the order
is ok).
Ive been playing with the thought of making a lua interpreter, but it didnt
get very far (it was supposed to be some dynamic lexer, but lua is too slow
for that ;)). You can check out simplescript for some scripting functions.
-Harry
______________________________________________________________________
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, 18 Feb 2008 12:24:26 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: macro bug
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=4785498
By: nobody
Perhaps the Simple Script Plug-In will let you work around this problem in the
most simple way.
______________________________________________________________________
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: Mon, 18 Feb 2008 12:29:50 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Problem opening
a 237 Mb file
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=4785510
By: nobody
OK, you win. Your joke is best. I'd say, make that "large+files" with a +
in-between.
That decreases the number of found messages, increasing the hit ratio
tremendously.
______________________________________________________________________
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, 18 Feb 2008 12:50:51 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v4.8 RC is available
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=4785536
By: nobody
YES, once _again_, the old behavior is MUCH better. Stop flashing a scroll bar
that surely doesn't add any 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
------------------------------
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 21, Issue 59
*************************************************