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: Notepad++    4.9 release
      (May be UNSTABLE) (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Notepad++    4.9 release
      (May be UNSTABLE) (SourceForge.net)
   3. [notepad-plus - Help] RE: How to print a page     break
      (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Feature      request - MRU
      w/o document switch (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: Feature      request - MRU
      w/o document switch (SourceForge.net)
   6. [notepad-plus - Help] RE: How to print a page     break
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Feature      request - MRU
      w/o document switch (SourceForge.net)
   8. [notepad-plus - Help] creating xml (SourceForge.net)
   9. [notepad-plus - Plugin Development] RE: Events    to plugin in
      reverse order? (SourceForge.net)
  10. [notepad-plus - Open Discussion] Linux version? (SourceForge.net)
  11. [notepad-plus - Plugin Development] _init2Check   not working
      any more ? (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: Linux        version?
      (SourceForge.net)
  13. [notepad-plus - Plugin Development] RE: Events    to plugin in
      reverse order? (SourceForge.net)


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

Message: 1
Date: Wed, 30 Apr 2008 14:44:49 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       4.9 release (May be UNSTABLE)
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=4937838
By: fool4uanyway

OK, but how about prefixed variables like @Text. If I select only Text
all occurrences, including @Text, will be highlighted. If I want only @Text
occurrnces to be highlighted, it can't be done. If I select @Text, smart 
highlighting
won't 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=331753



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

Message: 2
Date: Wed, 30 Apr 2008 14:55:07 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       4.9 release (May be UNSTABLE)
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=4937854
By: fool4uanyway

CTRL+M isn't so selective. All those different highlightings can make a nice
colored 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=331753



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

Message: 3
Date: Wed, 30 Apr 2008 16:42:27 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to print a
        page    break
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=4937994
By: mhuffman

Type the hexadecimal code for formfeed (0C) where you want the line break
highlight the 2 characters
TextFX -> TextFX Convert -> Convert Hex to text

Here are the Action elements and attributes from the Macros section of 
shortcuts.xml
when saved as a macro (I removed angle brackets to avoid formatting issues):

  Action type="1" message="2170" wParam="0" lParam="0" sParam="0"     
  Action type="1" message="2170" wParam="0" lParam="0" sParam="C"     
  Action type="0" message="2305" wParam="0" lParam="0" sParam=""      
  Action type="0" message="2305" wParam="0" lParam="0" sParam=""      
  Action type="1" message="2170" wParam="0" lParam="0" sParam=""      
  Action type="1" message="2001" wParam="1" lParam="0" sParam="&#x0C;"

However, it seems to work just fine if, after saving the macro, you delete all
the lines except the last one, which does the actual writing. Be sure to edit
shortcuts.xml with something other than Notepad++, otherwise it won't get saved.

Mike


______________________________________________________________________
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, 30 Apr 2008 17:07:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature request - MRU w/o document switch
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=4938019
By: nobody

Have a look at Firefox.

If you hold down CTRL while you are switching around, the application 
understands
that the next CTRL+TAB goes further down the list. So the application does 
display
another page, but while you hold the CTRL key pressed it remembers the state,
without showing the list in the middle of the screen.

It's very handy and it shouldn't be too difficult to implement. Thanks!

Also, I notice that CTRL+F4 is not bound to "close current window" by default.
This is standard in pretty much all Windows applications I can think of. Would
it be possible to do 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: 5
Date: Wed, 30 Apr 2008 17:07:55 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature request - MRU w/o document switch
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=4938020
By: nobody

(I forgot: please?)

______________________________________________________________________
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: 6
Date: Wed, 30 Apr 2008 20:04:30 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to print a
        page    break
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=4938155
By: mhuffman

I forgot to add: you will not be able to actually print the page break with
Notepad++; save the file and print from Windows WordPad to have the pages break
where you inserted the formfeed characters. An added item in the Run menu is
handy for this.

Mike


______________________________________________________________________
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, 01 May 2008 01:55:10 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature request - MRU w/o document switch
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=4938520
By: nobody

> it shouldn't be too difficult to implement

Something tells me it isnt all that simple, but I could take a look at it. Right
now the implementation isnt perfect anyway
because if you change the shortcuts the document switcher gets confused.

> Also, I notice that CTRL+F4 is not bound to "close current window" by default.
This is standard in pretty much all Windows applications I can think of.
> Would it be possible to do that?

Use the shortcutmapper for that. These functions cannot be mapped more than
once, so its either ctrl-f4 or ctrl-w, ctrl-w won ;)


______________________________________________________________________
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, 01 May 2008 02:58:54 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] creating xml
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=4938598
By: nobody

hello

is there a way to make an xml from a directory automaticlly
or i have to add the tags and filenames manually for each file

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: 9
Date: Thu, 01 May 2008 02:59:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Events  to plugin in reverse order?
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=4938600
By: nobody

Hmm, yes, but a fix/new message would be a nicer solution.
Would that be received with joy, or is that of no interest?

What I mean is, a change is needed i npp itself, and 
if I hack npp, I need to bring that hack along each new 
version. So I'd like it to be incorporated into the main development branch.

How would I go about to contribute?
/Bj?rn


______________________________________________________________________
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: 10
Date: Thu, 01 May 2008 03:23:52 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Linux
        version?
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=4938635
By: nobody

Why not?

______________________________________________________________________
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: Thu, 01 May 2008 02:04:49 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        _init2Check     not working any more ?
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=4938534
By: morbac

Hey,

I cannot make my plugin display the check marks into my plugin menu at startup
any more. Actually I don't think the problem is limited to my plugin, since
it also occures with "NppInsertPlugin.dll" plugin.

In other words: when I launch NPP, the checks into plugins menu do not appear
(example: the "Close HTML/XML tag automatically" entry in "Insert" plugin menu).
However I noticed that ini-file values are read correctly (I get correct values
if I dump them at startup). In conclusion, I think there is a problem in NPP
initialisation, or something is missing in NppInsertPlugin source code sample.

Any idea ?


______________________________________________________________________
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, 01 May 2008 04:22:06 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Linux   version?
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=4938689
By: nobody

Because it is very difficult to do so.
Also, Wine runs Notepad++ pretty well. Atleast good enough to be usefull :)
(Just the rebars and the styler configurator have problems afaik).

______________________________________________________________________
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: 13
Date: Thu, 01 May 2008 04:33:10 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Events  to plugin in reverse order?
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=4938699
By: donho

> _pEditView is not updated when NPPN_FILEBEFOREOPEN notification is fired, 
> thus giving the filename of the file that, technically still is current, but
not for many
> more milliseconds. When NPPN_FILEOPENED is fired, _pEditView is updated, and
the newly opened file is returned.

_pEditView is a pointer to point to the current view (mainScintillaView
or subScintillaView). It won't be updated during the file opening operation
since the file will be opened in the current view.

I don't see then what I can fix.

Don


______________________________________________________________________
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



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

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

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

_______________________________________________
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 24, Issue 1
************************************************

Reply via email to