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] RE: Dead Link (SourceForge.net)
   2. [notepad-plus - Plugin Development] Trapping      Ctrl+C/X in
      plugin (SourceForge.net)
   3. [notepad-plus - Help] RE: Spell-Checker plug-in   available
      (SourceForge.net)
   4. [notepad-plus - Help] RE: Force a language? (SourceForge.net)
   5. [notepad-plus - Help] Inversed extension or       prefix
      (SourceForge.net)
   6. [notepad-plus - Help] RE: ! in front of   selected lines.
      (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE:   Trapping Ctrl+C/X in
      plugin (SourceForge.net)
   8. [notepad-plus - Open Discussion] small bug (SourceForge.net)
   9. [notepad-plus - Help] Ruby Blue Theme Problem (SourceForge.net)
  10. [notepad-plus - Help] RE: apply external  program on selected
      area (SourceForge.net)
  11. [notepad-plus - Open Discussion] Inserting        space in notepad
      (SourceForge.net)
  12. [notepad-plus - Help] RE: apply external  program on selected
      area (SourceForge.net)
  13. [notepad-plus - Open Discussion] RE: Find in      Files
      Enhancements (SourceForge.net)


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

Message: 1
Date: Fri, 16 Mar 2007 09:45:34 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Dead
        Link
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=4211237
By: nobody

http://notepad-plus.sourceforge.net/screenshots/scrsh_autocomplete.gif

ok this one is the dead one - fuck the fucking frames which caused this mistake.

______________________________________________________________________
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: Fri, 16 Mar 2007 17:49:13 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        Trapping        Ctrl+C/X in 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=4211767
By: nobody

I'm creating a plugin similar to Visual Assist's multiple clipboard feature,
which is to store the list of text that are most recently copied, to an internal
clipboard. Upon Ctrl-Shift-V hotkey, a popup menu with these text will appear,
for the user to select which text he wants to paste.

To do that, in the plugin, I subclass _nppHandle, trap WM_COMMAND with 
LOWORD(wParam)
== IDM_EDIT_CUT and IDM_EDIT_COPY to retrieve the text to be copied (and of
course passing back the message to Npp's wndproc). This approach works when
copying/cutting the text via Edit menu or the right-click context menu. However,
I am unable to catch Ctrl+C and Ctrl+X shortcut key. I don't receive any 
WM_KEYDOWN
in my subclass wndproc too. Any clues how I can resolve this?

If anyone's interested, the current plugin code (with this issue) can be found
here: http://www.peepor.net/loonchew/programming/NppMultiClipboardPlugin_beta_0.
1.zip

______________________________________________________________________
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: Fri, 16 Mar 2007 17:59:15 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Spell-Checker
        plug-in 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=4211771
By: nobody

This is really nice. Excellent job!

Is it possible to add a new button "Ignore All"?

BTW, is the "Lern" button spelled correctly?

Thanks,
Podi

______________________________________________________________________
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: Fri, 16 Mar 2007 17:59:38 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Force a
        language?
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=4211772
By: jenslorenz

You could also perform following in command shell:

notepad++.exe -lcss [fullfilepathname]


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



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

Message: 5
Date: Fri, 16 Mar 2007 18:11:08 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Inversed extension
        or      prefix
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=4211779
By: nobody

I have many (more than 50) makefiles that go like

Makefile
Makefile.Win32
Makefile.ARM
Makefile.PPC
Makefile.RISC
Makefile.*

How can I program N++ to recognize all of the above are Makefiles?

Thanks,
Podi

______________________________________________________________________
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: Fri, 16 Mar 2007 18:21:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: ! in front of
        selected lines.
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=4211784
By: nobody

Hi,

I have a similar situation by slightly different. I have a file type with 
extension
.note where I keep notes for my work. I want it to have the same style as Python
(block folding/unfolding fron indentation) but with a different set of Keyword
highlights.

Any help would be appreciated.
Podi

______________________________________________________________________
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: Fri, 16 Mar 2007 18:41:06 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Trapping Ctrl+C/X in 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=4211797
By: nobody

Subclass Notepad and sniffer the messages of copy and paste. For an example
look into HexEditor Plugin. http://sourceforge.net/projects/npp-plugins/

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: Fri, 16 Mar 2007 18:50:11 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] small
        bug
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=4211805
By: nobody

I've noticed small bug. To reproduce it you must:
1)choose in menu        syntax->C++
2)type "//()" (without quotes)
3)you'll see text cursor WITHIN parentheses
4)type anything and your text will appear AFTER parentheses
It is because Notepad++ adds space when you type parentheses

______________________________________________________________________
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: Fri, 16 Mar 2007 18:51:50 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Ruby Blue Theme
        Problem
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=4211807
By: nobody

Hi,
I'm look for a dark theme for version 4.0.2, but the ruby blue theme doesn't
seem to work in this recent version, i have the fonts instaled, i've already
replaced the stylers.xml file and when i open notepad++ colors remains the same.
Can any one help me with this please?
Best regards,
Bruno

______________________________________________________________________
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: Fri, 16 Mar 2007 20:10:44 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: apply external
        program on selected area
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=4211834
By: nobody

It would be nice if CURRENT_WORD accepted much longer selections. At least when
I try it after selecting a certain number of characters, it no longer contains
anything. If the selection is small enough (?), it works fine.

CURRENT_WORD is a neat feature that I thought would work for my use. I'd like
to "select" (SQL like) text, and have LogParser process it. If my selection
is small enough it works great. But once I try to do anything more complex,
it fails.

Can CURRENT_WORD be made much longer? Maybe CURRENT_SELECTION would be better?

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: 11
Date: Fri, 16 Mar 2007 20:27:34 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Inserting       space 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=4211844
By: nobody

Hi guys,
I have tousands of data in .SDF format. The file consists of rows and columns.
I need to convert this file into xls format. For this I first converted this
file into notepad format and then opened it with excel. The problem is that
the original file does not have spaces between the characters and therefore
excel opens the file in a single column only. As far as I know, for the excel
to convert the file into as many columns and rows as the original file have,
there should be spaces between the characters. Can anyone tell me an easy way
of generating spaces between characters in notepad so that i do not have to
insert 100 spaces in each row x 3000 rows manually.

Thanks in advance  

Cevat

______________________________________________________________________
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: Fri, 16 Mar 2007 20:59:00 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: apply external
        program on selected area
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=4211868
By: nobody

To follow-up with more information on long CURRENT_WORD selections: after 
increasing
the selection size a number of times, trying to find out how long a selection
it will reliably accept, I'm often getting this message: "Notepad++  ... 
encountered
a problem and needs to close. We are sorry for the inconvenience."

Then Notepad++ disappears.

Ouch. I hope this feature can get more attention.


______________________________________________________________________
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: Sat, 17 Mar 2007 03:35:10 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Find
        in      Files Enhancements
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=4212075
By: nobody

I am also a long-time user of Textpad. The new interface of Textpad 5 is good
but it is a bit buggy. Now I am using notepad++.

  For the suggestion above, I would like to add on is that the File (in file
or in files) dialog shall be by itself. The result shall be on different window
and docked at the bottom.

Regards
Yoong

______________________________________________________________________
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



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

-------------------------------------------------------------------------
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 10, Issue 39
*************************************************

Reply via email to