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 - Help] Bug: TeX highlighting turns off by
itself (SourceForge.net)
2. [notepad-plus - Help] RE: How do I Disable Syntax
Highlighting? (SourceForge.net)
3. [notepad-plus - Plugin Development] RE: New Releases:
HexEditor v0.8.3 & Explorer (SourceForge.net)
4. [notepad-plus - Plugin Development] Makros, button and
colours markers (SourceForge.net)
5. [notepad-plus - Plugin Development] RE: Option : merge files
?? (SourceForge.net)
6. [notepad-plus - Open Discussion] Auto-save (SourceForge.net)
7. [notepad-plus - Plugin Development] RE: New Releases:
HexEditor v0.8.3 & Explorer (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Auto-save (SourceForge.net)
9. [notepad-plus - Open Discussion] Mark changed lines
(SourceForge.net)
10. [notepad-plus - Open Discussion] Feature request: Add a mark
for modified file (SourceForge.net)
11. [notepad-plus - Open Discussion] RE: Feature request: Add a
mark for modified file (SourceForge.net)
12. [notepad-plus - Open Discussion] default comment style
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Fri, 22 Jun 2007 03:02:18 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Bug: TeX
highlighting turns off by itself
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=4375036
By: nobody
First let me say that Notepad++ is a fantastic text editor. Congratulations
to the authors for producing such a great program for free!
Now for the bug: When I open .tex files for editing the highlighting works
perfectly,
but when I open another file in different language, say .cpp, most (but not
all) of the TeX highlighting disappears. Even after I close the cpp file the
TeX highlighting stays off until I close and re-open Notepad++. This problem
only seems to affect TeX commands with a built-in slash, e.g. \documentclass,
\section, etc. I think this happens because the \ character is an operator
in C++, and this confuses the program. This is a real problem for me since
I tend to have TeX and Matlab files open at the same time (same thing happens).
Is there a way for me to fix this? If not, users like myself would really
apprecitate a software fix in a future release.
Thanks again for a terrific program.
______________________________________________________________________
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: 2
Date: Fri, 22 Jun 2007 03:33:38 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How do I
Disable Syntax Highlighting?
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=4375083
By: grahamaddis
The first thing I did was to change all the fonts to the same monospaced one.
It allows me to line up the comments with impunity.
YMMV.
Graham
______________________________________________________________________
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: Fri, 22 Jun 2007 03:58:23 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
New Releases: HexEditor v0.8.3 & Explorer
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=4375120
By: nobody
Just tested again, it caused by the Function List. After I removed it,
everything
is fine, but when put it back, it crash again.
Notepad++ version: 4.1.2
Function List version: 1.2
I use the zip version of 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=482781
------------------------------
Message: 4
Date: Fri, 22 Jun 2007 04:06:59 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Makros, button and colours markers
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=4375130
By: nobody
There should be a posibility to save makros, to make buttons of them. For
example..
i push a button and makro runs.
And 2 problem..
when i'm configure my style (colours etc) and i hit on a MORE COLOURS button,
always black is set up in MORE COLOURS window. It will be better when this
colour
marker shows a actual setted colour.
thanks
btw. sorry for my english.
______________________________________________________________________
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: Thu, 21 Jun 2007 23:58:58 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Option : merge 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=4374377
By: jenslorenz
Hello,
My idea was to add plain text diff like CVS diff. The only need is to implement
an output window. But this is still more effort than your suggestion. I think
your suggestion is good idea. I can create therefore a small plugin. So there
is no need to change Notepad++.
The content of the plugin:
- A window to configure the command
- An icon for the icon bar (fast access to make a diff and the icon could be
activated/deactivated if diff is possible)
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=482781
------------------------------
Message: 6
Date: Fri, 22 Jun 2007 04:34:48 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
Auto-save
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=4375166
By: nobody
Are there plans to implement auto save (i.e. every x minutes)?
______________________________________________________________________
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: Fri, 22 Jun 2007 04:44:45 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
New Releases: HexEditor v0.8.3 & Explorer
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=4375177
By: donho
For Anonymous,
Could you send me the zipped Notepad++ folder to :
don . h @ free . fr
?
Jens,
I understand that the incoherent data may make funcntionList crash Notepad++.
For me it's a serious bug to fix because all the external settings should be
checked before passing them to your function or method.
As well, I'll think about closing the doors (the possibilities) for the plugins,
since there're a lot of events that the plugins crash Notepad++.
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=482781
------------------------------
Message: 8
Date: Fri, 22 Jun 2007 04:58:12 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Auto-save
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=4375194
By: irradium
There is a small plugin to do this. The link is:
http://fstellari.googlepages.com/AutoSave_dll_1v10.zip
I used it and I think is quite good (and I didn't have problem with it like
crash...)
By
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: 9
Date: Fri, 22 Jun 2007 05:05:47 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Mark
changed 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=4375207
By: irradium
I think could be useful for many user to have a feature like this:
when I modify one or more lines then it/they is/are marked in some way (i.e
a small bar on the left side or something else).
I have this on my "old " editor and with a quick look I can see what I have
changed during a session.
Thanks for your great work !!
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: 10
Date: Fri, 22 Jun 2007 05:18:19 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature
request: Add a mark for modified 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=4375226
By: perliz
Hi,
An ergonomic feature I'd like to see, is a mark added near the file in the tab
(or in the title bar of Notepad++, or wherever) that indicates that the file
has been modified (and not saved yet).
Thus you can see at a glance that your latest modif is not working, just because
you didn't save your file. UE does it very well, even removing the mark if you
cancel all the modifications.
Yan
______________________________________________________________________
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: Fri, 22 Jun 2007 05:42:39 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Feature request: Add a mark for modified 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=4375261
By: nobody
The small floppy image is changing its colour when you make changes in the file
______________________________________________________________________
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: Fri, 22 Jun 2007 05:54:22 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] default
comment style
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=4375300
By: vongodric
While I find NP++ a very good editor one thing sadly irritates me greatly with
every new release.
The default comment styles set to some weird font and size of 8pixels - they
really break readability and appearance of the source code as comments are not
properly aligned with the rest. I think this is very bad practice and many
people
I know and who use NP++ agree with me. So what I suggest is that comments by
default would be in same font and size as normal code (I believe the default
is Courier New 10) and possibly italic - as this is pretty much standard comment
style in many other editors.
Of course I know I can change those manually (and I do), but it becomes rather
annoying as I use a large range of languages (php, html, css, js, C, C++, xml,
ini, ...) in my everyday work. And having np++ installed on several computers...
I really believe that having comments in italic and same font as normal code
helps the readability and code flow. as It does not break the alignment.
______________________________________________________________________
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 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 13, Issue 39
*************************************************