saikyun / freja

Self-modifiable editor for coding graphical things
68 stars 3 forks source link

Cursor behaviour problems #11

Closed saikyun closed 3 years ago

saikyun commented 3 years ago
  1. start freja
  2. paste
    # :dry true can be used as to not write to the file
    (def [path matches] (first (pairs (find-in-files "yooo" "./sub-folder"))))
  3. go to beginning of file
  4. hit end
  5. press right
  6. hold shift
  7. press down twice
  8. gets stuck

image

saikyun commented 3 years ago

inserting # doesnt refresh x-position delete region doesnt refresh x-position

saikyun commented 3 years ago

fixed in 4039058548321b169933fd166ddd8f869364c108 and 45ce907cd76a209ebc46886b2dd12f0bceadb3e5