Skip to content

Tags: CEDARScript/cedarscript-editor-python

Tags

1.2.0

IndentationInfo.apply_relative_indents: new parameter treat_unprefixe…

…d_line_as_relative

1.1.8

IndentationInfo.apply_relative_indents

Improved handling of lines without the relative indent prefix (@n:);
Fixes 'apply-relative-indents' test.

1.1.7

CST-based indentation discovery

indentation_kit.py: prefer CST-based indentation discovery. Fall back to text-based discovery if unavailable.
Passes indentation tests for codeeditor.py

1.1.6

test_corpus.py: Add test for indentation

1.1.5

_matches_when: consistently use stripped comparisons

1.1.4

fix: bug in 'segment_to_search_range' when end_relpos.marker_subtype …

…== 'number'

1.1.3

cedarscript-ast-parser>=0.5.1

1.1.2

Prevent bug related to even number of characters in an intra-command …

…comment

1.1.1

ed script tests pass

1.1.0

feat: Add case_filter.py with CaseStatement and processing logic