Skip to content
Merged
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions apps/ide/obsolete-src/plugins/terminal/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"location" : "/&Add-on/",
"wholeItems" : {
"Terminal" : [ "cmnd", { "shortcut" : { "keys" : "Alt+T", "desc" : "terminal" },
"toolbar": { "icons" : { "normal": "./styles/images/icons/title_icon_terminal_nml.png",
"hovered" : "./styles/images/icons/title_icon_terminal_hover.png",
"clicked" : "./styles/images/icons/title_icon_terminal_pushed.png" },
"toolbar": { "icons" : { "normal": "./styles/theme/webida-light/images/icons/title_icon_terminal_nml.png",
"hovered" : "./styles/theme/webida-light/images/icons/title_icon_terminal_hover.png",
"clicked" : "./styles/theme/webida-light/images/icons/title_icon_terminal_pushed.png" },
"tooltip" : "Terminal"}
} ]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/ide/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<link rel="stylesheet" href="styles/origin/ResizeHandle.css" type="text/css" class="source"/>
<link rel="stylesheet" href="styles/origin/ToggleSplitter.css" type="text/css" class="source"/>
<link rel="stylesheet" href="styles/origin/CheckedMultiSelect.css" type="text/css" class="source"/>
<link rel="stylesheet" href="styles/css/webida.css" type="text/css" class="source"/>

<link rel="stylesheet" href="styles/theme/webida-light/css/theme.css" type="text/css" class="source"/>

<link rel="shorcut icon" href="styles/images/icons/webida_favicon_16.png" type="image/x-icon">
<title>IDE</title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"&Run" : [ "cmnd", { "shortcut" : { "keys" : { "default" : "Alt+R" }, "desc" : "Run recent project" } } ],
"Run &with" : [ "enum", {
"toolbar": {
"icons" : "./styles/images/icons/toolbar_runhistory.png",
"icons" : "./styles/theme/webida-light/images/icons/toolbar_runhistory.png",
"tooltip" : "Run with",
"enabledOn":"toolbar.runas.enable",
"disabledOn":"toolbar.runas.disable"
Expand All @@ -45,7 +45,7 @@
"Debug" : [ "cmnd", { "shortcut" : { "keys" : { "default" : "Alt+D" }, "desc" : "Debug recent project" } } ],
"Debug with" : [ "enum", {
"toolbar": {
"icons" : "./styles/images/icons/toolbar_debug.png",
"icons" : "./styles/theme/webida-light/images/icons/toolbar_debug.png",
"tooltip" : "Debug with",
"enabledOn":"toolbar.debugas.enable",
"disabledOn":"toolbar.debugas.disable"
Expand Down
2 changes: 1 addition & 1 deletion apps/ide/src/plugins/webida.ide.project.deploy/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"shortcut" : { "keys" : { "default" : "Shift+Alt+D" }, "desc" : "deploy" },
"toolbar": {
"icons" : "./styles/images/icons/toolbar_deployhistory.png",
"icons" : "./styles/theme/webida-light/images/icons/toolbar_deployhistory.png",
"tooltip" : "Deploy",
"enabledOn":"toolbar.deploy.enable",
"disabledOn":"toolbar.deploy.disable"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
background-color: #fafaff;
padding: 10px;
}
.search-result-tree-panel:empty {
background-color: #fafaff;
height: calc(100% - 64px);
}
.search-result-tree-panel:after {
display: block;
content: '';
Expand Down
2 changes: 1 addition & 1 deletion apps/ide/src/plugins/webida.preference/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"keys" : { "default" : "Alt + P" }, "desc" : "Workspace Preferences"
},
"toolbar": {
"icons" : "./styles/images/icons/toolbar_preference.png",
"icons" : "./styles/theme/webida-light/images/icons/toolbar_preference.png",
"tooltip" : "Preferences",
"enabledOn": "toolbar.preferences.enable",
"disabledOn": "toolbar.preferences.disable"
Expand Down
3 changes: 2 additions & 1 deletion apps/ide/src/plugins/webida.preference/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@
}

#prefDlgContent .preferenceview-tree {
width: 200px;
width: 202px;
height: 100%;
padding: 0;
background-color: #E8EDF2;
border: 1px solid #9EA5AE;
box-sizing: border-box;
}

.webida-light #prefDlgContent .preferenceview-content {
Expand Down
208 changes: 0 additions & 208 deletions apps/ide/src/styles/backup/CheckedMultiSelect.css

This file was deleted.

Loading