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] Bug/CR: Text FX sort lines
at column/position (SourceForge.net)
2. [notepad-plus - Open Discussion] RE: Bug/CR: Text FX sort
lines at column/position (SourceForge.net)
3. [notepad-plus - Open Discussion] RE: Video Training
(SourceForge.net)
4. [notepad-plus - Plugin Development] RE: Notepad++ says file
has changed (SourceForge.net)
5. [notepad-plus - Open Discussion] Wrong new line characters
when loading NP++ (SourceForge.net)
6. [notepad-plus - Help] RE: UTF 8 no BOM problem (SourceForge.net)
7. [notepad-plus - Open Discussion] RE: Bug/CR: Text FX sort
lines at column/posi (SourceForge.net)
8. [notepad-plus - Help] Koi8R -> ANSI.No converts! (SourceForge.net)
9. [notepad-plus - Open Discussion] RE: Bug/CR: Text FX sort
lines at column/position (SourceForge.net)
10. [notepad-plus - Open Discussion] RE: Macro Editor?
(SourceForge.net)
11. [notepad-plus - Open Discussion] likely error in formatting
VB: Print #f, "a#" (SourceForge.net)
12. [notepad-plus - Help] I Beam Selector to Thin. (SourceForge.net)
13. [notepad-plus - Open Discussion] Encoding bug in NP++ 4.1.2
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Mon, 30 Jul 2007 04:06:08 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Bug/CR:
Text FX sort lines at column/position
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=4438387
By: nobody
It seems this sort function only looks at the character number/column instead
of the shown position, as I would expect (or like).
Currently, it does not help me when wanting to sort lines on data in a certain
tabbed column:
8 1
-7 2
--6 3
---5 4
--4 5
-3 6
2 7
-1 8
There is a tab between the first and second numeric character. This should show
two columns of data, the second showing the numbers 1 to 8.
I select all lines, starting on the empty line under the "table", moving the
cursor to the first line, just before the 1 (and after the tab character).
Then I choose Text FX, sort lines case insensitive (at column).
This is the result:
-7 2
-3 6
-1 8
---5 4
8 1
--4 5
--6 3
2 7
I would expect the lines no to change, that is, the order 1 to 8 in the second
column to remain. But what I see puzzles me. It seems the data is sorted from
the third character of each line. For the first three lines that is the tab
character, followed by the numbers 2, 6 and 8. On line 4 it is the - sign. Line
5 has the 1 that I selected as the starting position. Lines 6 and 7 are ordered
by the 4 and 6 respectively and finally there is the 7, just as the 1 on line 5.
Is this a bug, or intentionally?
If it is intentionally, will you think about a sort function on the _visible_
column/position, accounting for the number of spaces set for the tab character?
______________________________________________________________________
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, 30 Jul 2007 04:12:20 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Bug/CR: Text FX sort lines at column/position
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=4438399
By: nobody
Because the forum converts the tab characters to single space characters, it
may look like this way of sorting makes sense. All the characters I mentioned
now really are at position 3 of each line, and these are in ascending order.
But of course, I do _not_ have spaces in NP++ and the layout of these lines
is different, in two straight columns.
______________________________________________________________________
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, 30 Jul 2007 06:11:38 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Video Training
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=4438648
By: gothnerd
I think this is a very cool idea... with video training I might finally be
able to convince some of the older Business Rules! (User Defined Language)
developers
to use NotePad++. (old programmers tend not to like change so much)
______________________________________________________________________
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: 4
Date: Mon, 30 Jul 2007 06:13:06 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Notepad++ says file has changed
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=4438656
By: gothnerd
in settings options you can tell it to update changed pages silently
______________________________________________________________________
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: 5
Date: Mon, 30 Jul 2007 08:01:13 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Wrong
new line characters when loading NP++
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=4438836
By: nobody
Hello,
I have Notepad++ set so when I create new files, it creates them with UNIX
format
in UTF-8. I have not tested this with other encodings, but it probably will
do the same thing, and probably with Mac format too. I am running Notepad++
on Windows, so the default new line characters are CR LF, while only UNIX it
is only LF. Anyways, when I start Notepad++, a blank tab is open with the UNIX
format in UTF-8. But when I create a new line, I notice that the characters
used are CR LF, instead of LF. If I create another file, it will be using LF,
but not for the first one. I need to select another format, then select again
the UNIX format to have it work properly.
-- Wolf --
______________________________________________________________________
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: Mon, 30 Jul 2007 08:15:24 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: UTF 8 no BOM
problem
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=4438868
By: nobody
I have the same problem using utf-8 and php files...
For some reason I can not save utf-8 files without BOM header, the checkbox
is grey :(
______________________________________________________________________
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: Mon, 30 Jul 2007 14:55:11 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Bug/CR: Text FX sort lines at column/posi
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=4439391
By: bullock
> Is this a bug, or intentionally?
It's not a bug, it's working as intended. The term "column" (as in, sort at
column) refers to character position, counting spaces and tabs each as a single
character.
As it stands, you'd first have to convert your tabs to the appropriate number
of spaces before marking your column and sorting.
Regards.
Greg
______________________________________________________________________
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, 30 Jul 2007 15:10:16 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Koi8R -> ANSI.No
converts!
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=4439406
By: dmitry1984
koi8R-> ANSI.No converts!
Notepad++ v4.1.2
What problem?
niceeee programm.very very bad!!!!
______________________________________________________________________
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, 30 Jul 2007 15:15:55 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Bug/CR: Text FX sort lines at column/position
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=4439412
By: nobody
How do I do that?
Can I undo that after sorting?
It would be much more convenient to have the sorting function account for the
number of spaces that tab characters are intended to "replace". It wouldn't
be too hard to implement this feature, practically the same as the code that
shows the characters at their intended position because of the tab character
and the number of spaces to the next tab stop it does reflect, as set.
______________________________________________________________________
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: Mon, 30 Jul 2007 16:18:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Macro Editor?
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=4439484
By: nobody
So, no way to edit macros
______________________________________________________________________
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: 11
Date: Mon, 30 Jul 2007 18:54:45 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] likely
error in formatting VB: Print #f, "a#"
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=4439607
By: dakra137
When # appears in a string in a Print #f, statement, e.g.
Print #f, a; b; c; "ghijk#lmn#op"; d; e; f
everything between the first # and the second # is displayed by Notepad++ as
if it were a "date" by default, light green.
Disclaimer: Nothing in the above post implies I am anything but thrilled with
notepad++. My only complaint is that nobody told me about it until yesterday.
______________________________________________________________________
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, 30 Jul 2007 19:00:04 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] I Beam Selector to
Thin.
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=4439613
By: nobody
The blinking text cursor is too small for me to see it. Is there a way to make
it bolder?
______________________________________________________________________
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: Tue, 31 Jul 2007 00:17:11 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Encoding
bug in NP++ 4.1.2
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=4439828
By: nobody
Recently, I found some trivial bug in Notepad++ 4.1.2.
This bug is related with encoding option.
I think that this bug is critical in the country which uses 2-byte character.
#1. Wrong encoding option is applied to the document when you change encoding
option. Change encoding from ANSI to UTF-8, and then revert it(UTF-8 to ANSI).
Now you can see the document is setted wrong codepage. You can solve this
problem
to change following source code.
Notepad_plus.cpp 2723 line
_pEditView->execute(SCI_SETCODEPAGE,
isUnicodeMode?SC_CP_UTF8:_pEditView->getCodpage());
#2. Wrong encoding option is applied to the first created document after running
Notepad++ when unicode encoding(UTF-8, UCS2, UCS4) is default encoding option.
You can solve this problem to change following source code.
ScintillaEditView.cpp 513 line
if (isCJK())
{
if (getCurrentBuffer()._unicodeMode == uni8Bit)
execute(SCI_SETCODEPAGE, _codepage);
else
execute(SCI_SETCODEPAGE, SC_CP_UTF8);
}
______________________________________________________________________
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: 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 14, Issue 45
*************************************************