Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
If you are in a topic and the cursor is at the bottom of it and you save, then close. When you open the file you will be at the spot where you saved. Is there a setting to make the cursor go to the top automatically instead of scrolling?
Solved! Go to Solution.
Locate your folder com.arbortext.sma.folder
In this folder create two new folders labeled editinit, and init.
Create a new text document labelled cursor_at_top.acl
Open with a text editor, add the following line:
goto_oid(oid_first())
Everytime you open the document it will now open at the top. Thanks to PTC support (Tim P)
Bryon
I believe going to preferences, Save, and then removing the check box next to 'Remove Arbortext PIs on Save' will stop this behavior.
It seems it is the other way around, tools, preferences, save, then add the check box to remove Arbortext PI;s on save. This now works as I would like.
From the help guide
Remove Arbortext PIs on Save — Removes processing instructions generated by Arbortext software from the saved document.
Does this affect anythign else? What sort of situation would the program automatically add PI's to your document?
Just tried to insert a no page break PI, then save and closed, publsihed my document and was still incorrect so I went back into the topic and my PI was missing. Just an FYI if you are making the change. I will be putting a support ticket in about this.
Locate your folder com.arbortext.sma.folder
In this folder create two new folders labeled editinit, and init.
Create a new text document labelled cursor_at_top.acl
Open with a text editor, add the following line:
goto_oid(oid_first())
Everytime you open the document it will now open at the top. Thanks to PTC support (Tim P)
Bryon