Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 multiline text helper

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Dusan Posted - Jun 03 2013 : 04:25:36 AM
Would be fine to have a tool to make a multiline text:

VA could open text editor (Scintilla?) to write some text:
This editor could also support highlighting, so there could be switch for specific language (like in NotePad++).
After I write some text to it and press enter (or OK button):
from input (language set to SQL):
SELECT "Column1", "Column2"
FROM "TestTable"
WHERE "Column1" <> "Column2"

I like to get output (current language specific - example for C++):
"SELECT \\"Column1\\", \\"Column2\\""
"FROM \\"TestTable\\""
"WHERE \\"Column1\\" <> \\"Column2\\""


How about it?
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Jun 03 2013 : 10:06:28 AM
If you have already written the block of text, then you can use an IDE macro to do the conversion. I worked out and posted a sample macro here, for converting the text into a VB string, but it should be easy enough to update:

http://support.wholetomato.com?W445

Unfortunately this won't work in VS2012, since VS2012 no longer offers IDE macros.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000