benjie-git / CardStock

CardStock is a cross-platform tool for quickly and easily building programs. It provides a drawing-program-like editor for visually laying out your programs' parts, and a code editor for adding event-driven python code.
Mozilla Public License 2.0
249 stars 9 forks source link

Editing cardstock code using a mobile/iOS device is awkward #13

Open benjie-git opened 11 months ago

benjie-git commented 11 months ago

Selecting text is difficult, and it's hard to navigate the whole editor UX on a small screen.

benjie-git commented 2 days ago

Improvements here may require upstream fixes to the ace js editor:

I should also possibly allow switching between full-screen code editing, and full screen card object editing?