Insert character in every selected tile #8
vacuumbeef
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
I ended up implementing it myself and it surprisingly works - vacuumbeef@e1bee0c Current o2 on main (as well as Orca-JS): In append mode if the glyph under the cursor is same you are inserting - it will not insert it. Orca-C, Orca-UXN: In append mode it will not check for glyphs under the cursor, so it does not block you from writing @coignard can you please look. What do you think about this? And if you like it is it good enough for a pr? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In orca-c and orca-uxn when you select multiple tiles and type a character - it inserts the character in every selected tile. In JS and o2 implementations it only inserts the character in the first selected tile.
I personally find the orca-c/uxn way extremely useful, especially when you need to do wiring with J/Y. So I wonder if it could be implemented in o2 too?
Beta Was this translation helpful? Give feedback.
All reactions