Skip to content

Commit

Permalink
Floating Edit Windows (#243) fixes #31
Browse files Browse the repository at this point in the history
* add node-ipc to handle floating windows

* floating window shows editor only

* switch windows and autocomplete

* fixed focus issues

* proxied remaining editor methods

* first commit on persisting browser-windows

* inactive browser windows fixes

* alllow dynamic switch on/off floating wins
  • Loading branch information
e9gille authored Oct 16, 2017
1 parent 7c16057 commit ad67ac4
Show file tree
Hide file tree
Showing 14 changed files with 321 additions and 3,583 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ npm-debug.log
ship/
.vscode
GH-Releases.json
test.dws
test.dws
yarn.lock
package-lock.json
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@
<script src=src/se.js ></script>
<script src=src/km.js ></script>
<script src=src/ide.js ></script>
<script src=src/ipc.js ></script>
<script src=src/init.js ></script>

</body>
Expand Down
Loading

0 comments on commit ad67ac4

Please sign in to comment.