The MASM Forum Archive 2004 to 2012

General Forums => The Laboratory => Topic started by: Tedd on May 14, 2007, 11:13:28 AM

Title: Date-Time QEditor plugin
Post by: Tedd on May 14, 2007, 11:13:28 AM
Quote from: skywalker on May 14, 2007, 09:44:10 AM
If yall are bored, maybe someone could write a program that will inject current date and time in a file opened in
Qeditor. :-)

Nice idea :green



today.dll
=========

Inserts the current time and date, at the current cursor position, in QEditor.

Usage:
* Copy "today.dll" to your masm folder (usually "C:\Masm32\")
* Edit "menus.ini" - insert the line "&Today,\Masm32\today.dll" into the "[&Tools]" section (or wherever you'd like it.)
* Restart QEditor and select Tools->Today to insert the current time & date.


Source code is included in today.asm ("today.def" is for building the dll.)


-- Tedd


[attachment deleted by admin]
Title: Re: Date-Time QEditor plugin
Post by: skywalker on May 14, 2007, 12:19:08 PM
Thanks.
Title: Re: Date-Time QEditor plugin
Post by: Vortex on May 14, 2007, 07:37:45 PM
Nice work.
Title: Re: Date-Time QEditor plugin
Post by: herge on May 17, 2007, 03:39:48 AM
Hi Tedd:

Great Idea!
It works foe me.