Persist Lock/Unlock XML Tags Setting For Docs In Project
Are you missing a feature? Request its implementation here.
-
- Posts: 99
- Joined: Thu Oct 23, 2008 6:29 am
Persist Lock/Unlock XML Tags Setting For Docs In Project
For a given project, please persist the current setting of Lock/Unlock XML tags for a given document. I currently have to turn this option on each time I start the editor. It would be nice if it retains this state for a given document when I restart the editor. This state could be saved in a project file, if that is a good place for it.
If the state does get saved in a project file, this will require additional changes elsewhere. Oxygen always starts with the last project opened. This behavior may need to be changed. If I open a new XML document not associated with a project in Oxygen, it is not appropriate to store this state for the new document in the non-related project file.
If the state does get saved in a project file, this will require additional changes elsewhere. Oxygen always starts with the last project opened. This behavior may need to be changed. If I open a new XML document not associated with a project in Oxygen, it is not appropriate to store this state for the new document in the non-related project file.
-
- Posts: 99
- Joined: Thu Oct 23, 2008 6:29 am
Re: Persist Lock/Unlock XML Tags Setting For Docs In Project
After giving this some thought, a potential way to implement this with minimal code change is to store an attribute for each document of the project in the xpr project XML document. It currently has a node that looks like this:
You may add an attribute like the following:
For the case of opening a new XML document not associated with the project, do not persist the lockTags state. You may continue to open the last project, but this state simply does not get saved.
Just one suggestion that may not be too painful to implement.
Code: Select all
<projectTree name="project.xpr">
<file name="one.xml"/>
<file name="two.xml"/>
</projectTree>
Code: Select all
<projectTree name="project.xpr">
<file name="one.xml" lockTags="true"/>
<file name="two.xml" lockTags="false"/>
</projectTree>
Just one suggestion that may not be too painful to implement.
-
- Posts: 2879
- Joined: Tue May 17, 2005 4:01 pm
Re: Persist Lock/Unlock XML Tags Setting For Docs In Project
Hello,
Thank you for the feedback.
I have logged your request and it will be analyzed and implemented in a future version of Oxygen.
Regards,
Adrian
Thank you for the feedback.
I have logged your request and it will be analyzed and implemented in a future version of Oxygen.
Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service