Tag List Report

The following document contains the listing of user tags found in the code. Below is the summary of the occurences per tag.

TagTotal number of occurences
@todo0
TODO80

Each tag is detailed below:

@todo

Number of occurences found in the code: 0

TODO

Number of occurences found in the code: 80

sk.uniba.euromath.document.DocumentModifierLine
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.EditorSiteLine
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 better479
STUDVA nejasne co to ma robit a ci to je spravne implementovane907
Auto-generated method stub1087
Auto-generated method stub1092
Auto-generated method stub1097
Auto-generated method stub1102
sk.uniba.euromath.editor.MultiViewXMLEditorLine
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.DOMSelectionChangedEventLine
GUI : this could contains only some update of previous selection e.g. some DOMInterval is add to selection, than the result of23
sk.uniba.euromath.editor.selections.IDOMSelectionChangedListenerLine
GUI : this could contains only some update of previous selection e.g. some DOMInterval is add to selection, than the result of21
sk.uniba.euromath.editor.textEditor.ITextPieceContainerLine
give a description of that difference and it can occur101
sk.uniba.euromath.editor.textEditor.TextPieceContainerLine
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.TextPieceInfoImplLine
Studva more precise220
GUI ako lepsie?251
sk.uniba.euromath.editor.textEditor.TextPieceSelectionStatusImplLine
GUI : chceck intervals, if they are not out of range89
GUI : chceck intervals, if they are not overlaping90
Kollar - check if this correctly removes selInterval105
Auto-generated method stub116
Auto-generated method stub124
sk.uniba.euromath.editor.textEditor.actions.CutActionLine
Studva48
Studva review, refactor is selected text53
sk.uniba.euromath.editor.textEditor.actions.DeleteMixedActionLine
Studva review, refactor FIXME Studva bug114
Studva if selected more with one id116
sk.uniba.euromath.editor.textEditor.commands.DeleteTextCommandLine
GUI pouzivat ju, zatial sa nepouziva138
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.S141
sk.uniba.euromath.editor.textEditor.policies.AbstractTextSelectionEditPolicyLine
SELEKCIE posunut o offset ...139
sk.uniba.euromath.editor.textEditor.policies.TextEditPolicyLine
set source?144
set source? ITextPieceKeeper keeper = (ITextPieceKeeper) nextPart;189
sk.uniba.euromath.editor.textEditor.requests.IRequestSpecializationLine
Kollar ocakavam navrhy na zmenu mena tejto metody, ale getAction sa mi zda byt metuce, lebo od getAction() by som cakal ze vrati nejaku23
sk.uniba.euromath.editor.textEditor.requests.editTextRequests.EditTextRequestLine
Kollar naco je destination + okomentovat20
sk.uniba.euromath.editor.textEditor.tools.TextDragTrackerLine
Studva state invalid - how it is controlled if to handle as drag in selected tool?104
Kollar : check it216
sk.uniba.euromath.editor.textEditor.tools.TextToolLine
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 relative212
Kollar Solve this casting to TextEditPart305
Kollar Solve this casting to TextEditPart311
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.ScrollingTextGraphicalViewerLine
Auto-generated method stub86
Kollar - implement folovong select method140
sk.uniba.euromath.editor.textEditor.viewers.TextGraphicalViewerImplLine
Auto-generated method stub40
Auto-generated method stub45
Auto-generated method stub50
Auto-generated method stub55
Auto-generated method stub60
sk.uniba.euromath.editor.xmlEditor.XMLEditPartFactoryLine
Studva this is not right, remove, and also update OutlineItem...51
sk.uniba.euromath.editor.xmlEditor.XMLEditorLine
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 v110
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 created200
sk.uniba.euromath.editor.xmlEditor.actions.InsertNodeActionLine
STUDVA194
STUDVA212
sk.uniba.euromath.editor.xmlEditor.actions.ModifyNodeActionLine
Studva72
sk.uniba.euromath.editor.xmlEditor.actions.NodeManipulateActionLine
STUDVA if(wholeNodesOnly)202
sk.uniba.euromath.editor.xmlEditor.actions.SelectActionLine
FIXME GUI getSelectionProvider().setSelection( getXMLAccess().getIntervalFactory().newSet(new DOMInterval()));59
sk.uniba.euromath.editor.xmlEditor.actions.SelectParentActionLine
STUDVA74
sk.uniba.euromath.editor.xmlEditor.actions.XMLActionContributorLine
STUDVA menu!!!!!!!!478
STUDVA menu521
sk.uniba.euromath.editor.xmlEditor.actions.lang.MessagesLine
Auto-generated method stub48
sk.uniba.euromath.editor.xmlEditor.lang.MessagesLine
Auto-generated method stub48
sk.uniba.euromath.editor.xmlEditor.tools.XMLStructureDragTrackerLine
Studva maybe not necessary40
Studva state invalid - how it is controlled if to handle as drag in selected tool?89
sk.uniba.euromath.gene.lang.MessagesLine
Auto-generated method stub33
sk.uniba.euromath.plugin.views.inputBox.InputBoxViewLine
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.MessagesLine
Auto-generated method stub27
sk.uniba.euromath.plugin.views.outline.OutlineItemsLabelProviderLine
Studva reconsider id == null --> entity reference node inverted should be with graphical visualization126
sk.uniba.euromath.plugin.views.outline.StatusLineUpdateManagerLine
!!171
!!269
sk.uniba.euromath.plugin.views.outline.XMLOutlinePageLine
studva transformed doc122
GUI synchronize this IStructureSelection with curent IXMLSelection fireSelectionChangeEvent with this updated IXMLSelection to selectionListeners294
GUI - implement396
Auto-generated method stub542
Auto-generated method stub547
Auto-generated method stub552
Auto-generated method stub557
Auto-generated method stub562
sk.uniba.euromath.plugin.views.outline.actions.EncloseElementActionLine
Auto-generated method stub55
sk.uniba.euromath.plugin.views.outline.actions.lang.MessagesLine
Auto-generated method stub27
sk.uniba.euromath.plugin.views.outline.lang.MessagesLine
Auto-generated method stub27
sk.uniba.euromath.tests.EntityCorrectLoadingLine
Auto-generated method stub54