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] Spaltenmodus /   Column mode
      (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE: FTP       Plugin ???
      (SourceForge.net)
   3. [notepad-plus - Help] COMPARE FILES (SourceForge.net)
   4. [notepad-plus - Help] RE: UTF-8 by default (SourceForge.net)
   5. [notepad-plus - Help] Compile and Execute Shortcuts
      (SourceForge.net)
   6. [notepad-plus - Help] RE: How to change the       default working
      folder (SourceForge.net)
   7. [notepad-plus - Open Discussion] User-added       file exts in File
      Open (SourceForge.net)
   8. [notepad-plus - Open Discussion] Find in *        files (4.0 RC)
      (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Find in *    files (4.0 RC)
      (SourceForge.net)
  10. [notepad-plus - Plugin Development] RE: New       Explorer,
      Function List and HexEdit (SourceForge.net)
  11. [notepad-plus - Help] how can i change caret      style?
      (SourceForge.net)
  12. [notepad-plus - Help] php API (SourceForge.net)
  13. [notepad-plus - Plugin Development] RE:   improved PHP5 and SPL
      auto-completion support (SourceForge.net)


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

Message: 1
Date: Thu, 18 Jan 2007 02:11:00 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Spaltenmodus /  Column mode
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=4109248
By: nobody

Hello,

is it possible to mark 3 column ? -> Yes but just mark.
is it possible to mark them an write one text before all this marked lines ?

example

before

 test
 test
 test

afterwards 

 1test
 1test
 1test

i mark all tree lines an type just 1 times the 1
a la UltraEdit ??


btw: sorry 4 bad english ;)

______________________________________________________________________
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: Thu, 18 Jan 2007 03:50:51 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        FTP     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=4109383
By: nobody

I also think this is an a good think ....
need this often on 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: Thu, 18 Jan 2007 04:08:03 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] COMPARE 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=4109397
By: nobody

Hi,
anyone knows how compare two text files in the NP++ ???



______________________________________________________________________
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: Thu, 18 Jan 2007 04:21:32 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: UTF-8 by
        default
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=4109417
By: dv__

Main menu: Settings -> Preferences -> New document

______________________________________________________________________
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: Thu, 18 Jan 2007 05:34:05 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Compile and Execute
        Shortcuts
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=4109514
By: nobody

Hello. I have just got Notepad++ and I am impressed.

I want to set it up so that it will perform an action, when a shortcut is 
pressed,
depending upon the type of file that is opened.

For example.
A compile shortcut say: ctrl+alt+c
An execute shortcut say: ctrl+alt+e

When programming java and I press ctrl+alt+c I would want it to perform javac
currentfile.java, where as if it was C++ code I would want it to perform gccp
currentfile.cpp (or whateve it is), or if its C code then cc currentfile.c,
and so on.

after I have compiled the file i would want to press ctrl+alt+e and have the
file executed so in java do the following command java currentfile, for cpp
just the following command currentfile.exe and for c currentfile.exe. Also it
would be nice so when I do this with any other file that has an associated 
default
viewer, like HTML opens in firefox for example, it wilkl open in 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=331754



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

Message: 6
Date: Thu, 18 Jan 2007 05:56:45 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to change
        the     default working folder
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=4109549
By: imnotscott

That's going to be a great addition to this fantastic tool.  

I do just about all of my PHP development with Notepad++ and I just want to
say thanks to Don for all of the work that went into 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=331754



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

Message: 7
Date: Thu, 18 Jan 2007 07:53:12 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        User-added      file exts in File Open
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=4109760
By: burleigh

If I add "shtml" to my HTML file types (from Settings, Style Config, Languages),
is that configuration reflected in the File Open window's "Files of type" list?
It does not appear so.  Can anything be done about that?

______________________________________________________________________
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: Thu, 18 Jan 2007 10:25:18 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Find in
        *       files (4.0 RC)
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=4110220
By: nobody

Hi,

try to "find in files" where the mask ist only a single star (*).
and whoops... crash (Only 4.0 RC)

Nov.Ice

______________________________________________________________________
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: Thu, 18 Jan 2007 10:31:16 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Find
        in *    files (4.0 RC)
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=4110232
By: thomasmm


Speaking of "find in files", there is no way to stop it.  It would be nice if
there were a cancel button to stop the search.

I find that I am surprisingly prone to mistakenly starting a find-in-files 
search
that will take forever if I let it to, so I have to open task manager, kill
n++, and loose any changes that weren't saved.


______________________________________________________________________
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, 18 Jan 2007 11:16:06 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        New     Explorer, Function List and HexEdit
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=4110289
By: nobody

I have been waiting for this news for some time.  Today, you have put a huge
smile on my face.  I feel like a kid on Christmas.

Thank you, thank you, thank you.

______________________________________________________________________
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, 18 Jan 2007 12:07:49 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] how can i change
        caret   style?
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=4110385
By: nobody

i've searched for 'caretwidth' in source code and found lots of results
don't know which will change the caret
i want to change caret to block
can anybody 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: 12
Date: Thu, 18 Jan 2007 12:24:40 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] php API
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=4110413
By: nobody

Does anyone know how the npp works when you coding php!

______________________________________________________________________
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, 18 Jan 2007 12:30:02 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        improved PHP5 and SPL auto-completion support
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=4110418
By: nobody

How does work the auto-completion with php4 and php5 and later with php6!

I can't start the auto-completion!

______________________________________________________________________
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



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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

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


End of Notepad-plus-plus Digest, Vol 8, Issue 28
************************************************

Reply via email to