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 - Plugin Development] Request: function bin to
hex in textFX (SourceForge.net)
2. [notepad-plus - Open Discussion] CTRL+R Replace: do not check
selection box (SourceForge.net)
3. [notepad-plus - Plugin Development] RE: New Spell-Checker
Version 1.1 (SourceForge.net)
4. [notepad-plus - Open Discussion] Some features ...
(SourceForge.net)
5. [notepad-plus - Plugin Development] Function List Suggestion
(SourceForge.net)
6. [notepad-plus - Plugin Development] RE: Function List
Suggestion (SourceForge.net)
7. [notepad-plus - Help] FileExtensions (SourceForge.net)
8. [notepad-plus - Help] bug in notepad++ (SourceForge.net)
9. [notepad-plus - Open Discussion] RE: Request: Header/Footer
printing (SourceForge.net)
10. [notepad-plus - Help] Load Errors (SourceForge.net)
11. [notepad-plus - Help] Bug with new windows update
(SourceForge.net)
12. [notepad-plus - Open Discussion] Problem pasting texts with
CR and CR/LF (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Tue, 03 Apr 2007 23:25:07 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Request: function bin to hex in textFX
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=4242641
By: steakhacher
Hi
It could be very interesting to add direct convertion of binary to hex and hex
to binary in textFx plug-in
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=482781
------------------------------
Message: 2
Date: Wed, 04 Apr 2007 00:07:34 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] CTRL+R
Replace: do not check selection box
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=4242688
By: nobody
One more thing, I often select a part of text including white space like TAB
or line feeds, and find myself not finding any match with CTRL+R, because the
selection checkbox in the form is automatically checked. I think it is fair
to autoselect the current text seletion in the Find field, but then not
autocheck
the selection checkbox. Could you please _not_ check the selection checkbox?
______________________________________________________________________
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: Wed, 04 Apr 2007 00:25:01 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
New Spell-Checker Version 1.1
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=4242714
By: nobody
Hello Mike,
I don't belive that HKCU\Software\Aspell work, because there is no reg entry.
I didn't understand your last comment:
> An added advantage is that if I need Aspell on a machine where I do not have
permission > to register a program in HKEY_LOCAL_MACHINE I can still use Aspell
via copy-paste into > Notepad++.
Tell me, how do you copied Aspell into Notepad? Could you send me a complete
file/folder list?
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: 4
Date: Wed, 04 Apr 2007 01:00:05 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Some
features ...
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=4242759
By: nobody
Notepad++ looks great, but :
- There seems to be quite large "spaces" between lines, just a little waste
of place.
- Like editpad, there should be a bigger field for search and replace, allowing
new-line-character.
- Notepad++ should come with black background themes in addition of the normal
white one, really, saves my eyes; simply changing 2 colors in the stylers
section
is not enough, there are other background color set to white.
- Even if I'm french, I still have an english version of windows installed,
so why is there only "tahoma gras" ? Where is tahoma ? I even selected the
Dejavu
sans condensed, and the only one available is the bold one. And why can't I
set the font size to 7 ?
-
I know it sounds like I'm a notepad2 user ... I am.
Things I really like in npp :
Tabs
hexa mode
... and the other things available in that old-outdated notepad2 :) /sarcasm
______________________________________________________________________
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: Wed, 04 Apr 2007 01:31:23 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Function List Suggestion
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=4242809
By: nobody
Hi There !
We're using the function list plugin over here, and it turns out to be a very
cool plugin :)
However, there is a small functionality we'd like to see added if that's
possible.
Thanks to the regular expressions, we are able to make the distinction between
classes, methods, structs & so on (we're programming in an exotic language :p)
and to display them in the function list as "Function XXX" and "Class YYY",
so that we can jump directly to these parts of the code. The small problem is,
the list is getting long, and we'd like to be able to distinguish the lines
by using different colours for each rule.
So that we end up with something like this :
Class XXX (appears in Black)
Method A (appears in Blue)
Method B (appears in Blue)
Class YY (appears in Black)
Method C (appears in Blue)
We think this would be quite cool and it would be a nice feature until the
plugin
can provide us with a real class browser.
Another quick question, is the plugin able to display a tooltip containing
parameters
when we type a known function ? I know it does display one when we leave the
mouse cursor over the name of the function in the list, but that's a little
less convenient.
Thanks in advance.
EC Team
______________________________________________________________________
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, 04 Apr 2007 01:42:52 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Function List Suggestion
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=4242825
By: nobody
.. another suggestion that comes to my mind would be to allow
collapsing/expanding
the results of certain rules. Still based on the example above :
(expanded)
- Class XXX (appears in Black)
Method A (appears in Blue)
Method B (appears in Blue)
- Class YY (appears in Black)
Method C (appears in Blue)
(collapsed)
+ Class XXX (appears in Black)
+ Class YY (appears in Black)
We would thus say that the rule for classes allows this, and it would
automatically
include all the matches (ie: methods) between two occurences of that level (ie:
classes).
______________________________________________________________________
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: Wed, 04 Apr 2007 03:30:55 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] FileExtensions
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=4243019
By: nobody
I Use Notepad++ 4.0.2
When i save a File as "Normal text file (*.txt)
Notepad++ doesn't add the .txt extension.
Is there any option to fix this?
thx
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=331754
------------------------------
Message: 8
Date: Wed, 04 Apr 2007 04:22:40 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] bug in 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=4243084
By: nobody
When I click both middle and left buttons (simultaneously) on a tab, application
crashes.
______________________________________________________________________
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, 04 Apr 2007 04:46:06 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Request: Header/Footer printing
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=4243114
By: nobody
it would be great if the next version included an environment variable that
allowed the "number of pages" to be included in the footer when printing.
eg;
$(CURRENT_PRINTING_PAGE)of $(CURRENT_FILE_NUMPAGES)
regards
Richard Griffith
______________________________________________________________________
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, 04 Apr 2007 05:18:56 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Load Errors
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=4243159
By: nobody
I'm getting errors when double clicking on a text document:
- Load langs.xml failed!
- SCINTILLA ERROR: Can not load the dynamic library
- 106901: Scintilla.init is failed!
Everything works fine if I drag and drop a text file onto the Notepad++ icon
though.
I've tried the following steps for a similar problem that I found in the
forumns,
but the problem persists:
--------------------
1.Get Run Dialog by clicking start->run (Notepad++ should be closed).
2.Copy this text %APPDATA%\Notepad++ into the text field of Run Dialog.
3.Click ok. A folder named "Notepad++" will appear.
4.Delete 2 files config.xml and stylers.xml then unzip the zip file and launch
Notepad++.
--------------------
Thanks.
Scott C.
______________________________________________________________________
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: 11
Date: Wed, 04 Apr 2007 05:29:44 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Bug with new
windows update
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=4243175
By: nobody
Hi
I have install new correctif windows, i reboot and then when i want see HTML
source from IE7:
<img src="http://img233.imageshack.us/img233/1799/buggd7.jpg">
This windows correctif is just out now (4 april 11am)
______________________________________________________________________
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: Wed, 04 Apr 2007 05:32:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Problem
pasting texts with CR and CR/LF
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=4243178
By: nobody
Hi,
How can I paste a text into notepad++ that looks like
a<CR>b<CR><LF>
without adding/changing/deleting any controlcodes?
I either get a<CR>b<CR> or a<CR><LF>b<CR><LF> or a<LF>b<LF> (depending on the
selected format).
Regards,
Matthias
P.S. Right now I paste it into notepad ... save it ... open it in 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=331753
------------------------------
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 11, Issue 5
************************************************