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] Windows 7 Find Dialogue Bug
(SourceForge.net)
2. [notepad-plus - Open Discussion] RE: Windows 7 Find Dialogue
Bug (SourceForge.net)
3. [notepad-plus - Open Discussion] RE: Requests for
enhancement: several (SourceForge.net)
4. [notepad-plus - Help] What are those blue balls? (SourceForge.net)
5. [notepad-plus - Help] RE: What are those blue balls?
(SourceForge.net)
6. [notepad-plus - Help] RE: dash "-" operator breaks comment
highlighting (SourceForge.net)
7. [notepad-plus - Help] RE: 30000 Character limit in User
Defined Keyword (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Notepad++ v5.4 RC 2 -
Bug (SourceForge.net)
9. [notepad-plus - Plugin Development] RE: File Switcher 1.0
(SourceForge.net)
10. [notepad-plus - Open Discussion] RE: Open at last line
(SourceForge.net)
11. [notepad-plus - Plugin Development] File Switcher 1.0.0.2
restoring selected text (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Wed, 13 May 2009 18:16:17 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Windows
7 Find Dialogue Bug
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=7390127
By: dave5179
Hey N++ People,
I'm trying out Windows 7 and when I bring up the find / replace dialogue and
then close it a 1/2 transparent ghost remains forever until I kill the program.
I can provide screens or a log upon request.
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=331753
------------------------------
Message: 2
Date: Wed, 13 May 2009 18:57:43 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Windows 7 Find Dialogue Bug
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=7390191
By: drshelper
This has been reported and they have a fix, but you'll have to wait for the
next RC
______________________________________________________________________
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, 13 May 2009 19:41:27 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Requests for enhancement: several
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=7390261
By: joleg74
RE: item # 2: Menu Settings | Styler Configurator | PHP
In style, select WORD. You'll see that you can add user defined keywords.
I've used that with Python to have 'self' highlighted.
As for preserved settings, I suggest you do as I've done for that tabs, and
file in a feature request.
To "+1" go to the feature request, and add a comment that you'd like to see
that happen too.
joce.
______________________________________________________________________
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, 13 May 2009 21:42:52 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] What are those blue
balls?
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=7390445
By: sivantal
When I click on the left margin of a view (near the line number if line numbers
are set on) a little blue circle appears. Another click makes it go away.
What are those icons used for, and how do I use them?
______________________________________________________________________
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, 13 May 2009 22:15:42 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: What are those
blue balls?
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=7390503
By: joleg74
These are bookmarks you can set yourself to have the cursor jump quickly to
different points in your document.
They can be toggled with Ctrl-F2 as well.
To jump to next one, press F2. The previous one is Shift-F2
For example: Pretty useful if you have to work on something like 2 functions
that are at 2 very different place in a file.
joce.
______________________________________________________________________
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: Thu, 14 May 2009 01:14:56 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: dash "-"
operator breaks comment 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=7390702
By: mistershawn
Yeah, I noticed that "treat keyword as symbol" option, but that doesn't fix
this problem (it has no effect if "-" is an operator keyword). That option does
help for lines that are all dashes usually used to show the start/end of a
comment
block:
--------------------------------------
-- interesting comment
-- comment
-- comment2
--------------------------------------
The first/last lines above don't highlight with the comment keyword without
the "treat as symbol" option enabled. None of these five lines are highlighted
if "-" is a defined operator.
______________________________________________________________________
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: 7
Date: Thu, 14 May 2009 01:31:01 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: 30000 Character
limit in User Defined Keyword
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=7390712
By: mistershawn
Yeah, I have two other groups defined already, and I could split this group
into about 3 logical sets, but the largest would still be 50,000 charaters,
so I would need two groups (with identical formatting) for that one (making
4 groups total).
I just realized that my followup post from yesterday was in the wrong thread:
> An alternate (maybe ever preferable) solution would be to
> increase the number of keyword lists that can be defined.
> Then I could break my list into several subsets of 30,000
> characters or less and have control over the formatting for
> each subset. Thanks for any tips!
______________________________________________________________________
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: Thu, 14 May 2009 05:54:39 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v5.4 RC 2 - Bug
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=7390966
By: sereby
One Bug is still present:
i'm running Windows 7 but as far as i remeber it was on XP the same problem:
open the search dialog with Ctrl + F and then close it.
the window border still remains !!!
______________________________________________________________________
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: Thu, 14 May 2009 07:53:20 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
File Switcher 1.0
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=7391135
By: davegb3
That's what comes of trying to do 6 things at once and release something before
you leave! I've switched the functions round, and it seems to be working right
now, menu clicks and ctrl-tab/ctrl-sh-tab.
Ansi :
http://www.brotherstone.co.uk/npp/FileSwitcher_ANSI1002RC.zip
Unicode:
http://www.brotherstone.co.uk/npp/FileSwitcher_UNI1002RC.zip
If this looks good for you - I think this should be 1.0.1.0, as a user would
need to remap their shortcuts.
Thanks again, and sorry for the botched release.
Dave.
______________________________________________________________________
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: Thu, 14 May 2009 08:08:01 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Open
at last line
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=7391169
By: zorro3210
Thank you both
My .out file are open automatically with notepad++
But how to i make it done with the option -n9999999, please?
thanx
______________________________________________________________________
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: Thu, 14 May 2009 08:25:38 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] File
Switcher 1.0.0.2 restoring selected text
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=7391205
By: fool4uanyway
This seems to work again, like expected, although I did not yet fully try it.
Just had a go with the Tab key combo's. By the way, I love those file state
icons in the dialog now!
In the Options, I saw "Sort descending" is checked (by default?), but I can't
change that because I have the File Switcher remember my user selected sort
order, no predefined column. However, my sort order surely isn't descending.
I even changed that temporarily, to be able to uncheck the "Sort descending"
checkbox. I changed back to user selected sort order. Now I notice the "Sort
descending" checkbox is checked again! How come?
Still, it seems the File Switcher messes with the currently selected text in
the document as I tried to explain before. When I switch to a document, the
text that was selected there before leaving the document, isn't selected
anymore/again. Also, the cursor position has moved to the top of the document.
So I lost my selection and cursor position.
When I return to a document, I want to have, just as before:
- the (previously) selected text to be selected again
- the cursor position to be where it was before (again)
- the selected text and the cursor position may have been out of view before,
so
- the view position on the file to be as it was before (vertical scrollbar
position
or, as in the session file, the first visible line to be the same as it was
when I left)
______________________________________________________________________
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
------------------------------
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 36, Issue 32
*************************************************