NO

Author Topic: InsertText Add-In  (Read 7415 times)

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
InsertText Add-In
« on: April 17, 2007, 07:28:07 PM »
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
« Last Edit: August 03, 2017, 04:56:46 PM by TimoVJL »
May the source be with you

Offline jj2007

  • Member
  • *
  • Posts: 536
Re: InsertText Add-In
« Reply #1 on: February 24, 2014, 12:25:30 AM »
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.

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: InsertText Add-In
« Reply #2 on: July 29, 2017, 12:03:56 PM »
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