i lost a bunch of time to not realizing that wakatime webstorm was bugged ;(
anyway here’s the feature list:
- you can type in the shell syntax box and it populates the argument list automatically! (that’s the main thing here)
- keyboard shortcuts for the argument list (see screenshot #1 for details)
-
ariaup the wazoo - the move and delete buttons don’t work yet
…and this is now the longest set of attributes in the entire codebase, to make Firefox stop complaining about how the contenteditable shell syntax text box is somehow not focusable (…but it has a tab order by default??) and not labeled (ok fine but like if there are multiple of these i can’t have id) and also not a textbox
<div
contenteditable="plaintext-only"
spellcheck="false"
class="-edit-stack-editor"
role="textbox"
aria-multiline="true"
tabindex="0"
aria-label="Shell syntax entry"
></div>
Log in to leave a comment