Commit Graph

151 Commits (39704974f0362d455ff18a5d294aa4e4ae96930f)

Author SHA1 Message Date
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
Alex Beregszaszi 21d78d1a6c Move import processing from the compiler 8 years ago
Alex Beregszaszi 2ec04665ba Remove index.html from local file url when loading a compiler 8 years ago
Alex Beregszaszi 3181753c04 Remove unused web3 parameter from Renderer 8 years ago
Alex Beregszaszi 038c1d5b56 Use longVersion from solc-bin 8 years ago
yann300 eddcee2f37 use simple warning 8 years ago
yann300 f2067299ef rollback editor save behavior 8 years ago
yann300 24bee1cc25 save at compilation time 8 years ago
yann300 83b60ae480 warning if static analysis report not empty 8 years ago
yann300 cecb2e28ce static analysis: display warning for each report item 8 years ago
yann300 8a599b3345 pass compilerEvent instead of compiler 8 years ago
yann300 6f3c6342c7 add test 8 years ago
yann300 264163403e integrate to app, renderer 8 years ago
Alex Beregszaszi a9da67aa98 Move editor.clearAnnotations from the compiler to app 8 years ago
Alex Beregszaszi 0d532f0090 Save to storage at most every 5 seconds 8 years ago
Alex Beregszaszi 751f109fbf Save file contents periodically 8 years ago
Alex Beregszaszi 2126391e3c Format using standard 8 years ago
Alex Beregszaszi 55bf553df9 Move location code to upstream loadVersion() 8 years ago
Alex Beregszaszi 0297242bb1 buildVersion() is still needed for the version dropdown 8 years ago
Alex Beregszaszi 91c89c9cea Remove release sorting (already done by solc-bin) 8 years ago
Alex Beregszaszi 399481f6d7 Use latestRelease field from list.json 8 years ago
Alex Beregszaszi 94ab5c29c4 Use Javascript strict mode 8 years ago
Alex Beregszaszi 5c92a9cbce Workaround some browsers which don't tell the error when disconnected 8 years ago
Alex Beregszaszi f12928da65 Use only done/fail on getJSON 8 years ago