Releases: Cirru/calcit-editor
Releases · Cirru/calcit-editor
watch coir changes and reload
Feature
- [Experimental] Detect changes of
coir.edn
file withgaze
, and try reloading code in editors.
Use command keycode/i
Refine
- now
command i
move to the previous bookmark, andcommand k
remains removing current one
Refine command-d
Refines
- Command-d will force add new bookmark below current bookmark
- Input box for abstracting definition now can be closed with ESC
- suppress warning from
parse-query!
Disabled user-select
Fix
user-select: none;
- fix member page; caused by
list->
command b to peek-def
Feature
Command b
to peek definition
Upgrade
recollect@0.4.2
to reduce diffs of sets and keywords
Fix unexpected nodes synchronism; new styles
Fix
op-id
op-time
being static after refactoring, which caused strange behaviors of nodes synchronism
Feature
- added new themes:
:star-trail
:rainbow
:curves
Add file replacer; huge refactor
Feature
- add file replacer in
0.3.5
- new syntax for
doseq
Refactor
- depend on
cirru/sepal
directly - update server workflow and
configs
Upgrade recollect@0.4.1
Fix indent top-level expression
Fix
- focus losing when indenting top-level expression
Upgrade deps
Fix missing `list->`
Fix
The error:
Uncaught Error: Vector's key for assoc must be a number.
is caused by missing list->
macro for children created with loop
.