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 - Help] RE: Double click in Windows Explorer
      (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Feature      Request:
      Customizing Tab Setting (SourceForge.net)
   3. [notepad-plus - Plugin Development]       SearchInFiles on network
      drive (SourceForge.net)
   4. [notepad-plus - Plugin Development] Is it possible to add new
      syntax highlight? (SourceForge.net)
   5. [notepad-plus - Plugin Development] Function      list: show
      classes and hierachy (SourceForge.net)
   6. [notepad-plus - Open Discussion] Is there have    project
      concept ? (SourceForge.net)
   7. [notepad-plus - Help] Change complete text        sections?
      (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE:   Function list: show
      classes and hierachy (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Is there     have project
      concept ? (SourceForge.net)
  10. [notepad-plus - Plugin Development] RE:   Function list: show
      classes and hierachy (SourceForge.net)
  11. [notepad-plus - Plugin Development] RE:   Function list: show
      classes and hierachy (SourceForge.net)
  12. [notepad-plus - Help] RE: Notepad++ in    X/K/Ubuntu...
      (SourceForge.net)
  13. [notepad-plus - Open Discussion] RE: Command      Line Switch /p
      (SourceForge.net)


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

Message: 1
Date: Thu, 21 Jun 2007 01:08:08 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Double click in
        Windows Explorer
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=4372711
By: nobody

Looks like this is bug #1664872.

______________________________________________________________________
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: 2
Date: Thu, 21 Jun 2007 02:18:12 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature Request: Customizing Tab Setting
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=4372812
By: peteoshea

I would also like to see a tab setting based on the programming Language. Some
code I look at indents to 2 spaces, some to 3 and this seems to be a general
thing depending on which language is selected.

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: 3
Date: Thu, 21 Jun 2007 02:19:07 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        SearchInFiles on network drive
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=4372813
By: nobody

When I use this plugin on unc network path or on network drive it does not find
any mathes, but if I copy the same files and folders on my local drive it find
what I'm looking for.

os XP SP2
n++ 4.1.2
SearchInFiles 1.0.0.2

______________________________________________________________________
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: Thu, 21 Jun 2007 02:32:11 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Is it
        possible to add new syntax highlight?
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=4372827
By: nobody

How can I add new syntax highlight to 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=482781



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

Message: 5
Date: Thu, 21 Jun 2007 03:36:24 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        Function        list: show classes and hierachy
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=4372927
By: pnemry

Note: This is a request for enhancement of the "Function List" plugin.

When editing python files (I didn't checked with other file formats but I 
believe
the behaviour will be the same), only function definitions are displayed in
the "Function List". I assume it was the initial purpose but OO-languages also
support classes and it would be very nice to show these classes as well, 
together
with a tree structure. For the time being (v4.1.2), a file containing two 
classes
of 2 functions will be displayed as:

---------
function1
function2
function1
function2
---------

If you have a very large file with many functions, it's difficult to find out
which function belong to which class when the function names are close from
each other. A much improved display would be:

-----------
class1
  function1
  function2
class2
  function1
  function2
-----------

Note that some functions can also be defined outside of a class.


The quesion now: Do you think this is something possible for a future version
of the plugin? Of course the plugin become more a "File Structure" than a 
"Function
List" but everybody should evolve :-)

Thanks for nice job already done and waiting for answer.

______________________________________________________________________
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: Thu, 21 Jun 2007 04:04:11 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Is there
        have    project concept ?
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=4372970
By: nobody

Hi, I use this tool and find it's very good.
But one thing isn't convenience. There have no 'project' I can create which
include many relative files.
In this project files, it can auto find relative variable or function in a list
which Like in <b>Source Insight</b>.


 

______________________________________________________________________
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: Thu, 21 Jun 2007 02:59:24 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Change complete
        text    sections?
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=4372871
By: nobody

How can I change not only a text line, but a complete text section made of a
few text lines?

Sorry for my bad English, but I hope that you wil understand my question ... 

______________________________________________________________________
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, 21 Jun 2007 05:19:13 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Function list: show classes and hierachy
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=4373056
By: jenslorenz

Hi, I have good news for you!

I am near finish of my new Function List 2.0 ALPHA. The features will be:
 
- Storing of all parsing rules in a XML file (not in insertExt.ini anymore)
- Tree and List support with/without icons 
- New "User Rules" dialog to change every language parsing rule

This will be the display of the tree:

O INCLUDE 
O CLASS 
|-O Class name
| |-O ENUM
| | |-- Enum 1 
| | '-- Enum 2 
| '-O METHODE
|   |-- Metohde 1 
|   '-- Methode 2 

Same file as list:

Enum 1
Enum 2
Methode 1
Methode 2

 
Also I plan to integrate until RC: 
- Interaction with SpellChecker (Spell Checker checks only comments and text
blocks)

What I have to do until the RC in addition:
- Performance improvement
- Fix some display issues
- Convert parsing rules for all languages

What I need from users/community:
- Trouble reports
- Update of language rules
- A bitmap file with icons (16x16 in a row) !!!

ALPHA version will be published this weekend!

 
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: 9
Date: Thu, 21 Jun 2007 05:29:08 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Is
        there   have project concept ?
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=4373068
By: jenslorenz

Hi,

- Source Insight is more an IDE than a text editor. Notepad is more a text
editor.
- Notepad is free, Source Insight is expensive

Function List is everything that you will get here to navigate in a file. A
project plugin is possible but not to show functions, classes, structs, 
variables,
arrays, etc. for all build in files. It's a lot of work to integrate this and
we are only a few developers.

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



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

Message: 10
Date: Thu, 21 Jun 2007 07:17:58 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Function list: show classes and hierachy
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=4373238
By: nobody

I hope the "Interaction with SpellChecker" can be an option for user, because
I will not use that.

Um.....icons? You means you want icon?

______________________________________________________________________
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, 21 Jun 2007 07:25:18 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Function list: show classes and hierachy
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=4373260
By: nobody

http://www.famfamfam.com/lab/icons/silk/preview.php

The above site contains many icons, but it's not bitmap file. Can it be 
converted
to bitmap?

______________________________________________________________________
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: 12
Date: Thu, 21 Jun 2007 07:33:24 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++ in
        X/K/Ubuntu...
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=4373284
By: dv__

By the way, does input of ConsoleDlg of NppExec plugin work now in WINE? I mean,
when you enter some command in the ConsoleDlg, does it work in Linux/Unix under
WINE? Because it did not work when I tried it few months ago - the notification
EN_MSGFILTER was never received.

______________________________________________________________________
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: 13
Date: Thu, 21 Jun 2007 07:41:56 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Command Line Switch /p
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=4373304
By: nobody

I agree.  This is very needed.

______________________________________________________________________
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



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

-------------------------------------------------------------------------
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 36
*************************************************

Reply via email to