The MASM Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
MASM32 Downloads
Home
Help
Search
Login
Register
The MASM Forum
»
Miscellaneous
»
The Orphanage
»
Word wrap in Qeditor
« previous
next »
Print
Pages: [
1
]
Author
Topic: Word wrap in Qeditor (Read 3599 times)
Magnum
Member
Posts: 2396
Word wrap in Qeditor
«
on:
December 23, 2012, 05:55:55 AM »
Does qeditor have a word wrap ability ?
I posted some text and it was one long line.
Andy
Logged
Take care,
Andy
Ubuntu-mate-18.04-desktop-amd64
http://www.goodnewsnetwork.org
jj2007
Member
Posts: 13661
Assembly is fun ;-)
Re: Word wrap in Qeditor
«
Reply #1 on:
December 23, 2012, 06:19:41 AM »
Here is word wrap for QE, Andy. Open in WordPad or RichMasm and read the instructions on top.
Logged
Masm32 Tips, Tricks and Traps
Magnum
Member
Posts: 2396
Re: Word wrap in Qeditor
«
Reply #2 on:
December 23, 2012, 07:12:24 AM »
Thanks it works great.
I looked through the code.
I was looking for a way to decrease the character count before it wraps over.
Is that in the dll ?
Andy
Logged
Take care,
Andy
Ubuntu-mate-18.04-desktop-amd64
http://www.goodnewsnetwork.org
jj2007
Member
Posts: 13661
Assembly is fun ;-)
Re: Word wrap in Qeditor
«
Reply #3 on:
December 23, 2012, 07:33:29 AM »
Nope. EM_SETTARGETDEVICE is lousily documented, but apparently it works only with two values: 0 and 1.
Logged
Masm32 Tips, Tricks and Traps
dedndave
Member
Posts: 8828
Still using Abacus 2.0
Re: Word wrap in Qeditor
«
Reply #4 on:
December 23, 2012, 08:56:49 AM »
a) resize the window
b) change the font size
:P
Logged
Print
Pages: [
1
]
« previous
next »
The MASM Forum
»
Miscellaneous
»
The Orphanage
»
Word wrap in Qeditor