1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-28 01:00:13 +02:00
Commit Graph

22 Commits

Author SHA1 Message Date
Kushagra Gour
7d50e78548 fix monaco paths 2024-05-01 15:41:42 +05:30
Kushagra Gour
02124f731e fix monaco paths 2024-05-01 15:32:18 +05:30
Kushagra Gour
820bcd41cd support public creations 2024-02-28 09:48:46 +05:30
Kushagra Gour
b126a0dd22 Merge pull request #545 from nhogle/fix-544-gutter-errors
Fix showErrors() method of CodeEditor component
2023-10-13 16:10:24 +05:30
Nick Hogle
d6e7cd3a8e Fix issue 546: Tab key not working in JS editor when using CodeMirror
- The check for the Emmet option was short-circuiting the logic for
inserting a Tab.  Note that the emmet option is only enabled on HTML and
CSS editors, (and not the JS editor), which is why the `Tab` key works in
those editors, but not the JS editor.
2023-10-11 16:19:45 -07:00
Nick Hogle
5952919396 Fix showErrors() method of CodeEditor component
- This was causing WebMaker to throw the following error whenever the
showErrors() method was called, preventing the desired behavior of showing
the errors in the CodeMirror gutter:

	Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'instance')
2023-10-11 15:26:52 -07:00
Kushagra Gour
2f3efb186b codeeditor: fix broken syntax highlighting 2019-07-18 14:58:48 +05:30
Kushagra Gour
dae410b1d4 app: add ability to override settings from query params 2019-06-26 17:44:30 +05:30
Kushagra Gour
e39e284705 add ui events 2019-03-15 15:11:33 +05:30
Kushagra Gour
cf92032b33 codeeditor: move instructions under editorready deferred 2019-03-14 01:14:13 +05:30
Kushagra Gour
53533bf09a render file preview iframe in subdomain 2019-01-29 18:16:17 +05:30
Kushagra Gour
86515bb4bd CodeEditor: wrap cm commands in deferred too 2019-01-27 23:13:31 +05:30
Kushagra Gour
9a1f1cca87 Codeeditor: run code on editor initialize 2019-01-17 20:09:42 +05:30
Kushagra Gour
4e4973bd91 add docs and fix setOption in CodeEditor 2018-12-10 23:05:11 +05:30
Kushagra Gour
87a1e6c306 fix showError code for monaco 2018-12-10 19:28:38 +05:30
Kushagra Gour
8310b4aa4c make monaco stylesheet insert just once 2018-12-10 19:18:39 +05:30
Kushagra Gour
eb139c8b40 CodeEditor: add cleargutter code 2018-12-10 19:13:37 +05:30
Kushagra Gour
bae1983ca5 load monaco dependencies asyncly 2018-12-09 23:08:51 +05:30
Kushagra Gour
5ff64073ff CodeEditor: simulate origin in change object for monaco 2018-11-30 15:50:02 +05:30
Kushagra Gour
afbcd0a559 get language in monaco and misc fixes 2018-11-30 10:55:11 +05:30
Kushagra Gour
45bf3a0bfb CodeEditor: attach fontsize setting to monaco 2018-11-23 13:23:26 +05:30
Kushagra Gour
0d97564138 add monaco firt draft. fixes #275 2018-11-22 19:01:57 +05:30