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: Notepad++ File
Association (SourceForge.net)
2. [notepad-plus - Plugin Development] RE: Plugin Margin,
Marker, and Indicator Numb (SourceForge.net)
3. [notepad-plus - Open Discussion] RE: Compare 1.5.3 released
(SourceForge.net)
4. [notepad-plus - Open Discussion] Load language in
user-defined-lang. dialog (SourceForge.net)
5. [notepad-plus - Open Discussion] RE: Print Feature Request
(SourceForge.net)
6. [notepad-plus - Plugin Development] Find/Replace from file
(SourceForge.net)
7. [notepad-plus - Plugin Development] RE: Find/Replace from
file (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Unicode/ASCII Char value
in Status bar (SourceForge.net)
9. [notepad-plus - Plugin Development] RE: NppExec v0.3.1 has
been released! (SourceForge.net)
10. [notepad-plus - Open Discussion] RE: Notepad++ File
Association (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Fri, 19 Jun 2009 12:09:24 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ File Association
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=7453489
By: asherber
This is a big deal for me, and the one thing keeping me from using NPP as my
main editor. I need to preserve the original file types (and icons), so that
things don't all get grouped together as NPP files.
IMO, Textpad handles this exactly right. Take for example the extension .pas,
which is initially registered as DelphiUnit. So the registry has (roughly):
HKCR\.pas = DelphiUnit
HKCR\DelphiUnit = "Delphi Source File", icon from Delphi, open with Delphi
When I tell Textpad to associate with .pas files, it makes a copy of the
DelphiUnit
key and calls it HKCR\TextPad.pas, and it changes the command parts of the key
to refer to Textpad -- but it leaves the description and icon as they were.
Then it changes HKCR\.pas to point to Textpad.pas. Finally, it adds an entry
under HKCU\Textpad\Associations, .pas=DelphiUnit, so that if I tell Textpad
to stop handling .pas files, all it has to do is write the value DelphiUnit
back to HKCR\.pas.
Contrast this with NPP, which simply takes HKCR\.pas and points it (along with
all other associated files) to HKCR\Notepad++_file. This is what makes all
associated
files get lumped together with the same icon and description.
I really wish this could be changed. I otherwise love this app.
Thanks,
Aaron.
______________________________________________________________________
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: Fri, 19 Jun 2009 12:25:29 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Plugin Margin, Marker, and Indicator Numb
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=7453506
By: countdown
Here you go:
Screenshot of a comparison:
http://i249.photobucket.com/albums/gg229/CountDown_0/Compare.png
Clear results: http://i249.photobucket.com/albums/gg229/CountDown_0/ClearResults
.png
Version: http://i249.photobucket.com/albums/gg229/CountDown_0/Version.png
I would also like to send you the files that I am comparing, but I don't know
how to do it. Email? Or should I open a new item in the bug tracker? In case
you don't want to publish your email address, my name is Fabio Turati, and my
email is
name dot surname at infinito.it
(I hope spambots can't recognize this format ;-) ); send me an email and I'll
reply attaching them (they're very small, don't worry).
And no, I didn't tell the maintainer of Compare plugin because when I clear
the results, N++ correctly considers the file as unmodified, that's why I think
the problem is related with Change markers. But after all you are right, I'd
better tell Jean-S?bastien as well. I'll do it in a minute.
______________________________________________________________________
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: Fri, 19 Jun 2009 12:29:48 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Compare 1.5.3 released
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=7453517
By: countdown
Hi Jean,
I'm afraid there's a problem with Compare plugin and Change markers. When I
compare 2 files and clear the results, the change markers report the lines have
been modified. I've reported the problem in the Change markers thread, here:
https://sourceforge.net/forum/forum.php?thread_id=2984130&forum_id=482781
(messages
from June 11).
______________________________________________________________________
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: Fri, 19 Jun 2009 12:39:08 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Load
language in user-defined-lang. dialog
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=7453530
By: m_mirk
Dear all,
I would like to customize N++ to a new programming language, similar to a
existing
one (Matlab).
How can I load an existing language into the "user-defined-language" dialog,
to do small changes?
(my main problem: I need to "disable" string/char delimiters ' ' )
(Also doing changes in an XML is fine, but I found no option for string
delimiters
there)
Thank you
Mirk
______________________________________________________________________
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: Fri, 19 Jun 2009 13:20:28 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Print Feature Request
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=7453575
By: begleysm
Does no one have anything to say on this topic? I think it would be a fairly
simple feature that would add a significant benefit to anyone who likes to run
a theme with a dark background.
Sean
______________________________________________________________________
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: Fri, 19 Jun 2009 14:17:35 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Find/Replace from 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=7453677
By: lhutmacher
Any thoughts on how to do a massive find/replace?
Basically i've got a huge xml document & a list of about 100 find/replace stings
to apply to the document. unfortunately, it needs to be done once every few
days to recreate a database schema & i just cant find any decent way to
massively
find & replace stuff. I use Notepad ++ for all my other text 'needs' and
figured
someone here may have seen this issue before.
Any thoughts? here's an example
find:
<field name="ABSOLUTEDISTANCE" aliasName="AbsoluteDistance" esriFieldType="3"
length="8" precision="0" required="False" scale="0" domainFixed="False"
editable="True" isNullable="True" modelName="AbsoluteDistance"/>
replace with:
<field name="ABSOLUTEDISTANCE" aliasName="AbsoluteDistance" esriFieldType="3"
length="8" precision="15" required="False" scale="2" domainFixed="False"
editable="True" isNullable="True" modelName="AbsoluteDistance"/>
______________________________________________________________________
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: 7
Date: Fri, 19 Jun 2009 14:20:18 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Find/Replace from 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=7453683
By: lespea
You might want to look into a scripting language like perl or python. Or maybe
use something like awk/sed if you have access to a linux box.
______________________________________________________________________
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, 19 Jun 2009 14:21:49 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Unicode/ASCII Char value in Status bar
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=7453690
By: cchris
Not to my knowledge.
Some material on cding plugins can be found at
http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Plugin_Resour
ces
CChris
______________________________________________________________________
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, 19 Jun 2009 08:01:43 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
NppExec v0.3.1 has been released!
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=7453042
By: dv__
Hi ILme.
You wrote:
> behave with pathes when hitting the TAB key
It's an interesting idea. Something I was thinking about, but did not implement.
Please let me know when it will be done. Such function may optionally work
BEFORE
the existing one - i.e. first search for matching file names in current folder
and in the folders listed in %PATH%, then search for matching folder names if
the current command is "cd" and, finally, search for matching NppExec's commands
(the existing behaviour).
> When the entered line consists of only 1 char (also ">"),
> then it gets replaced with a "CMD /Q /K"
This could be implemented as additional components listed in
"NppExec_TechInfo.txt".
Here is what I mean: we can add a support of "aliases" inside "NppExec.ini"
which would allow to use these "aliases" instead of often used commands. For
example, something like this:
[Console]
; '>' instead of 'cmd /q /k'
Alias_Prefix_0 = > :: cmd /q /k
; 'c/' instead of 'cmd /c'
Alias_Prefix_1 = c/ :: cmd /c
; 'v+' instead of 'npe_console v+ --'
Alias_Prefix_2 = v+ :: npe_console v+ --
; 'v-' instead of 'npe_console v- --'
Alias_Prefix_3 = v- :: npe_console v- --
...
______________________________________________________________________
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: 10
Date: Fri, 19 Jun 2009 14:25:07 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ File Association
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=7453695
By: cchris
Try searching this and the Help forum for file associations. I remember someone
had posted a complete solution with the text of a .reg or .inf file to import
into the reistry. That was a couple month ago iirc.
CChris
______________________________________________________________________
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
------------------------------
------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 37, Issue 49
*************************************************