Skip to content

Tags: CEDARScript/cedarscript-editor-python

Tags

1.2.0

Toggle 1.2.0's commit message
IndentationInfo.apply_relative_indents: new parameter treat_unprefixe…

…d_line_as_relative

1.1.8

Toggle 1.1.8's commit message
IndentationInfo.apply_relative_indents

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

1.1.7

Toggle 1.1.7's commit message
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

Toggle 1.1.6's commit message
test_corpus.py: Add test for indentation

1.1.5

Toggle 1.1.5's commit message
_matches_when: consistently use stripped comparisons

1.1.4

Toggle 1.1.4's commit message
fix: bug in 'segment_to_search_range' when end_relpos.marker_subtype …

…== 'number'

1.1.3

Toggle 1.1.3's commit message
cedarscript-ast-parser>=0.5.1

1.1.2

Toggle 1.1.2's commit message
Prevent bug related to even number of characters in an intra-command …

…comment

1.1.1

Toggle 1.1.1's commit message
ed script tests pass

1.1.0

Toggle 1.1.0's commit message
feat: Add case_filter.py with CaseStatement and processing logic