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] Feature Request: read only
file consistency (SourceForge.net)
2. [notepad-plus - Help] RE: Adding a 'commit; ' every 1000
lines (SourceForge.net)
3. [notepad-plus - Plugin Development] RE: An embedded html view
inside notepad++ (SourceForge.net)
4. [notepad-plus - Open Discussion] Feature Request: tab disk
icon reflects state (SourceForge.net)
5. [notepad-plus - Help] RE: Adding a 'commit; ' every 1000
lines (SourceForge.net)
6. [notepad-plus - Open Discussion] General points (SourceForge.net)
7. [notepad-plus - Help] Macro's: where do they get stored
(SourceForge.net)
8. [notepad-plus - Plugin Development] how to use beNotified()
(SourceForge.net)
9. [notepad-plus - Open Discussion] RE: Notepad++ v4.1 Release
Candidate is avail (SourceForge.net)
10. [notepad-plus - Open Discussion] line sorting function
(SourceForge.net)
11. [notepad-plus - Help] blockend at first empty row
(SourceForge.net)
12. [notepad-plus - Help] Doppelte Wörter finden und löschen
(SourceForge.net)
13. [notepad-plus - Help] installing Notepad++ (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Tue, 08 May 2007 05:37:17 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature
Request: read only file consistency
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=4301622
By: nobody
It would also be more consistent if I could SET the read only flag of a file,
since I _can_ also clear it from the tab menu. I can check the Read Only option
in that menu, but this only marks the file's _edit buffer_ in NP++ as read only.
So, to be complete and consistent, I would propose the next set of features:
- Allow checking and unchecking the edit buffer's Read Only flag
- Allow setting and clearing the Read Only attribute of the file itself
These features would allow any combination, which would satisfy all my needs.
There could be some dependency, but this is not necessary and could be handled
with user prefence options: for instance, clearing the file's Read Only
attribute
could be reflected in the edit buffer's read only flag by clearing that also.
Currently, when a file itself is marked as Read Only outside of NP++, NP++ will
notice this and prevent any further changes to the edit buffer.
I also noticed that a file that can be edited at first, and will be check read
only later (either the buffer or the file itself), will not show this on the
tab bar. The disk icon will be greyed out. I think it would be a good thing
to keep showing that the edit buffer's contents have changed. You will only
notice this in the current situation when closing the file. NP++ will ask if
you want to save the file, because of the changes. If you click Yes, it won't
do anything, when the file itself (still) is Read Only...
______________________________________________________________________
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: Tue, 08 May 2007 05:42:08 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Adding a
'commit; ' every 1000 lines
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=4301628
By: mieszkolassota
you can create a macro :) it'll take you some time, but then - zap & it's done
:)
______________________________________________________________________
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: Tue, 08 May 2007 05:44:17 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
An embedded html view inside notepad++
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=4301637
By: mieszkolassota
you can always open window & emmbed it into another window - this neat feature
was feature in Jedi Window Dock:
http://www.anappaday.com/downloads/2006/10/day-22-jedi-window-dock.html
______________________________________________________________________
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: Tue, 08 May 2007 06:45:56 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature
Request: tab disk icon reflects state
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=4301731
By: nobody
Perhaps you could, apart from the color indicating changes, create some
alternative
tab disk icon (bitmap) showing that the file's edit buffer is read-only. The
state, changed or not, could be told from the icon's color then, the
change-ability
from the type of the bitmap. Perhaps you could show some kind of (closed or
open) lock symbol on the disk.
To go a little further, also the file's own change-ability could be shown next
to the edit buffer's. But this would almost infer that also the file's own
state,
changed or not, should be reflected by the disk icon. Of course, files could
have changed outside NP++, which NP++ does detect.
One other improvement would be to _always_ act on CTRL+S, showing a File Save
As Dialog whenever the current file itself is read only.
______________________________________________________________________
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: Tue, 08 May 2007 07:11:34 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Adding a
'commit; ' every 1000 lines
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=4301779
By: nobody
After you create a macro, where does the information get saved? I would like
to edit the macro file by hand as it would be a msasive time-saver!
Cheers,
Woody
______________________________________________________________________
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: Tue, 08 May 2007 07:25:06 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] General
points
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=4301808
By: nobody
Firstly, thanks very much for creating this editor. It has saved my skin after
being forced to abandon Homesite and needing a syntax highlighter that I can
use with WinSCP easily. Great work!
But why the terrible colour for poor old ASP editors huh? First thing I had
to change.
Also, I can't get the function list to display anything except 'Feature
Unsupported'.
I'm still trying to work this out.
Thanks 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: 7
Date: Tue, 08 May 2007 07:28:42 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Macro's: where do
they get stored
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=4301813
By: nobody
Hi all!
When you create a macro, where does the information get stored? Is there any
way I can edit the macro file as it would be a massive timesaver if I could?
Regards,
Woody
______________________________________________________________________
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: Tue, 08 May 2007 08:26:48 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] how
to use beNotified()
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=4301909
By: fstellari
I'm trying to have a better understanding of the notification mechanism for
plugin use.
If I create a plugin monitoring the notifications notifyCode->nmhdr.code I
received
a lot of SCI_SELECTALL even without doing anything in NPP... I think I get one
every time the cursor blinks. In my case I don't have any text selected.
I also receive some negative notification codes that I cannot find in the
include
files: -12, -831, -839
What are they?
Thank you and regards,
Franco
______________________________________________________________________
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: 9
Date: Tue, 08 May 2007 08:43:29 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v4.1 Release Candidate is avail
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=4301945
By: nobody
Thanks Don, good job.
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: 10
Date: Tue, 08 May 2007 09:18:39 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] line
sorting function
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=4301997
By: nobody
One function that MS Word has that I use all the time is the ability to sort
text data by line. (or paragraph as they call it)
I often have lists that are separated by an EOL character and need to sort
them.
This function would be most useful.
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=331753
------------------------------
Message: 11
Date: Tue, 08 May 2007 10:02:30 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] blockend at first
empty row
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=4302069
By: nobody
With User Define Language, is it possible to set up a fold to end (blockend)
at the first blank row?
______________________________________________________________________
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: Tue, 08 May 2007 10:19:16 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [notepad-plus - Help] Doppelte Wörter finden und löschen
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=4302092
By: nobody
Wie kann ich doppelte W?rter in einer liste finden. Die doppelten W?rte kenn
ich nicht. Ich wei? nur das es doppelte W?rter hat. Ich suche jetzt ein Plugin
oder irgend was anderes womit ich die doppelten W?rter finden kann und l?schen
kann damit nur eins ?berbleibt. Wenns geht k?nnt mir einer sagen wie ich die
W?rter ordnen kann. Also in Alphbetischer Reihenfolge.
Meine liste sieht etwa so aus.
Hallo
DU
Hallo
DU
und ich will das so haben
DU
Hallo
______________________________________________________________________
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, 08 May 2007 10:48:02 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] installing
Notepad++
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=4302130
By: nobody
When I try to add folder "c:\windows\system32\dllcache" i get a message the
folder already exist but I can't find the "dllcache folder" if I search
in System32.
______________________________________________________________________
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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 12, Issue 21
*************************************************