issues
search
ModelWriter
/
Requirements
User Requirements Document (URD) and Software Requirements Document (SRD)
https://github.com/ModelWriter/Requirements/issues
Eclipse Public License 1.0
3
stars
0
forks
source link
User shall be able to mark any kind of textual documents on Eclipse Editor
#70
Open
ferhaterata
opened
9 years ago
ferhaterata
commented
9 years ago
User shall be able to mark text fragments on a Markdown, Wikitext.. file (Eclipse Wiki Editor).
plugin: org.eclipse.mylyn.wikitext.ui
editor: org.eclipse.mylyn.internal.wikitext.ui.editor.MarkupEditor
User shall be able to mark text fragments on a Java file (Eclipse JDT Java Editor).
plugin: org.eclipse.jdt.ui
editor: org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor
User shall be able to mark text fragments on an XML file (Eclipse XML Editor).
plugin: org.eclipse.wst.xml.ui
editor: org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart
User shall be able to mark text fragments on a Plain text file (Eclipse Text Editor).
plugin: org.eclipse.ui.editors
editor: org.eclipse.ui.editors.text.TextEditor
User shall be able to should mark text fragments on a Textual DSL (Eclipse Xtext Editor).
editor: org.eclipse.xtext.xbase.ui.editor.XbaseEditor