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. Re: n++ and iso format (Hoween)
2. [notepad-plus - Plugin Development] Right Button access to
plugins (SourceForge.net)
3. [notepad-plus - Open Discussion] Only one feature stopping me
from using this (SourceForge.net)
4. [notepad-plus - Help] RE: File Association settings are not
saved (SourceForge.net)
5. [notepad-plus - Plugin Development] RE: quicktext with tab
modification release (SourceForge.net)
6. [notepad-plus - Open Discussion] RE: Find (CTRL+F) takes
several seconds/big f (SourceForge.net)
7. [notepad-plus - Help] RE: File Association settings are not
saved (SourceForge.net)
8. [notepad-plus - Help] RE: File Association settings are not
saved (SourceForge.net)
9. [notepad-plus - Open Discussion] RE: Default black background
style (SourceForge.net)
10. [notepad-plus - Open Discussion] RE: Default black background
style (SourceForge.net)
11. [notepad-plus - Help] Folding PHP multi-line comments
(SourceForge.net)
12. [notepad-plus - Plugin Development] RE: FTP_synchronize 0.9.6
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Thu, 29 May 2008 11:10:44 +0200
From: Hoween <[EMAIL PROTECTED]>
Subject: Re: [Notepad-plus-plus] n++ and iso format
To: Andrzej <[EMAIL PROTECTED]>
Cc: [email protected]
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-2
Hi. You can use ConvertExt plugin with defined charsets. I'm using
this ConvertExt.enc for czech chars:
GROUP "ISO-8859-2"
TABLE "WINDOWS-1250"
{
8A 9A 8E 9E 8D 9D // ? ? ? ? ? ?
}
TABLE "ISO-8859-2"
{
A9 B9 AE BE AB BB // ? ? ? ? ? ?
}
You can easily add another chars.
2008/5/29 Andrzej <[EMAIL PROTECTED]>:
> Hi,
>
> I am trying to edit my webpage with Notepad ++, can anyone tell me how to
> force the app to save the document in the iso-8859-2 format?
>
> Thanks!
> regards
> andy
> -------------------------------------------------------------------------
> 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
>
>
--
Hoween
------------------------------
Message: 2
Date: Wed, 28 May 2008 09:00:10 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Right
Button access to plugins
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=4992193
By: raulmateos
Hello!
There is any plugin that allows to access the plugins using right button (for
example, select a text and [right button] Plugins > MIME Tools > Base64 Encode)
Thanks
Raul
______________________________________________________________________
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: Wed, 28 May 2008 10:02:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Only one
feature stopping me from using this
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=4992330
By: digitman22
I LOVE notepadd++, there is just one missing feature which is forcing me to
use Eclipse IDE. Whenever there are curly braces the code between them should
be auto-idented between them, e.g:
if ($x==2)
{
//Code
}
Right now this doesn't happen and you have to press TAB for the code to get
idented. This is such a minor feature but is important for me as I've gotten
used to it. Please, please implement it in the next release?
______________________________________________________________________
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: Wed, 28 May 2008 12:06:08 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: File
Association settings are not saved
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=4992551
By: fool4uanyway
What exactly do you mean to say?
Do you have to set the syntax highlighting language everytime you open the same
file(s)?
This is because you haven't set the specific file type/extension to use the
desired syntax highlighting language. You probably select the desired language
from the menu every time.
You could use the session saving option to re-open any files opened when
Notepad++
was closed. This will also restore the chosen language. Of course, this will
not work as soon as the file was closed before Notepad++ was.
A better approach is to add the specific file type/extension to the list of
extensions for the desired language.
"RE: Changing EXT in stylers.xml doesnt highlight" - 2008-04-01 22:12
http://sourceforge.net/forum/message.php?msg_id=4878216
______________________________________________________________________
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, 28 May 2008 12:11:08 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
quicktext with tab modification release
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=4992557
By: adrianliem
my further dirty tab-quicktext patch:
+features:
1. non-alphanumeric-characters snippet-triggers
2. hotspot one-time-cycle
changes:
1. quicktext.ini file should be using " = " instead of "=" for the delimiter
drawback:
1. cannot use tab to give real indentation in the hotspot cycle
known problem:
1. cannot use comment (character ";") in the QuickText.ini file yet
URL:
http://rapidshare.com/files/118372740/QuickTextTabUpdate2.zip.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: 6
Date: Wed, 28 May 2008 12:30:01 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Find
(CTRL+F) takes several seconds/big f
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=4992598
By: amadawn
I have also seen this issue. I actually think that the performance of Notepad++
when editing large files is not very good, and probably one of the weakest
points
of an otherwise really good editor.
Another example of this problem is the new (and really cool) "auto-highlight"
feature, that automatically highlights all occurences of the selected word.
This is also really slow when editing big files, specially above 20 MB.
I hope you can hope in improving this since I know of a few people who have
switched to other editors because of the poor performance of Notepad++ with
big files.
Cheers,
Amadawn
______________________________________________________________________
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: Wed, 28 May 2008 12:42:22 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: File
Association settings are not saved
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=4992616
By: jfnieto
Syntax highlighting works fine. What I want is to have NP++ as the default
editor
for all my text files (php, html, txt, ini, css...).
So I go to the menu options Configure... | Preferences | File Associations.
There a list of available and associated extensions appear. But the list of
associated extensions is always empty after a restart of the application. Even
if I move extensions from the available side to associated exts, they just
disappear
when I close and re-start the program.
Here you can see an snapshot of the config option I mean:
http://usuaris.tinet.cat/jfuentes/tmp/np-files.png
In the example, the .txt is associated to Notepad++. But when I quit the
program,
the list will be empty again :(
Thanks ;)
______________________________________________________________________
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, 28 May 2008 12:54:02 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: File
Association settings are not saved
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=4992639
By: fool4uanyway
Perhaps your settings are saved to one file, but read from another.
"RE: Does Update = Lose all configuration?" - 2008-04-17 15:19
http://sourceforge.net/forum/message.php?msg_id=4912011
______________________________________________________________________
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: Wed, 28 May 2008 13:13:13 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Default black background 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=4992680
By: rhyous
That would be awesome!
______________________________________________________________________
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, 28 May 2008 13:13:36 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Default black background 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=4992682
By: rhyous
Thanks this is now what I am doing.
______________________________________________________________________
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: Wed, 28 May 2008 16:19:38 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Folding PHP
multi-line comments
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=4992967
By: wyrmul
Is there a way to set multi-line comments /*...*/ to fold using PHP as
the language?
______________________________________________________________________
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: Thu, 29 May 2008 03:11:56 -0700
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=4993749
By: cobaltbluedw
I just wanted to report an error for 0.9.6.
I have multiple pages open, mostly PHP code. I open FTP_synchronize 0.9.6 using
the 'show' dropdown menu. The log window spans the bottom of the screen, and
the files window vertically spans the right side of the screen. I'm assuming
that is the default configuration. Anyways, I drag the log frame up onto the
Files frame so that they are tabbed. I switch back to the Files frame tab.
I resize the divider so a majority of the Files frame is the directory listing
window. I then close FTP_synchronize 0.9.6 using the 'x' in the top right
corner
of the Files frame. Notepad++ crashes with a fatal error instantaneously.
That is the full process (so no FTP connection is made), and it is quite
repeatable
for me. Hopefully it is for you too.
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
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 24, Issue 65
*************************************************