Commit Graph

175 Commits (2ade4433923881da0f79d124d3031985ebf78ae8)

Author SHA1 Message Date
Alex Beregszaszi 5beea7fc5d Use DOM object with ACE (and not the name) 8 years ago
Alex Beregszaszi b414777899 Supply DOM name to editor from the outside 8 years ago
Alex Beregszaszi 8b7970f429 Remove dependency on divs in editor 8 years ago
yann300 267744047f fix gist 8 years ago
Alex Beregszaszi 21fc25536b Sync file before compiling 8 years ago
Alex Beregszaszi 2b40ca4388 Do not shadow variables 8 years ago
yann300 71fb7a5d5e fix gist 8 years ago
Alex Beregszaszi 9fb650157a Support all 3 Swarm protocols (bzz,bzzr,bzzi) 8 years ago
Alex Beregszaszi 7359d27374 Support downloading Swarm objects via RPC 8 years ago
Alex Beregszaszi ca2301de84 Allow bzz:// and manifest URLs 8 years ago
Alex Beregszaszi df9aa54ae7 Support importing Swarm files 8 years ago
yann300 4546ca310c fix loading ballot contract 8 years ago
yann300 7bf15f39e6 fix renaming/removal 8 years ago
Alex Beregszaszi 3b611d0738 Show alert if creating file failed 8 years ago
Alex Beregszaszi c07dbc4fb5 Show alert if renaming/removing failed 8 years ago
Alex Beregszaszi d91467b939 Sync file on tab switch 8 years ago
Alex Beregszaszi 9424342c63 Rename updateFiles to refreshTabs 8 years ago
yann300 2370cd3ff0 fix tests 8 years ago
Alex Beregszaszi 59417d69ed Do not include readonly files in the output package 8 years ago
Alex Beregszaszi a95ec855e4 Move Chrome sync to the files API 8 years ago
Alex Beregszaszi a1199b0ea8 Store imports as read-only files 8 years ago
Alex Beregszaszi ddf06bd244 Rewrite file handling logic using the new files API 8 years ago
yann300 7ff2e3fa43 group API 8 years ago
yann300 cf9fb48936 remove executionContext dependecy from renderer 8 years ago
yann300 b4957dc242 rename sourceLocation currentSourceLocation 8 years ago
yann300 5398e18bdc make specific API for each component 8 years ago
yann300 3b68f6fbd6 add API 8 years ago
yann300 cd28a1b0d4 fix provider init 8 years ago
Alex Beregszaszi cbdec82e22 Rename changed to contentChanged 8 years ago
Alex Beregszaszi 0ea9bd1395 Rename switched to sessionSwitched 8 years ago
Alex Beregszaszi 6020e045c3 Editor: replace onChangeSetup with switched/changed events 8 years ago
Alex Beregszaszi af9a0bd10e Rename swicthToFile to switchToFile 8 years ago
Alex Beregszaszi 0c2e4753c9 Merge showFileHandler into the event handler 8 years ago
Alex Beregszaszi fc98e42bbf Add comments to editor calls 8 years ago
Alex Beregszaszi 7bb10cd184 Make autocompile a configuration item 8 years ago
Alex Beregszaszi f9ad4bcb2a Remove fileKey/fileNameFromKey as storage.get/set includes it now 8 years ago
Alex Beregszaszi 20911afccf The old editorSize conversion code isn't supported anymore 8 years ago
Alex Beregszaszi d16a260a4f Store editor window size in config file 8 years ago
Alex Beregszaszi 86f84d5350 Add config file API 8 years ago
Alex Beregszaszi 3ae6b43704 Merge activeFileTab into sole caller 8 years ago
Alex Beregszaszi 4d1eeae9ba Merge fileTabTemplate into sole caller 8 years ago
Alex Beregszaszi f981de8e61 Use editor.hasFile instead of storage.exists 8 years ago
Alex Beregszaszi f7008bd6ed Update last reference to storage.editorSize 8 years ago
Alex Beregszaszi b2cfd0245f Don't call chromeCloudSync twice 8 years ago
Alex Beregszaszi a2514915d3 Move Chrome syncing back to app.js 8 years ago
Alex Beregszaszi 0eee795e40 Move storage.editorSize to app.js 8 years ago
Alex Beregszaszi 5d2212c48e Remove the dependency on editor from the compiler 8 years ago
Alex Beregszaszi e6c5d7f7d6 Add helper runCompiler to app 8 years ago
Alex Beregszaszi 0a5dd05b6f Add target contract name to the compiler 8 years ago
Alex Beregszaszi ca0bcc5a55 Move editor.getValue from compiler to app 8 years ago