Is there any way to make the Findtags (Ctags) window created by Textpad wider and longer ?
Textpad developers probably use Ctags on this or some other editor,
so I am surprised this enhancement has not been implemented
over so many years.
FindTags/CTags interface window needs elongation in x and y
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Re: FindTags/CTags interface window needs elongation
You most likely talk about the addon "Ctags" (Contributed by Frank Fesevur. Updated on 20 February 2004) which consists of an EXE and a readme HTML file - the latter with instructions how to set it up as tool in TextPad to get executed. TextPad does not create any window, the other EXE does.the Findtags (Ctags) window created by Textpad
The EXE contains resources to 4 pre defined dialogs/windows: "About FindTag", "Find Tag", "Show Tags" and "Options". Each of those can be modified easily thru a resource editor, including width and height of a dialog.wider and longer ?
Ask the addon creator/maintainer, which is not TextPad.I am surprised this enhancement has not been implemented over so many years.
Re: FindTags/CTags interface window needs elongation
From what I have seen, such Resource editing affects the outside window,AmigoJack wrote:You most likely talk about the addon "Ctags" (Contributed by Frank Fesevur. Updated on 20 February 2004) which consists of an EXE and a readme HTML file - the latter with instructions how to set it up as tool in TextPad to get executed. TextPad does not create any window, the other EXE does.the Findtags (Ctags) window created by Textpad
The EXE contains resources to 4 pre defined dialogs/windows: "About FindTag", "Find Tag", "Show Tags" and "Options". Each of those can be modified easily thru a resource editor, including width and height of a dialog.wider and longer ?Ask the addon creator/maintainer, which is not TextPad.I am surprised this enhancement has not been implemented over so many years.
not the inner window which contains the Ctags data.
The result is an outer window which grows, and an inner window which does not change.