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] notepad++ on     linux
      (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE: How to    write a
      plugin? (SourceForge.net)
   3. [notepad-plus - Help] RE: Go to line # command    line option
      (SourceForge.net)
   4. [notepad-plus - Help] RE: "View Source Code"      and tabs
      (SourceForge.net)
   5. [notepad-plus - Help] RE: how to... compile via   lua
      (SourceForge.net)
   6. [notepad-plus - Help] RE: Find lines NOT  containing a char or
      strin (SourceForge.net)
   7. [notepad-plus - Help] class files (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: notepad++    on linux
      (SourceForge.net)
   9. [notepad-plus - Help] NPP user defined    boundaries
      (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Notepad++    v4.2.2 is
      available (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Feature      Request: Set
      default file type (SourceForge.net)
  12. [notepad-plus - Open Discussion] Enhancement      request
      (SourceForge.net)


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

Message: 1
Date: Mon, 20 Aug 2007 21:25:56 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        notepad++ on    linux
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=4475639
By: nobody

is there any way of porting notepad++ to linux. i would really like to use it
on my ubuntu installation. i'm a computer engineering student (my last semester
- 9th, yippee ;-)) and would like to participate in any development.... there
is one problem... lack of experience. only developing i've done that was not
related with my studies and exams was with asp.net and php (web sites and
applications).

where to start?
i have no problems with c/c++, java (not my favourite :-/), c#, php,
javascript.
if anyone reading this has some pointers or advice, i'd be thankful :-)

i want to get involved and share my work and knowledge.... 

______________________________________________________________________
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: Mon, 20 Aug 2007 23:00:11 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        How to  write a plugin?
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=4475704
By: zobo

One plugin that is available on the "notepad++ plugins" project is written 
completely
in Delphi. DBGP plugin. I wanted to create a 'framework' for npp plugins in
delphi, but... The code is somewhat specific to what I need and the base classes
culd use a few more functions (epecially I'd need to replace RAW WM call with
neat functions...)

Drop me a mail if you need any help...

To others of you, best howto is the code q;)

I'm sute VB should not be a problem after somebody does the low-level work.

______________________________________________________________________
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: 3
Date: Tue, 21 Aug 2007 01:21:07 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Go to line #
        command line option
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=4475844
By: nobody

I think this has been in there the last couple of years.

Notepad++ [-multiInst] [-lLanguage] [-nLineNumber] [fullFilePathName]

notepad++ -n150 E:\notepad++\PowerEditor\src\Notepad_plus.cpp

It's in the FAQ on the website.  The latest versions have direct links to the
online help.


______________________________________________________________________
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: Tue, 21 Aug 2007 01:23:50 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: "View Source
        Code"   and tabs
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=4475848
By: nobody

Some of the versions have had problems forgetting or misinterpreting the 
setting.
You might try a different version.


______________________________________________________________________
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: Tue, 21 Aug 2007 01:31:47 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how to...
        compile via     lua
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=4475860
By: nobody

Look at the NPPExec plugin.

Also, you might be able to program a macro to run the compiler or interpreter.

Visit the website (links to online help under the "?" menu) and look in the
FAQ to find out about passing arguments to external commands.

______________________________________________________________________
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: Tue, 21 Aug 2007 01:34:59 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Find lines NOT
        containing a char or strin
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=4475867
By: nobody

Also look into the TextFX Viz menu for another possible solution.


______________________________________________________________________
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: Tue, 21 Aug 2007 03:06:17 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] class files
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=4475978
By: nobody

How can I open a files say test.class. It is in a jar file that I have opend
but now I cannot see the info in the text.class file.

______________________________________________________________________
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: Tue, 21 Aug 2007 03:33:50 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        notepad++       on linux
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=4476005
By: dv__

See the WINE project at sourceforge.net. It has some features for source code
conversion.

______________________________________________________________________
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: Tue, 21 Aug 2007 04:10:42 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] NPP user defined
        boundaries
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=4476062
By: lz1nwm

NPP user defined boundaries doesn't work "correctly".
For example expression: = (a+(x-y)) 
it recognizes boundaries only for (x-y) but not the other.
It will work if there is no space after "=" like: =(a+(x-y))
Is it possible to correct this behavior?

______________________________________________________________________
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: 10
Date: Tue, 21 Aug 2007 04:36:01 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.2.2 is available
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=4476097
By: nobody

Check out portableapps

______________________________________________________________________
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: Tue, 21 Aug 2007 05:45:39 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature Request: Set default 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=4476232
By: nobody

once again, would like to second that - npp++ is missing out here to for example
pspad

Ruben

______________________________________________________________________
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: 12
Date: Tue, 21 Aug 2007 06:29:58 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Enhancement     request
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=4476307
By: robdesbois

I would like to suggest an enhancement to the handling of PHP's heredoc
strings.
I suggest that the heredoc delimiter be used to identify the language of the
embedded string, so that the appropriate syntax colouring rules can be applied,
e.g.

$a = <<<HTML
   <div>hi</div>
HTML;

$b = <<<SQL
   SELECT * FROM users
SQL;

______________________________________________________________________
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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/

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

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


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

Reply via email to