sk.uniba.euromath.document.DocumentModifier | Line |
---|
MaVy p0> unify with DOMInterval.isDeletable() try to skip from entities 'to' can be null - in such case it points at the end of the document. | 489 |
sk.uniba.euromath.editor.EditorSite | Line |
---|
STUDVA recoment <h6>Is a View, is a true compound editor, composites of IEditors.</h6> <p> This class houses instances of IEditors: chooses from available, creates and/or destroys instances of IEditors when required and creates and positions Composites for them. </p> <p> Is is also ISelectionProvider and owns XMLSelection. Other IXMLSelectionProviders refernces this XMLSelection, modifies it and send changes back to EditorSite through methods setSelection(...) or selectionChanged(...)<br> </p> <p> Is also responsible for loading, transforming, saving. Main functionality is driven by GENE. </p> <p> Acts as view in MultiViewXMLEditor. </p> | 85 |
Studva make it work as in coment or better | 479 |
STUDVA nejasne co to ma robit a ci to je spravne implementovane | 907 |
Auto-generated method stub | 1087 |
Auto-generated method stub | 1092 |
Auto-generated method stub | 1097 |
Auto-generated method stub | 1102 |
sk.uniba.euromath.editor.MultiViewXMLEditor | Line |
---|
Studva> Moto: dal som prec tento getter, pretoze EventManager v e3.2m4 obsahuje final getListeners(). Mozno by nebolo zle pozriet na jeho funkcionalitu. >> Nebolo by to zle, ale rad by som si podrzal spatnu kompatibilitu s e3.1 pokym nevyjde plna e3.2 >> takze plz pozri sa na to, ale zatial to nechaj ako to bolo predtym. | 357 |
sk.uniba.euromath.editor.selections.DOMSelectionChangedEvent | Line |
---|
GUI : this could contains only some update of previous selection e.g. some DOMInterval is add to selection, than the result of | 23 |
sk.uniba.euromath.editor.selections.IDOMSelectionChangedListener | Line |
---|
GUI : this could contains only some update of previous selection e.g. some DOMInterval is add to selection, than the result of | 21 |
sk.uniba.euromath.editor.textEditor.ITextPieceContainer | Line |
---|
give a description of that difference and it can occur | 101 |
sk.uniba.euromath.editor.textEditor.TextPieceContainer | Line |
---|
Kollar(asi pre teba) Studva please explain this vysvetlenie: keeperov text sa musi nachadzat vo full texte ale nie je to tak asi koli medzeram, nerozumiem tomu if (fullText.indexOf(firstPieceKeeper.getText()) < 0) throw new IllegalArgumentException( "Invalid fullText or firstPieceKeeper's text."); //$NON-NLS-1$ | 68 |
sk.uniba.euromath.editor.textEditor.TextPieceSelectionStatusImpl | Line |
---|
GUI : chceck intervals, if they are not out of range | 89 |
GUI : chceck intervals, if they are not overlaping | 90 |
Kollar - check if this correctly removes selInterval | 105 |
Auto-generated method stub | 116 |
Auto-generated method stub | 124 |
sk.uniba.euromath.editor.textEditor.actions.CutAction | Line |
---|
Studva | 48 |
Studva review, refactor is selected text | 53 |
sk.uniba.euromath.editor.textEditor.actions.DeleteMixedAction | Line |
---|
Studva review, refactor FIXME Studva bug | 114 |
Studva if selected more with one id | 116 |
sk.uniba.euromath.editor.textEditor.commands.DeleteTextCommand | Line |
---|
GUI pouzivat ju, zatial sa nepouziva | 138 |
Kollar podla mna toto robi: ak posledny char ktory mam zmazat je medzera, tak zmazem este jednu. A malo by to toto? : ak posledny char ktory mam zmazat je medzera, tak zmaz vsetky nasledujuce medzery, prekonzultuj so mnou. A preco je v prvom riadku ta podmienka? T.S | 141 |
sk.uniba.euromath.editor.textEditor.policies.AbstractTextSelectionEditPolicy | Line |
---|
SELEKCIE posunut o offset ... | 139 |
sk.uniba.euromath.editor.textEditor.policies.TextEditPolicy | Line |
---|
set source? | 144 |
set source? ITextPieceKeeper keeper = (ITextPieceKeeper) nextPart; | 189 |
sk.uniba.euromath.editor.textEditor.requests.IRequestSpecialization | Line |
---|
Kollar ocakavam navrhy na zmenu mena tejto metody, ale getAction sa mi zda byt metuce, lebo od getAction() by som cakal ze vrati nejaku | 23 |
sk.uniba.euromath.editor.textEditor.requests.editTextRequests.EditTextRequest | Line |
---|
Kollar naco je destination + okomentovat | 20 |
sk.uniba.euromath.editor.textEditor.tools.TextDragTracker | Line |
---|
Studva state invalid - how it is controlled if to handle as drag in selected tool? | 104 |
Kollar : check it | 216 |
sk.uniba.euromath.editor.textEditor.tools.TextTool | Line |
---|
GUI: Here can be a problem, when Tool is deactivated, than some changes happen and than again activated - partUnderCaret, do not have to exist or startCaretOffset can be out of range It could be solved like not to store EditPart and offset of Caret where to be caret activated, but (x,y) location - this is a problem too, because (x,y) location is relative | 212 |
Kollar Solve this casting to TextEditPart | 305 |
Kollar Solve this casting to TextEditPart | 311 |
Kollar: delete selected text and input new text setCaretMovement(1); | 433 |
Kollar: delete selected text setCaretMovement(0); | 438 |
Kollar DOMIntervalSet.union returns set difference between globalSelection and localSelection, it is DOMIntervalSet - set of DOMIntervals that if will be add to old globalSelection, that this will make the same new globalSelection. This can be used to define the change between old selection and new selection. Only this change should be then updated in SelectionPolicy for instance. | 516 |
sk.uniba.euromath.editor.textEditor.viewers.ScrollingTextGraphicalViewer | Line |
---|
Auto-generated method stub | 86 |
Kollar - implement folovong select method | 140 |
sk.uniba.euromath.editor.textEditor.viewers.TextGraphicalViewerImpl | Line |
---|
Auto-generated method stub | 40 |
Auto-generated method stub | 45 |
Auto-generated method stub | 50 |
Auto-generated method stub | 55 |
Auto-generated method stub | 60 |
sk.uniba.euromath.editor.xmlEditor.XMLEditPartFactory | Line |
---|
Studva this is not right, remove, and also update OutlineItem... | 51 |
sk.uniba.euromath.editor.xmlEditor.XMLEditor | Line |
---|
Kollar change comment Common editor for any namespaces and any renderer used by default if no other is find for namespace examinig all registered editors for that namespace. Is implemented using GEF, providing selections, context menu, editing capability by that menu. Uses only one type EditPart - XMLEditPart. EditDomain provide one tool - XMLSelectionTool. GraphicalViewer is XMLScrollingGraphicalViewer if this is root editor in IEditor "hierarchy" otherwise GraphicalViewerImpl. Uses XMLActionContributor to create context menu and to contribute to global bars and context menu. | 63 |
GUI pouvazovat kedy ouzivat keyhandler a naco, je to v | 110 |
KOLLAR I've deleted localregistry, were useless, but I don't know how it worked? you was asking registry for actions, which you haven't created | 200 |
sk.uniba.euromath.editor.xmlEditor.actions.NodeManipulateAction | Line |
---|
STUDVA if(wholeNodesOnly) | 202 |
sk.uniba.euromath.editor.xmlEditor.actions.SelectAction | Line |
---|
FIXME GUI getSelectionProvider().setSelection( getXMLAccess().getIntervalFactory().newSet(new DOMInterval())); | 59 |
sk.uniba.euromath.editor.xmlEditor.actions.lang.Messages | Line |
---|
Auto-generated method stub | 48 |
sk.uniba.euromath.editor.xmlEditor.lang.Messages | Line |
---|
Auto-generated method stub | 48 |
sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureDragTracker | Line |
---|
Studva maybe not necessary | 40 |
Studva state invalid - how it is controlled if to handle as drag in selected tool? | 89 |
sk.uniba.euromath.gene.lang.Messages | Line |
---|
Auto-generated method stub | 33 |
sk.uniba.euromath.plugin.views.inputBox.InputBoxView | Line |
---|
Studva Presunul som InsertTEXAction do mathml pluginu, ak sa ma napajat do tejto triedy, treba to vyriesit cez extension point. mato. private InsertTEXAction insertTEXAction; | 47 |
sk.uniba.euromath.plugin.views.inputBox.lang.Messages | Line |
---|
Auto-generated method stub | 27 |
sk.uniba.euromath.plugin.views.outline.OutlineItemsLabelProvider | Line |
---|
Studva reconsider id == null --> entity reference node inverted should be with graphical visualization | 126 |
sk.uniba.euromath.plugin.views.outline.XMLOutlinePage | Line |
---|
studva transformed doc | 122 |
GUI synchronize this IStructureSelection with curent IXMLSelection fireSelectionChangeEvent with this updated IXMLSelection to selectionListeners | 294 |
GUI - implement | 396 |
Auto-generated method stub | 542 |
Auto-generated method stub | 547 |
Auto-generated method stub | 552 |
Auto-generated method stub | 557 |
Auto-generated method stub | 562 |
sk.uniba.euromath.plugin.views.outline.actions.EncloseElementAction | Line |
---|
Auto-generated method stub | 55 |
sk.uniba.euromath.plugin.views.outline.actions.lang.Messages | Line |
---|
Auto-generated method stub | 27 |
sk.uniba.euromath.plugin.views.outline.lang.Messages | Line |
---|
Auto-generated method stub | 27 |
sk.uniba.euromath.tests.EntityCorrectLoading | Line |
---|
Auto-generated method stub | 54 |