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: Suggestion regarding
Find (volatile) keys (SourceForge.net)
2. [notepad-plus - Open Discussion] RE: Suggestion regarding
Find (volatile) keys (SourceForge.net)
3. [notepad-plus - Help] RE: Custom code folding (SourceForge.net)
4. [notepad-plus - Open Discussion] RE: Character Encoding -
Change view instantly (SourceForge.net)
5. [notepad-plus - Open Discussion] RE: Feature Req(Perhaps a
bug) for VHDL file type (SourceForge.net)
6. [notepad-plus - Open Discussion] RE: extension filter in
"find in files" dialogue (SourceForge.net)
7. [notepad-plus - Open Discussion] RE: extension filter in
"find in files" dialogue (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: extension filter in
"find in files" dialogue (SourceForge.net)
9. [notepad-plus - Open Discussion] RE: extension filter in
"find in files" dialogue (SourceForge.net)
10. [notepad-plus - Open Discussion] RE: Suggestion regarding
Find (volatile) keys (SourceForge.net)
11. [notepad-plus - Open Discussion] Macro for opening Find
dialog (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Fri, 24 Jul 2009 07:03:36 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Suggestion regarding Find (volatile) keys
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=7525111
By: maksee
Chris,
a real example, just a couple of minutes before I read your reply, I added
several
lines in my php project with npp. It was some call and I saw that a constant
should not be hardcoded in the call, but defined separately at the beginning
of the file. So I typed MYCONSTANT, copied it, CTRL-Home to go at the beginning
of the file (constants area), Shift-Ins to insert it (I'm one of those who never
uses CTRL-C,V for texts) and immediately CTRL-ALT-Down to return to the initial
place (and it it was done successfully because I know I typed this word there).
So it was not an action of me thinking "Ok, there's a word, lets discover the
places it relates to", it was just a quick daily action of saving time that
can appear dozen times in a day and save finally much more time. And as for
"universal" searching between files, I agree, it's not possible with this
approach,
but anyway, if you're coding, you're identifier- or keyword-centered. If so,
there are always language-specific words like 'function', 'class' and so on,
there are always more than one reference of local variable in one file or local
function in one file, constants etc. so you probably needs to jump between them
more often than you think you need in the first place.
As for the flexibility of npp, I'll say once again just one word "Perfect" )
The only minor suggestion for the Volatile feature is to have a possibility
to disable Wrap Around like it is possible with general search. I don't know
how to do this since this feature doesn't have its own dialog, maybe use the
same option from the general dialog? Anyway, I can live with that ) 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: Fri, 24 Jul 2009 07:51:01 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Suggestion regarding Find (volatile) keys
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=7525197
By: maksee
Chris, I would like to add some explanation I since while talking to you I
finally
understood what this suggestions was about )
Assigning shortcuts that contains Up and Down (it can be any other, not only
ctrl-alt) simply embeds "search results" window right into the text window
without
necessity to do extra actions every time. Because if we look at the feature
we see that staying at some word and having something-Up and something-Down
for jumping between the appearances is just ready "list" metaphor. And having
it available right at your fingers gives it power. Sorry for posting so much )
______________________________________________________________________
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: Fri, 24 Jul 2009 08:24:10 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Custom code
folding
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=7525294
By: cchris
It currently is not.
Wait. If you are using a user define language, you can define a special keyword
like @@@@ and ####, and use these to mark custom folding points. Otherwise,
this is not supported - but a plugin sure could do it.
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=331754
------------------------------
Message: 4
Date: Fri, 24 Jul 2009 08:32:19 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Character Encoding - Change view instantly
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=7525309
By: cchris
See http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Wrong_Dis
play_Of_Non_Latin_Characters .You'll find a synthetic macro there for changing
a character set. You'lll have to design one macro by style / charset pair.
So it should be possible - post the request on IdeaTorrent.
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: 5
Date: Fri, 24 Jul 2009 09:02:32 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Feature Req(Perhaps a bug) for VHDL file type
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=7525374
By: eneserdin
Hi,
I wanted to explain the situation with a code.
Thanks in advance.
--============================================
library IEEE;
use IEEE.std_logic_1164.all;
entity LUT is port(
a : in stD_logic_vector(7 downto 0);
b : in stD_logic_vector(7 downto 0);
clk : in std_logic
);
architecture Behavioral of LUT is
begin
-- U0, U1 and U2 declarations are
-- acceptable in VHDL and means the same
-- But folding works different for each.
-- The right one is folding of U0
U0 : example1 port map(
a => a,
b => b,
clk => clk
);
U1 : entity example2 port map(
a => a,
b => b,
clk => clk
);
U2 : entity work.example2 port map(
a => a,
b => b,
clk => clk
);
process(clk)
begin
if rising_edge(clk) then
I_CAN_WRITE <= SOMETHING_HERE;
AND_THE_PROCESS <= ENDS;
end if;
end process;
end Behavioral;
______________________________________________________________________
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, 24 Jul 2009 09:11:31 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
extension filter in "find in files" dialogue
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=7525389
By: cchris
Upgrade to 5.4.5 and you'll find the "Follow doc" checkbox, along with the
Hidden
dirs? and In subfloders options. You wwill do away with some crashes on the way.
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: 7
Date: Fri, 24 Jul 2009 09:18:49 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
extension filter in "find in files" dialogue
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=7525402
By: richo25
Hi
Um I'm not sure where this "follow doc" checkbox is you talk about. There
is no such thing in the "find in files" dialogue v5.3.1.
My point was it extremely frustrating that the filter box always changes
depending
on the file type.
I'd love a search all know source files checkbox for example.
______________________________________________________________________
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: 8
Date: Fri, 24 Jul 2009 09:19:50 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
extension filter in "find in files" dialogue
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=7525403
By: richo25
hmm oops ignore... did a refresh of the page after posting the message and it
sent it again.
______________________________________________________________________
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, 24 Jul 2009 09:27:25 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
extension filter in "find in files" dialogue
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=7525411
By: richo25
hmm the check for updates thing in notepad++ help menu didn't find that revision
as available.
I've grabbed it directly from the webpage now though.. Will give it a crack.
______________________________________________________________________
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, 24 Jul 2009 09:27:35 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Suggestion regarding Find (volatile) keys
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=7525412
By: cchris
No problem.
Did you consider using TextFX -> TextFX Viz -> Hide lines without (Clipboard)
? I should have mentioned it earlier:
Select word and copy to clipboard
Use the command. Now you only see tose lines with "Alice" in it.
And there is a "Show more lines around my position" menu entry, I let you
discover
this.
Otherwise, you sure can post your request on IdeaTorrent. But be sure to explain
why the many currently available ways need to be supplemented wihth anither
- I'm not saying you are not right, just that many people may think there are
many already.
If TextFX was still actively developed, I'd ask the developer a "Bookmark
visible
lines" new command. But this is a different story.
DARN!
I was going to hit the big grey button when I thought of yet something else:
Add a tiny change, like an extra space, to this line you started from. Then
go to top of file and do your stuff. Then Change Markers -> Jump to previous
unsaved change. Again, you can map this to Ctrl+Alt+Down or whatever you like
- Windows key is not supported.
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: 11
Date: Fri, 24 Jul 2009 10:38:18 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Macro
for opening Find 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=7525491
By: asfaloth
Hi
Is there a way to create a Macro in Notepad++ that opens the Find dialog with
a predefined search string?
This would be good, so that I don't have to remember the regexps I use from
time to time.
-Asfaloth
______________________________________________________________________
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
------------------------------
------------------------------------------------------------------------------
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 38, Issue 81
*************************************************