Send Notepad-plus-plus mailing list submissions to
        notepad-plus-plus@lists.sourceforge.net

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: search for   a string and
      delete whole line (SourceForge.net)
   2. [notepad-plus - Help] RE: change width of the     window?
      (SourceForge.net)
   3. [notepad-plus - Help] Automatic indentation (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Ctrl + F4    to close
      (SourceForge.net)
   5. [notepad-plus - Help] RE: Automatic indentation (SourceForge.net)
   6. [notepad-plus - Help] Pasting unicode in  Notepad+
      (SourceForge.net)
   7. [notepad-plus - Help] Notepad++ deletes Win       Explorer file
      comments (SourceForge.net)
   8. [notepad-plus - Help] RE: Notepad++ deletes Win   Explorer file
      comm (SourceForge.net)
   9. [notepad-plus - Help] Compiling Java (SourceForge.net)
  10. [notepad-plus - Plugin Development] RE: DBGp -    Unable to map
      filename xxxxxx (SourceForge.net)
  11. [notepad-plus - Help] (ab-) using function list   for GAMS
      (SourceForge.net)
  12. [notepad-plus - Help] RE: (ab-) using function    list for GAMS
      (SourceForge.net)


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

Message: 1
Date: Tue, 05 Feb 2008 15:28:56 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        search for      a string and delete whole 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=4761447
By: nobody

> Since this thread has been resurrected and the discussion seems to be going
strong, let me add my suggestion.
 
> Once more, Simple Script comes to the rescue (Yes, I'm the author of the 
> Simple
Script plugin, and yes, I'm making it sound more exciting than it really is).
 
> It's a one-line script if you use the CutLinesWith or CutLinesWithout 
> functions.
Keep in mind that it puts those lines on the clipboard, but if you don't care
about that, then it should work fine.
 
> For example: 
 
> CutLinesWithout("ABC") 
 
> removes all lines that don't include the string ABC in them and puts them
on the clipboard.

There is no need to use a difficult method with a plugin at all. 
 
Use advanced Find/Replace (CTRL+R is more clear than ^R for someone who has
no clue).
In the Find field type CTRL+M twenty nine times. 
In the Replace field type CTRL+M eight times, then some specific identifier
like #idiot# and then CTRL+M another 38 hundred times.

This also avoids the risk of crashing your computer with a plugin.  Plugins
are lightweight trojans for horses.


______________________________________________________________________
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: Tue, 05 Feb 2008 16:52:53 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: change width of
        the     window?
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=4761563
By: nobody

thanks a lot :) i think it works.

______________________________________________________________________
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: Tue, 05 Feb 2008 18:36:02 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Automatic
        indentation
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=4761669
By: nobody

Does anyone know if Notepad++ does automatic indentation for C++?  If so, how
do you switch it on?

______________________________________________________________________
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: Wed, 06 Feb 2008 00:03:30 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Ctrl
        + F4    to close
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=4761967
By: steakhacher

you may use auto hot key to do this

______________________________________________________________________
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: Wed, 06 Feb 2008 00:35:15 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Automatic
        indentation
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=4762028
By: nobody

A simple search for "indentation" finds the recent thread "Smarter
auto-indent":

http://sourceforge.net/forum/forum.php?thread_id=1916220&forum_id=331753


______________________________________________________________________
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: Wed, 06 Feb 2008 00:38:44 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Pasting unicode in
        Notepad+
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=4762033
By: nobody

Hi. I'm using Notepad+, and I've got problems pasting chinese and japanese
characters. I've set the encoding in NP+ to UTF-8, and I'm using the Arial 
Unicode
MS font. What's weird is that it actually DOES work to paste these characters
if I create a new document, then paste. However, if I just paste without first
creating a new document, I get '??????????' letters. Is there any way to make
this work without having to make a new document each time I want to paste
something?

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



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

Message: 7
Date: Wed, 06 Feb 2008 00:48:35 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Notepad++ deletes
        Win     Explorer file comments
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=4762063
By: nobody

using Notepad++ v4.7.5

Working in Windows Explorer, I like to label the files in high-population 
folders
with long-form comments by right-clicking the file, selecting Properties, going
to the Summary tab, and entering a comment. This comment then displays beside
the file in the Explorer file list pane. Often saves me having to open each
one when I'm looking for some particular file.

But if I use Notepad++ to edit and re-save a file with such a WinExplorer 
comment,
the comment is gone after the save. Not a welcome result.

______________________________________________________________________
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: Wed, 06 Feb 2008 01:43:44 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++
        deletes Win     Explorer file comm
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=4762165
By: nobody

Same unwelcome behavior from Aptana, Programmer's Notepad 2, the PythonWin 
editor,
and even MS WordPad. MS Notepad and Notepad 2 handle it correctly.

Never mind, then. It's my own fault for using Windows.

______________________________________________________________________
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: Wed, 06 Feb 2008 03:29:44 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Compiling Java
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=4762338
By: nobody

Hi there,

I know it is possible to compile Java code from within the editor..

I use Run.. (F5) > cmd /c javac "$(FULL_CURRENT_PATH)" && pause

It works fine (it compiles) except for one thing: when there is an error in
my source file, the cmd will close directly. So I can't see the compilers output
about the error (error message)

I know I can just use: Run.. (F5) > cmd /k javac "$(FULL_CURRENT_PATH)", but
then I have to close the cmd manualy everytime I have compiled something.

Has anyone got the solution?

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



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

Message: 10
Date: Wed, 06 Feb 2008 03:55:26 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        DBGp -  Unable to map filename xxxxxx
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=4762379
By: nobody

Thanks zobo for the answer

But the zend_extension is set in my php.ini here is my php.ini stuff:

zend_extension_ts="C:\JP\EasyPHP\php\extensions\php_xdebug-2.0.2-4.4.6.dll"
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_host=127.0.0.1
xdebug.remote_mode=req
xdebug.idekey=default
xdebug.remote_log="C:\Jp\easyPhp\www\xdebug.log"
xdebug.remote_port=9000
xdebug.show_exception_trace=0
xdebug.show_local_vars=9
xdebug.show_mem_delta=0
xdebug.trace_format=0

Many thanks anyway for this answer and for the further ones

Jp

______________________________________________________________________
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: Wed, 06 Feb 2008 07:08:41 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] (ab-) using
        function list   for GAMS
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=4762710
By: nobody

