File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
client/modules/IDE/components/Editor Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,13 @@ import tidyCodeWithPrettier from './tidier';
25
25
// - p5-javascript
26
26
// - search, find & replace
27
27
// - color themes
28
+ // - any features lost in the p5 conversion git merge
28
29
// - javascript color picker (extension works for css but needs to be forked for js)
29
30
// - revisit keymap differences, esp around sublime
30
31
// - emmet doesn't trigger if text is copy pasted in
31
32
// - need to re-implement emmet auto rename tag
32
33
// - color picker should be triggered by metakey cmd k
33
34
// - 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
37
35
38
36
/** This is a custom React hook that manages CodeMirror state. */
39
37
export default function useCodeMirror ( {
You can’t perform that action at this time.
0 commit comments