Saving the Textpad window position

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
User avatar
Saltmarsh
Posts: 3
Joined: Wed Feb 01, 2023 5:51 pm
Location: England

Saving the Textpad window position

Post by Saltmarsh »

How do I save Textpad's window position - on each opening it reverts to its previous place ? I did manage to save a position at some time in the past and don't remember how I did it. Have I changed or has Tp !

I've used Tp since the early 90s and don't remember this bothering me until a little while ago. Maybe age is catching up. John
Last edited by AmigoJack on Thu Sep 11, 2025 3:20 pm, edited 1 time in total.
Reason: moved from wrong "HOW-TO (PLEASE DO NOT POST QUESTIONS HERE)" forum
IanOfYork
Posts: 131
Joined: Sat Nov 04, 2017 11:54 am
Location: York, England

Re: Saving the Textpad window position

Post by IanOfYork »

I manage this simply by never closing TextPad. :)
(... and normally using it full screen.)
User avatar
AmigoJack
Posts: 597
Joined: Sun Oct 30, 2016 4:28 pm
Location: グリーン ヒル ゾーン
Contact:

Re: Saving the Textpad window position

Post by AmigoJack »

Saltmarsh wrote: Tue Sep 09, 2025 10:34 amon each opening it reverts to its previous place
8.4.2 works for me as expected: when I end the program then exactly that window position is saved. Starting TextPad later displays the window at exactly the position where it was closed. Same with all of TextPad's dialog windows.

It's saved in %APPDATA%\Helios\TextPad\8\GUIState-0701.xml and in there with these element attributes:

Code: Select all

<GUI CompactMode="1">
	<NormalLayout>
		<DockingPane>
			<Pane-12 Type="3" WindowRectTopPos="536" WindowRectBottomPos="673" WindowRectLeftPos="807" WindowRectRightPos="1261" ExpandedHeight="0" TopContaner="13"/>
		</DockingPane>
		<Dialog>
			<Find l="108" t="156" r="906" b="334"/>
			<Replace l="218" t="36" r="1070" b="234"/>
			<Grep l="417" t="100" r="827" b="333"/>
		</Dialog>
So you say no matter with which window position you end TextPad, starting it anew (not a new instance while an old is still running) will use a different window position?
Post Reply