summaryrefslogtreecommitdiff
path: root/src/static/js/AttributeManager.js
AgeCommit message (Collapse)Author
2016-04-05Merge pull request #2940 from ether/extend-getAttributesOnSelectionJohn McLear
extend attributesonselection method
2016-03-26extend attributesonselection methodJohn McLear
2016-03-15Update author when removing line attribute from lineLuiza Pagliari
This avoids raising error 'Trying to submit changes as another author in changeset' when 2 authors change line attributes of the same line. This fixes issue #2925.
2015-09-08Fix 2772. Skipping line marker when applying attribs to a rangeLuiza Pagliari
2015-03-31Merge pull request #2541 from cristo-rabani/patch-3John McLear
fixed + support for value
2015-03-31feature #2558 added documentationThomas Muehlichen
2015-03-25feature #2558 more precise documentationThomas Muehlichen
2015-03-25feature #2558 added functions to get all attributes at the current or an ↵Thomas Muehlichen
abritrary position
2015-03-24own listcristo-rabani
2015-03-22fixcristo-rabani
2015-03-20fixes #2556 (error toggling line attribute) and clarified method ↵Thomas Muehlichen
documentation (AttributeManager.toggleAttributeOnLine)
2015-03-06fixed + support for valueCristo
2015-01-05Finally fix AttribManager#removeAttributeOnLineMarcel Klehr
return safely if the attribute wasn't found. fixes #2394
2014-12-30Clean-up after removing list attribute: Remove list numbering attributeMarcel Klehr
2014-12-28AttribManager#removeAttribOnLine: Remove Linemarker entirely if there's ↵Marcel Klehr
nothing else left
2014-12-27Fix AttributeManager#removeAttributeOnLine: Only remove a single attribMarcel Klehr
2012-04-08documentation on AttributeManagerMatthias Bartelmeß
2012-04-07Merge branch 'fix/list-removal' into ace2_refactoringMatthias Bartelmeß
2012-04-07Merge branch 'develop' into fix/list-removalMatthias Bartelmeß
2012-04-07Fixing bug where lists get deleted when pressing enterMatthias Bartelmeß
2012-04-07Pad message handler detects lineattributemakers by asking Attribute managerMatthias Bartelmeß
2012-04-06corrected documentation on Attribute ManagerMatthias Bartelmeß
2012-04-05fixing 'rep is not defined' errorMatthias Bartelmeß
2012-04-05renamed performDocumentApplyAttributesToRange to setAttributesOnRange and ↵Matthias Bartelmeß
moved it to AttributeManager
2012-04-05added lineMarkerAttribute + more commentsMatthias Bartelmeß
2012-04-05fixing lineHasMarkerMatthias Bartelmeß
2012-04-05added AttributeManager, ChangesetUtilsMatthias Bartelmeß