Skip to content

Commit ffe8127

Browse files
committed
update comments tracking TODOs
1 parent 9c75ea2 commit ffe8127

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

client/modules/IDE/components/Editor/codemirror.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,13 @@ import tidyCodeWithPrettier from './tidier';
2525
// - p5-javascript
2626
// - search, find & replace
2727
// - color themes
28+
// - any features lost in the p5 conversion git merge
2829
// - javascript color picker (extension works for css but needs to be forked for js)
2930
// - revisit keymap differences, esp around sublime
3031
// - emmet doesn't trigger if text is copy pasted in
3132
// - need to re-implement emmet auto rename tag
3233
// - color picker should be triggered by metakey cmd k
3334
// - clike addon
34-
// ----- QUESTIONS -----
35-
// do we want shift tab to indent less? existing behavior is explicitly turned off but i think its nice to have
36-
// do we want any extra emmet functionality? https://www.npmjs.com/package/@emmetio/codemirror6-plugin
3735

3836
/** This is a custom React hook that manages CodeMirror state. */
3937
export default function useCodeMirror({

0 commit comments

Comments
 (0)