Commit Graph

451 Commits (1afd56c3de49f372989debf776cad6a68a2a0778)

Author SHA1 Message Date
yann300 f111d4d43e use API 8 years ago
yann300 f88ba6a03f use compilation result to get the content instead of the editor 8 years ago
yann300 d951996597 rename handleErrorClick / use API 8 years ago
yann300 f67c4886be use API 8 years ago
yann300 3b68f6fbd6 add API 8 years ago
yann300 8723bd2278 fix geth deploy 8 years ago
yann300 818125edb3 highlight the entire line 8 years ago
yann300 e981611ba4 fix linking 8 years ago
yann300 6bb328aa0f babel-polyfill 8 years ago
yann300 55b24666e9 remove e6-shim 8 years ago
yann300 cd28a1b0d4 fix provider init 8 years ago
Alex Beregszaszi 20ce7788b8 Simplify files.get / files.exists 8 years ago
Alex Beregszaszi 124bb9880a Include flag in fileAdded event for readonly files 8 years ago
Alex Beregszaszi abeccd51e7 Include comprehensive error handling in files API (always return true/false) 8 years ago
Alex Beregszaszi 60fc07ee8f Add boolean to set/remove/rename in storage 8 years ago
Alex Beregszaszi c4e4d36629 Add events to files API 8 years ago
Alex Beregszaszi 9df5608ac6 Add files API 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 0789f747d4 Editor: add events 8 years ago
Alex Beregszaszi 7f74f954b1 Remove the extra init function from editor 8 years ago
Alex Beregszaszi d74cb8e50a Consistently use the set/getCacheFile abstraction 8 years ago
Alex Beregszaszi 0857b30a0a Remove SOL_CACHE_UNTITLED 8 years ago
Alex Beregszaszi d554265052 Use consistent parameter naming in editor 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 31dca0dbb9 Editor: stop earlier if not loading from storage 8 years ago
Alex Beregszaszi d88035e5de Editor: move command setup to the beginning of init 8 years ago
Alex Beregszaszi 96db85b6e5 Editor: move getFiles to init 8 years ago
Alex Beregszaszi 3418e8216b Editor: rename loadingFromGist 8 years ago
Alex Beregszaszi 7bb10cd184 Make autocompile a configuration item 8 years ago
Alex Beregszaszi 5f635055a2 Ignore any keys not including sol: in keys() 8 years ago
Alex Beregszaszi d521af5f28 Use more strict replacements in storage 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 47667fa58e Change storage abstraction to use a new key 8 years ago
Alex Beregszaszi a71c688da5 Enclose JSON conversion in try/catch 8 years ago
Alex Beregszaszi f36b9d9ac8 Avoid showing the config file in the editor (temporary solution) 8 years ago
Alex Beregszaszi d026e399a5 Save config file as a normal file 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 b4446dcd4a Use consistent naming in storage 8 years ago
Alex Beregszaszi 705d465a01 Reorder storage.js 8 years ago
Alex Beregszaszi 944a586380 Remove unused storage.getFileContent 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