News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

InsertText Add-In

Started by TimoVJL, April 17, 2007, 07:28:07 PM

Previous topic - Next topic

TimoVJL

This Add-In inserts text from list to document to current cursor position.
Text are in resource strings.

2008-05-13 v 1.1 new dialog

EDIT 2010-08-20: BugFix InsertText_1.1_WS.zip
EDIT 2012-03-22: BugFix and standalone version InsertText_1.3_WS.zip
EDIT 2013-10-11: Few strings added, InsertText_1.3.3_WS.zip 3. list filled from file InsertText.ini
EDIT 2014-02-21: 3. list filled from file InsertText.ini from user Document folder, InsertText_1.3.4_WS.zip
EDIT 2014-02-23: fix '\n' handlings InsertText_1.3.4_2_WS.zip
EDIT 2014-02-23: multi-ini version InsertText_WS_1.3.5.zip
EDIT 2017-07-29: just more text lines InsertText_WS_1.3.6.zip
EDIT 2017-08-03: recompiled InsertText.dll  InsertText_WS_1.3.6.zip
May the source be with you

jj2007

Quote from: timovjl on February 23, 2014, 06:39:15 PM
EDIT 2014-02-23: multi-ini version InsertText_WS_1.3.5.zip

Works like a charm :)
Two suggestions:
- should remember which tab was open
- double-click in listbox should insert text and close the dialog

Thanks for a great tool, Timo.

TimoVJL

Update 1.3.6

fix int __cdecl main(int argc, char **argv)
some other string added like linker pragmas
May the source be with you