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: How does     one delete NUL
      chars? (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE: Process   all the Npp
      messages (SourceForge.net)
   3. Tile windows horizontally ([EMAIL PROTECTED])
   4. home directory ([EMAIL PROTECTED])
   5. [notepad-plus - Open Discussion] RE: How does     one delete NUL
      chars? (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: How does     one delete NUL
      chars? (SourceForge.net)
   7. [notepad-plus - Help] php syntax highlighting /   language
      definition (SourceForge.net)
   8. [notepad-plus - Open Discussion] [Feature Request] Close
      Left/Right Tabs (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: A block      comment
      restricted to a single li (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: spell        check on the fly
      (SourceForge.net)


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

Message: 1
Date: Fri, 16 May 2008 00:07:22 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
        does    one delete NUL chars?
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=4966462
By: fool4uanyway

The easiest way to do this is by using the advanced Find/Replace dialog.

Select a [NUL] character.
Press CTRL+R. The [NUL] will be copied into the Find field.

Press Find.
Press Replace & Find Again.

Uncheck Selection.
(Uncheck Wrap mode.)

Press Find.
Press Replace Rest.

Unfortunately, you can't uncheck Selection from the start: it would skip the
(first) selected [NUL] character.


______________________________________________________________________
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 May 2008 00:08:20 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Process all the Npp messages
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=4966463
By: bnl-bnl

>> So: a notification when file changes mode, 
>Considering the performance issue, there's few chance that I'll make it 
>available,
but I'll think about it.
 
Hmm, yes, thinking of it, perhaps not all plugins are interested in all
notifications.
Have you thought of a publish/subscribe system? Ie n++ publishes a lot
of events,
and if a certain plugin want the event, it has to subscribe to it, by sending
a subscribe message.
The current ones could be 'auto-subscribed' in order not to break current
plugins?

Anyway, I got your answer, and won't be nagging you about this again


>> and a way of asking what mode the file is in would be great :-)  
 
>You can get the current view from notepad++ handle,
> the send the current scintilla view the message to get knowledge if read only
mode is enabled.
 
>See : 
>http://notepad-plus.sourceforge.net/uk/plugins-HOWTO.php 
 
Could you please elaborate a little bit on this?
I see NPPM_SETMENUITEMCHECK, which sets/unsets check on menu, but I don't see
NPPM_GETMENUITEMCHECK which would be perfect.

I see NPPM_GETMENUHANDLE, but it gives me the Plugins menu handle, insted of
Edit menu
I do not see how I'd go about to ask a menuitem for its checked status.

Thanks for the answers
/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: 3
Date: Fri, 16 May 2008 08:12:06 -0700 (PDT)
From: [EMAIL PROTECTED]
Subject: [Notepad-plus-plus] Tile windows horizontally
To: notepad-plus-plus@lists.sourceforge.net
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii

Hi, list:

Could somebody please tell me how to tile windows horizontally?  There's tile 
vertical and I couldn't find out how to do the other.

Thanks,

--
John Henry



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

Message: 4
Date: Fri, 16 May 2008 08:29:53 -0700 (PDT)
From: [EMAIL PROTECTED]
Subject: [Notepad-plus-plus] home directory
To: notepad-plus-plus@lists.sourceforge.net
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii

Hi list,

Is there a setting so that when I do a file-open, the directory would default 
to the same as the file I am editing?  It's very annoying that it always 
default to the notepadplusplus directory.

Thanks,

--
John Henry



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

Message: 5
Date: Fri, 16 May 2008 03:59:51 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
        does    one delete NUL chars?
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=4966873
By: harrybharry

Press ctrl-f for find dialog, select the extended option, type
\0
in the find field and nothing in the replace field, then replace all

______________________________________________________________________
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: Fri, 16 May 2008 04:02:05 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
        does    one delete NUL chars?
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=4966881
By: fool4uanyway

See also:

"Is it possible to suppress NUL?" (Help forum)
http://sourceforge.net/forum/forum.php?thread_id=1228547&forum_id=331754


______________________________________________________________________
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: 7
Date: Fri, 16 May 2008 04:58:31 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] php syntax
        highlighting /  language definition
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=4966975
By: stripyshirtguy


Hi,

The way our php system works is that there are cached and non-cached blocks
of php denoted by [? ?] for cached and <? ?> for normal. I need to have PHP
syntax highlighting to recognise [? ?] brackets.

How or where can I do this?

Happy to change source code and recompile if that is the only way..

Chris



______________________________________________________________________
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: Fri, 16 May 2008 06:41:39 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] [Feature
        Request] Close Left/Right 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=4967132
By: pauljgregory

Hi. 

Close All But Me is great, but I'm used to two extra tab closing options in
other software and I'd like to see them in Notepad++.

The first new item in the tab context menu would be "Close Left Tabs". When
clicked, all tabs to the left of that tab are closed.
The second would be the same for tabs to the right.

I'm not particularly hung up on the wording - Directory Opus uses the text 
"Close
Tabs to Left", Tab Mix Plus for Firefox uses "Close Left Tabs". I guess "Close
tabs to left of me" would be consistent with the existing N++ options.

You could have smarts to hide/gray if it's already the leftmost or rightmost
tab, but as "Close all but me" is still active when only one tab is open I guess
it's not essential.

Together with the existing ability to move tabs about, this simple pair of 
features
would provide a quick way of closing some but not all of the open tabs.

______________________________________________________________________
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 May 2008 05:19:58 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: A
        block   comment restricted to a single li
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=4967002
By: craio

Yeah, i know that it's retarded. 
FastEnd is a program created by Philips that uses its own scriptlanguage used
to control elektronics in a test setup.

______________________________________________________________________
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: Fri, 16 May 2008 10:59:25 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        spell   check on the fly
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=4967560
By: nopcoder

I would also like this feature. There are few if any lean-and-mean open-source
word processors for windows. I use AbiWord and it is slow to start and often
flickers or lags behind my input. I regularly just want text-files for notes
and I need simple spell-checking. Because I already use notepad++ for code it
would be great to also use it as a automatic spell-checker.

It already supports spell-checking, is it really that performance consuming
or out of design to just add a on-the-fly option? Isn't it just another form
a syntax & language?

______________________________________________________________________
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: 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 24, Issue 48
*************************************************

Reply via email to