Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Inspector #684

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ package-lock.json
# IntelliJ
.idea
*.iml

#MAC
.DS*
3 changes: 3 additions & 0 deletions js/rendererjs/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ export const pushToTop = (plugins, target) =>
export const getOrderedPlugins = (path, homePlugin) => {
let plugins = scanFolder(path)

// Push the Terminal plugin to the bottom
plugins = pushToBottom(plugins, 'Inspector')

// Push the Terminal plugin to the bottom
plugins = pushToBottom(plugins, 'Terminal')

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
"spectron": "^3.6.0",
"uglify-js": "git://github.com/mishoo/UglifyJS2.git#harmony-v2.8.22",
"uglifyjs-webpack-plugin": "^0.4.3",
"webpack": "^2.5.1"
"webpack": "^2.5.1",
"rc-tooltip": "^3.4.7",
"react-svg-buttons": "^0.4.0"
},
"dependencies": {
"babel-polyfill": "^6.9.1",
Expand Down
Binary file added plugins/Inspector/assets/button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading