Sasha Koshka sashakoshka
  • Manehattan MAS hub
  • https://holanet.xyz
  • Sasha Koshka is the name I go by online. E-mail me if you have questions about that or about my projects in general.

  • Joined on 2022-08-07
sashakoshka pushed to minimize-allocations-overhaul at tomo/typeset 2024-09-10 09:18:02 -06:00
0592fe32b6 Add .editorconfig because why not
56cf7e3fb8 Update README.md
650ecf0c2e Back up old files
Compare 3 commits »
sashakoshka created branch minimize-allocations-overhaul in tomo/typeset 2024-09-10 09:18:02 -06:00
sashakoshka pushed to main at tomo/typeset 2024-09-05 23:23:25 -06:00
aa00b93bd3 The new alignment method works
8a22afe95a Restructure alignment process
ba1438b700 SetTabWidth now takes in an Int26_6, and doesn't use emspaces
Compare 3 commits »
sashakoshka pushed to main at tomo/typeset 2024-09-05 22:30:31 -06:00
2aa1d355ec Add SetTabWidth to Setter (non-functional currently)
sashakoshka pushed to main at tomo/typeset 2024-09-05 22:24:20 -06:00
6e3e288628 Change ReccomendedHeightFor -> RecommendedHeight
f2da861f1b Fix README.md
Compare 2 commits »
sashakoshka closed issue tomo/typeset#1 2024-09-05 22:24:20 -06:00
Change ReccomendedHeightFor to RecommendedHeight
sashakoshka pushed to main at tomo/objects 2024-09-05 22:16:57 -06:00
177167510b Shift+Ctrl+Z now works for redo
3077249a13 TextInput updates state better when typing
38d950f44a Remove debug line
Compare 3 commits »
sashakoshka pushed to main at tomo/objects 2024-09-05 22:12:40 -06:00
8b1b2e4199 Text input history is looking good
63ad06e214 Improvements to internal/history
Compare 2 commits »
sashakoshka pushed to main at tomo/backend 2024-09-05 21:57:15 -06:00
b92308fc80 Textbox does not trigger a DotChange event when using Select
sashakoshka pushed to main at tomo/objects 2024-09-05 20:47:14 -06:00
ac1a952b40 Move color functionality into subpackage of internal
sashakoshka pushed to main at tomo/objects 2024-09-05 18:13:03 -06:00
45a6634e73 Add (buggy) history support to TextInput
ead7d493d7 Add history mechanism
Compare 2 commits »
sashakoshka pushed to main at tomo/backend 2024-09-05 16:06:40 -06:00
6f9eca99e7 Text cursor is now an I beam
sashakoshka opened issue tomo/tomo#32 2024-09-04 10:58:05 -06:00
Need programmatic control over keynav
sashakoshka pushed to main at tomo/backend 2024-09-04 10:56:20 -06:00
381f5f88bd Ctrl+Home/End go to the start and end of the box respectively
sashakoshka pushed to main at tomo/backend 2024-09-04 10:43:05 -06:00
1c38ed2d87 Add soft line home
sashakoshka pushed to main at tomo/backend 2024-09-04 10:31:33 -06:00
9079aca993 Fix segfault in lineHome
sashakoshka pushed to main at tomo/backend 2024-09-04 10:27:36 -06:00
70d6759884 Add basic line home/end
sashakoshka pushed to main at tomo/backend 2024-09-03 23:37:35 -06:00
2f828b1ae8 Add up/down keynav
sashakoshka opened issue tomo/backend#10 2024-09-03 20:48:39 -06:00
TextBox has poor multiline keynav
sashakoshka closed issue tomo/backend#9 2024-09-03 19:50:20 -06:00
TextBox has trouble with line breaks