Hello,
I want to process my GAMS List-Files in NPP, which look likes this:
[code]
---- VAR varname  varcomment

                        LOWER          LEVEL          UPPER         MARGINAL

2005.glo.in        1.0000000E-7         1.0000        +INF             .   
2005.glo.ab        1.0000000E-7        11.7365        +INF             .   
...
..
.

----   2016 PARAMETER parametername

            glo         na

2000                   0.415
2005       6.398       0.436
...
..
.

---- EQU equname  equcomment

                   LOWER          LEVEL          UPPER         MARGINAL

glo.in            -45.4512       -45.4512       -45.4512         EPS
glo.en             -2.6508        -2.6508        -2.6508          .
...
..
.
[/code]

The List files are very long (~70.000 lines, so you can't scroll through them
very good), so i was wondering if I could use (or abuse ;-) the Function list
to hop to the different positions.
The listing in the function list, should look this way:
VAR varname
PARAMETER parametername
EQU equname


I did try in FL:
Function begin = ^----
Function List Name = [a-zA-Z]+
Function end = [:blank:]{2}

but this doesn't work :-(
Anyone knows how can i make FL to work for my file, or any other workaround?
Thanks in advance
Tom



______________________________________________________________________
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: 12
Date: Wed, 06 Feb 2008 07:13:00 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: (ab-) using
        function        list for GAMS
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=4762723
By: nobody

hmm, the posting editor removed additional spaces ...
between name and comment are 2 spaces.

______________________________________________________________________
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



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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

_______________________________________________
Notepad-plus-plus mailing list
Notepad-plus-plus@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 21, Issue 18
*************************************************

Reply via email to