Discussion:
[Notepad-plus-plus] [notepad-plus - Open Discussion] Wrap between characters
SourceForge.net
2009-09-01 14:35:55 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7601659
By: guntekfh37

Just a quick question. Is there a way to toggle wrap between words and
characters?


______________________________________________________________________
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
SourceForge.net
2009-09-01 16:34:46 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7601894
By: cchris

Here is an excerpt of
http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Managing_Line
_Lengths which seems to address your point:

* The following macro sets the granularity of the line wrapping method:

<Macro name=macro_2 Ctrl="yes" Alt="yes" Shift="no" Key="100">
<Action type="0" message="2268" wParam=new_mode lParam="0" sParam=""/>
</Macro>

new_mode is either:

* 0 for no word wrap
* 1 for wrap at word boundaries only
* 2 for wrap at cutoff point
* Other values lead to undefined behaviour and should be avoided.

The <Macro ... </Macro> stuff is to be inserted in shortcuts.xml. Since it is
a configuration file, the simplest to do that is to use another editor to do
the pasting, otherwise please refer
to http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Configurat
ion_Files

The wrappping mode should be between double quotes, as the xml file will abundantly
show you. Name and binding can be altered as for any macro.

CChris

______________________________________________________________________
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
SourceForge.net
2009-09-03 17:34:17 UTC
Permalink
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7607492
By: guntekfh37

Thanks CChris, there're a few information, will look into them.

______________________________________________________________________
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

Loading...