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] Function      List Suggestion
      - Pulldown List (SourceForge.net)
   2. [notepad-plus - Help] RE: fixed width characters (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Sorting A    File
      (SourceForge.net)
   4. [notepad-plus - Help] Verilog/Costume     function/folding
      (SourceForge.net)
   5. [notepad-plus - Plugin Development] RE: Replace   (Numeric Like
      Math) (SourceForge.net)
   6. [notepad-plus - Plugin Development] RE: Replace   (Numeric Like
      Math) (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE: NEW       FunctionList v
      2.0 ALPHA (SourceForge.net)
   8. [notepad-plus - Help] RE: Verilog/Costume function/folding
      (SourceForge.net)
   9. [notepad-plus - Plugin Development] RE: NEW       FunctionList v
      2.0 ALPHA (SourceForge.net)
  10. [notepad-plus - Plugin Development] RE: NEW       FunctionList v
      2.0 ALPHA CRASH (SourceForge.net)
  11. [notepad-plus - Plugin Development] RE: NEW       FunctionList v
      2.0 ALPHA (SourceForge.net)


----------------------------------------------------------------------

Message: 1
Date: Wed, 27 Jun 2007 19:08:02 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        Function        List Suggestion - Pulldown List
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=4384805
By: lizdresk

Hello,

First I must just state how much I love Notepad++ and the extensions for it.
I won't go into a big thing here, but it is simply the best text editor I have
ever used.

That being said, one feature I would like to see but will be difficult to 
incorporate
due to the nature of the plugins floating window and docking system, is one
where the functions listing for the Function List plugin can be a simple 
pulldown,
akin to the system used in the Microsoft Visual Studio systems.  I only use
the Function List plugin myself, and find it taking too much space as either
a floating window or a docked pane (either on a side or on the bottom / top).
I don't know if the Notepad++ API could support some kind of easy pulldown,
perhaps along the tab listing of documents (if that even is a good idea), but
ultimately I would greatly appreciate if the function listing could be turned
into a pulldown system.

Again, thanks to everyone for creating this amazing text editor that I use both
in the personal and professional workspaces.

- Dresk

______________________________________________________________________
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, 27 Jun 2007 19:21:29 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: fixed width
        characters
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=4384815
By: nobody

I am sure I tried everything. I cleared all fonts for the "php" style,
and set Courier at the global styles.
Even when I restarted the program the font was not showing as fixed-width.

Now it works OK. If I manage to reproduce it I will get of copy of stylers.xml
(now that i know better).

Thanks for taking the time to reply. I appreciate it.

______________________________________________________________________
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: 3
Date: Wed, 27 Jun 2007 19:21:55 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Sorting A       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=4384817
By: bullock

There is a file available, NPPTextFXdemo.Txt, which demonstrates a number of
features possible with the TextFX plugin, including sorting on columns.  Thus,
it serves as documentation for those features.

I don't think the file is installed with NP++, although I think it should be.
If you don't have it in your Notepad++\plugins folder, then you can download
an archive that includes that file and more at
http://textfx.no-ip.com/textfx/NPPTextFX27-v0.24aRelease-NPP34.zip.

Regards.
Greg

______________________________________________________________________
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, 27 Jun 2007 20:27:31 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Verilog/Costume
        function/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=4384881
By: nobody

I'me using NP++ with Verilog, 

1. I can't make the function list work 
(I think that :
module mod_name ( port_1,port_2 );
input port1;
output port2;

assign ..
always ...
.
.

endmodule
cann't work - no function start block as "{" in "c" lang. )

-- if some one has a solution post it.

2. I'd like to be able to fold if-else , case, always, ect.. 
-- is there some way to costume folding ??

______________________________________________________________________
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, 27 Jun 2007 20:50:11 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Replace (Numeric Like Math)
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=4384895
By: bullock

Starting with 

heyx 
heyx 
heyx 

Copy the text "234#" (without the quotes) to the clipboard.
Put your cursor before the x in the first line.  Hold down the <Alt>+<Shift>
keys, and move the cursor just past the x in the last line.
Choose TextFX: TextFX Edit: Insert (Clipboard) through lines.
You now have

hey234x 
hey235x 
hey236x 

You can delete the x's with search/replace or with a keystroke macro.  Better
yet, don't bother typing the x's in the first place.

Similar steps will also work for the second task you mentioned, but in some
cases you can more simply use TextFX: TextFX Tools: Insert Line Numbers.

Regards.
Greg


______________________________________________________________________
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, 27 Jun 2007 20:52:41 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Replace (Numeric Like Math)
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=4384897
By: bullock

Whoops!  Correction.  I meant to type "#234", not "234#".

Greg

______________________________________________________________________
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, 27 Jun 2007 23:46:19 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        NEW     FunctionList v 2.0 ALPHA
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=4384993
By: nobody

The pipe doesn't work as a RegEx. I added it only as a feature for "Function
End to Body Begin" and "Body Begin to Body End". If you want to have behaviour,
you need to create a new Group Rule. Press on "Add Rule" and copy the needed
filds from one group into the other. Change for example "\<include\>" to
"\<include_once\>".

Regarding the Group Rules. Every Group Rule works if you create the correct
Parsing Rules. Look into other examples. They are working.

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: 8
Date: Wed, 27 Jun 2007 23:55:11 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Verilog/Costume
        function/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=4385004
By: nobody

So you would like to list modules in addition in Function List?

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=331754



------------------------------

Message: 9
Date: Thu, 28 Jun 2007 00:02:03 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        NEW     FunctionList v 2.0 ALPHA
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=4385012
By: jbkilian

Hi,

first test of your plugin looks excellent.

But the refresh/redraw behaviour is not as good as it could be: on each refresh
of the list, the display flushes - which is not very nice ...

Questions/Suggestions:
* How to set the refresh interval?
* Preference to toggle automatic/manual refresh of list would be nice 

______________________________________________________________________
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, 28 Jun 2007 00:34:26 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        NEW     FunctionList v 2.0 ALPHA CRASH
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=4385043
By: nobody

Dear Jens,
Sorry, but I've found no way to attach the files. So here is an example file
(copy the part between BOF and EOF into a new file and name it for example
'text.sdn').

%% BOF
        [2000] <
    [Oktober] <
[2000_10_10] Di <
    Some text ...
    > > >
    [November] <
[2000_11_28] Di <
    Some text ...
    > > 
[2000_11_29] Mi <
    Some text ...
    > > >
        [2002] <
    [Juni] <
[2002_06_12] Mi <
    Some more text ...
    > > > >
%% EOF
    

I had defined the groups 'Year', 'Month', and 'Day' as follows and it works
properly:


    <Language name="SDN" imagelistpath="">
        <Group name="Year" subgroup="" icon="0" child="7" autoexp="0" 
matchcase="0"
fendtobbeg="" bbegtobend="">
            <Rules regexbeg="[ t]*\[+" regexfunc="[0-9]+" regexend="\]+" 
bodybegin=""
bodyend="" sep="" />
        </Group>
        <Group name="Month" subgroup="" icon="0" child="1" autoexp="0" 
matchcase="0"
fendtobbeg="" bbegtobend="">
            <Rules regexbeg="[ t]*\[+" regexfunc="[a-zA-Z&#xE4;&#xF6;&#xFC;]+"
regexend="\]+" bodybegin="" bodyend="" sep="" />
        </Group>
        <Group name="Day" subgroup="" icon="0" child="0" autoexp="4" 
matchcase="0"
fendtobbeg="&lt;" bbegtobend="&gt;">
            <Rules regexbeg="[ t]*\[+" regexfunc="([0-9]+_[0-9]+_[0-9]+)"
regexend="\]+" bodybegin="" bodyend="" sep="" />
        </Group>
    </Language>

    
But when I define 'Month' as a subgroup of 'Year' and 'Day' as a subgroup of
'Month', NPP is crashing:


    <Language name="SDN" imagelistpath="">
        <Group name="Year" subgroup="" icon="0" child="7" autoexp="0" 
matchcase="0"
fendtobbeg="" bbegtobend="">
            <Rules regexbeg="[ t]*\[+" regexfunc="[0-9]+" regexend="\]+" 
bodybegin=""
bodyend="" sep="" />
        </Group>
        <Group name="Month" subgroup="Year" icon="0" child="1" autoexp="0"
matchcase="0" fendtobbeg="" bbegtobend="">
            <Rules regexbeg="[ t]*\[+" regexfunc="[a-zA-Z&#xE4;&#xF6;&#xFC;]+"
regexend="\]+" bodybegin="" bodyend="" sep="" />
        </Group>
        <Group name="Day" subgroup="Month" icon="0" child="0" autoexp="4"
matchcase="0" fendtobbeg="&lt;" bbegtobend="&gt;">
            <Rules regexbeg="[ t]*\[+" regexfunc="([0-9]+_[0-9]+_[0-9]+)"
regexend="\]+" bodybegin="" bodyend="" sep="" />
        </Group>
    </Language>

    
Then when I restart NPP and make a file with SDN-Syntax the active file, the
programm stops.

Or did I misunderstand the subgroup function and this subgrouping isn't 
allowed??
What I want is a structure like this:
    
  |-2000
  |   |-Oktober
  |   |    |-2000_10_10
  |   |-November
  |        |-2000_11_28
  |        |-2000_11_29
  |-2002
      |-Juni
           |-2002_06_12

Best regards and thank you for your help,

Simon

PS: If you want, give me your email adress. Than I'll sending you my complete
NPP-folder.


______________________________________________________________________
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: 11
Date: Thu, 28 Jun 2007 01:32:19 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        NEW     FunctionList v 2.0 ALPHA
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=4385106
By: jbkilian

Question: What is "Subgroup" in "Language Parsing Rules" for?

Question: Is it possible to define a "hierarchy" of "functions"? What I want
to do is (for Perl): Showing all SUB's (functions) in the function list. 
Double-Click
on the function in the function list should expand the function to display 
(within
the function list) all declarations of variables within the function as children
of the function ...
I tried to define "Variable declarations" as subgroup of "SUB" but didn't 
succeed.
Omitting subgrouping all variable declarations allover the source are displayed
...

______________________________________________________________________
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 DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

------------------------------

_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 13, Issue 53
*************************************************

Reply via email to