Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eagle 1371 #811

Merged
merged 10 commits into from
Jan 13, 2025
23 changes: 23 additions & 0 deletions resources/overwrite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/Setting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ export class Setting {
static readonly BOTTOM_WINDOW_MODE : string = "BottomWindowMode";
static readonly OBJECT_INSPECTOR_COLLAPSED_STATE : string = "ObjectInspectorVisibility";
static readonly GRAPH_INSPECTOR_COLLAPSED_STATE : string = "GraphInspectorVisibility";
static readonly NODE_PARAMS_TABLE_DUAL_VALUE_DISPLAY : string = "NodeParamsTableDualValueDisplay";

static readonly OPEN_BUILTIN_PALETTE: string = "OpenBuiltinPalette";
static readonly OPEN_TEMPLATE_PALETTE: string = "OpenTemplatePalette";
Expand Down Expand Up @@ -404,6 +405,7 @@ const settings : SettingsGroup[] = [
new Setting(false, "Bottom Window Mode/Tab", Setting.BOTTOM_WINDOW_MODE, "saving the mode/tab of the bottom window", true, Setting.Type.Number, 'ParameterTable', 'ParameterTable', 'ParameterTable', 'ParameterTable', 'ParameterTable'),
new Setting(false, "Graph Objects Inspector", Setting.OBJECT_INSPECTOR_COLLAPSED_STATE, "saving the collapsed state of the graph object inspector", true, Setting.Type.Boolean, false, false, false, false, false),
new Setting(false, "Graph Info Inspector", Setting.GRAPH_INSPECTOR_COLLAPSED_STATE, "saving the collapsed state of the graph inspector", true, Setting.Type.Boolean, false, false, false, false, false),
new Setting(false, "Node Parameter Table Dual Value Display", Setting.NODE_PARAMS_TABLE_DUAL_VALUE_DISPLAY, "Should both the graph value and config value be displayed", false, Setting.Type.Boolean, false, false, false, false, true),
]
),
new SettingsGroup(
Expand Down
149 changes: 97 additions & 52 deletions static/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@

@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?jfjoww');
src: url('fonts/icomoon.eot?jfjoww#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?jfjoww') format('truetype'),
url('fonts/icomoon.woff?jfjoww') format('woff'),
url('fonts/icomoon.svg?jfjoww#icomoon') format('svg');
src: url('fonts/icomoon.eot?o8dx9p');
src: url('fonts/icomoon.eot?o8dx9p#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?o8dx9p') format('truetype'),
url('fonts/icomoon.woff?o8dx9p') format('woff'),
url('fonts/icomoon.svg?o8dx9p#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
Expand Down Expand Up @@ -271,120 +271,165 @@
.icon-none:before {
content: "\e91e";
}
.icon-plasma:before {
.icon-overwrite:before {
content: "\e91f";
}
.icon-plasma_flight:before {
.icon-plasma:before {
content: "\e920";
}
.icon-play_arrow:before {
.icon-plasma_flight:before {
content: "\e921";
}
.icon-python:before {
.icon-play_arrow:before {
content: "\e922";
}
.icon-python_member_function:before {
.icon-python:before {
content: "\e923";
}
.icon-python_object:before {
.icon-python_member_function:before {
content: "\e924";
}
.icon-question_mark:before {
.icon-python_object:before {
content: "\e925";
}
.icon-s3_bucket:before {
.icon-question_mark:before {
content: "\e926";
}
.icon-scatter:before {
.icon-s3_bucket:before {
content: "\e927";
}
.icon-share:before {
.icon-scatter:before {
content: "\e928";
}
.icon-shared_memory:before {
.icon-share:before {
content: "\e929";
}
.icon-singularity:before {
.icon-shared_memory:before {
content: "\e92a";
}
.icon-snap_to_grid:before {
.icon-singularity:before {
content: "\e92b";
}
.icon-stop:before {
.icon-snap_to_grid:before {
content: "\e92c";
}
.icon-sub_graph:before {
.icon-stop:before {
content: "\e92d";
}
.icon-table_column_visibility:before {
.icon-sub_graph:before {
content: "\e92e";
}
.icon-tune:before {
.icon-table_column_visibility:before {
content: "\e92f";
}
.icon-tune:before {
content: "\e930";
}
.icon-home:before {
content: "\e931";
}
.icon-pencil:before {
content: "\e932";
}
.icon-pencil2:before {
content: "\e933";
}
.icon-eyedropper:before {
.icon-quill:before {
content: "\e934";
}
.icon-image:before {
.icon-pen:before {
content: "\e935";
}
.icon-images:before {
.icon-eyedropper:before {
content: "\e936";
}
.icon-camera:before {
.icon-book:before {
content: "\e937";
}
.icon-book:before {
.icon-books:before {
content: "\e938";
}
.icon-books:before {
.icon-file-text:before {
content: "\e939";
}
.icon-folder:before {
.icon-file-empty:before {
content: "\e93a";
}
.icon-folder-open:before {
.icon-files-empty:before {
content: "\e93b";
}
.icon-folder-plus:before {
.icon-file-text2:before {
content: "\e93c";
}
.icon-folder-minus:before {
.icon-copy:before {
content: "\e93d";
}
.icon-folder-download:before {
.icon-paste:before {
content: "\e93e";
}
.icon-folder-upload:before {
.icon-stack:before {
content: "\e93f";
}
.icon-bell:before {
content: "\e951";
.icon-folder:before {
content: "\e940";
}
.icon-database:before {
content: "\e964";
.icon-folder-open:before {
content: "\e941";
}
.icon-eject:before {
content: "\ea25";
.icon-folder-plus:before {
content: "\e942";
}
.icon-loop2:before {
content: "\ea2e";
.icon-folder-minus:before {
content: "\e943";
}
.icon-folder-download:before {
content: "\e944";
}
.icon-folder-upload:before {
content: "\e945";
}
.icon-envelop:before {
content: "\e946";
}
.icon-pushpin:before {
content: "\e947";
}
.icon-history:before {
content: "\e94d";
}
.icon-clock:before {
content: "\e94e";
}
.icon-paragraph-justify:before {
content: "\ea7a";
.icon-spinner8:before {
content: "\e981";
}
.icon-mail4:before {
content: "\ea86";
.icon-spinner9:before {
content: "\e982";
}
.icon-hangouts:before {
content: "\ea8e";
.icon-equalizer:before {
content: "\e992";
}
.icon-equalizer2:before {
content: "\e993";
}
.icon-cog:before {
content: "\e994";
}
.icon-cogs:before {
content: "\e995";
}
.icon-cross:before {
content: "\ea0f";
}
.icon-checkmark:before {
content: "\ea10";
}
.icon-eject:before {
content: "\ea25";
}
.icon-flickr4:before {
content: "\eaa6";
.icon-arrow-right2:before {
content: "\ea3c";
}
.icon-stackoverflow:before {
content: "\ead0";
.icon-arrow-left2:before {
content: "\ea40";
}
Binary file modified static/fonts/icomoon.eot
Binary file not shown.
Loading
Loading