Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1080e4f

Browse files
authored
Merge pull request#129 from visualpython/release
Release v2.2.0
2 parents13dd102 +46bc20b commit1080e4f

File tree

67 files changed

+3125
-756
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+3125
-756
lines changed

‎css/boardFrame.css‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
.vp-board-titleinput:focus {
5050
transition:0.7s;
5151
border:0.5px solidvar(--highlight-color)!important;
52-
color:var(--font-hightlight);
52+
color:var(--font-highlight);
5353
}
5454
.vp-board-titleinput::selection {
5555
background-color:#FDEFDD;
@@ -141,7 +141,7 @@
141141
float: none;
142142
}
143143
.vp-board-header-button-innerulli:hover {
144-
color:var(--font-hightlight);
144+
color:var(--font-highlight);
145145
/* background-color: var(--light-gray-color); */
146146
}
147147

@@ -164,7 +164,7 @@
164164
font-family:'AppleSDGothicNeo';
165165

166166
}
167-
.vp-block.vp-block-group {
167+
.vp-board-body .vp-block.vp-block-group:not(:first-child) {
168168
margin-top:15px;
169169
}
170170
.vp-block-header {
@@ -239,18 +239,18 @@
239239
background-color:rgb(253,177,133);
240240
}
241241
.vp-block.visualization .vp-block-header {
242-
background-color:rgb(249,227,214);
242+
background-color:#E8ECD0;
243243
}
244244
.vp-block.visualization.vp-focus .vp-block-header,
245245
.vp-block.visualization.vp-focus-child .vp-block-header {
246-
background-color:rgb(253,177,133);
246+
background-color:#C6CE94;
247247
}
248248
.vp-block.machine_learning .vp-block-header {
249-
background-color:#E8ECD0;
249+
background-color:#E5EEF8;
250250
}
251251
.vp-block.machine_learning.vp-focus .vp-block-header,
252252
.vp-block.machine_learning.vp-focus-child .vp-block-header {
253-
background-color:#C6CE94;
253+
background-color:#BFD5F0;
254254
}
255255
.vp-block.logic-define .vp-block-header {
256256
background-color:rgb(213,231,222);
@@ -347,7 +347,7 @@
347347
font-size:14px;
348348
}
349349
.vp-block-menu-item:hover {
350-
color:var(--font-hightlight);
350+
color:var(--font-highlight);
351351
cursor: pointer;
352352
}
353353
#vp_block_menu_delete:hover {

‎css/component/dataSelector.css‎

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,47 @@
11
/* Code Preview */
2+
.vp-dataselector {
3+
position: absolute;
4+
top:calc(50%-200px);
5+
left:calc(50%-200px);
6+
width:400px;
7+
height:400px;
8+
background: white;
9+
border:1px solidvar(--border-gray-color);
10+
z-index:999;
11+
/* font */
12+
font-family: AppleSDGothicNeo;
13+
font-size:14px;
14+
color:var(--font-primary);
15+
}
16+
.vp-ds-variable-box {
17+
border:1px solidvar(--border-gray-color);
18+
height:100px;
19+
grid-row-gap:0px;
20+
}
21+
.vp-ds-var-item {
22+
height:25px;
23+
border-bottom:1px solidvar(--border-gray-color);
24+
}
25+
.vp-ds-var-item:hover {
26+
background:var(--light-gray-color);
27+
color:var(--font-highlight);
28+
cursor: pointer;
29+
}
30+
.vp-ds-var-item.selected {
31+
background:var(--light-gray-color);
32+
color:var(--font-highlight);
33+
font-weight: bold;
34+
}
35+
.vp-ds-var-data {
36+
padding-left:5px;
37+
}
38+
.vp-ds-var-type {
39+
border-left:1px solidvar(--border-gray-color);
40+
padding-left:5px;
41+
}
42+
.vp-ds-option-box {
43+
44+
}
245
.vp-ds-preview {
346
width:100%;
447
height:35px;

‎css/fileNavigation.css‎renamed to ‎css/component/fileNavigation.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
padding-top:10px;
3232
}
3333
.fnp-sidebar-menu.selected {
34-
color:var(--font-hightlight)
34+
color:var(--font-highlight)
3535
}
3636
.fnp-sidebar-menu {
3737
padding:5px0px5px15px;

‎css/component/instanceEditor.css‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
.vp-ins-select-title {
1010
font-weight: bold;
11-
color:var(--font-hightlight);
11+
color:var(--font-highlight);
1212
padding:5px5px5px0px;
1313
}
1414
.vp-ins-select-containerinput.vp-ins-search {
@@ -52,7 +52,7 @@
5252
border-bottom:0.25px solidvar(--light-gray-color);
5353
}
5454
.vp-ins-select-item.selected {
55-
color:var(--font-hightlight);
55+
color:var(--font-highlight);
5656
background:var(--light-gray-color);
5757
}
5858
.vp-ins-select-itemspan {
@@ -86,7 +86,7 @@
8686
margin-top:5px;
8787
}
8888
.vp-ins-select-container .vp-create-var {
89-
width:100%;
89+
width:100%!important;
9090
}
9191
.vp-ins-select-container .vp-create-var-btn {
9292
position: absolute;

‎css/component/modal.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
overflow: hidden;
3434
}
3535
#vp_multiButtonModal .vp-multi-button-modal-messagespan {
36-
color:var(--font-hightlight);
36+
color:var(--font-highlight);
3737
}
3838
#vp_multiButtonModal .vp-multi-button-modal-message-inner {
3939
display: flex;

‎css/component/multiSelector.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
background-color:#E4E4E4;
4040
}
4141
.vp-cs-select-item.selected {
42-
color:var(--font-hightlight);
42+
color:var(--font-highlight);
4343
background-color:#F5F5F5;
4444
}
4545
/* Item Sorting FIXME: change span to class */

‎css/popupComponent.css‎renamed to ‎css/component/popupComponent.css‎

Lines changed: 43 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
}
6464
.vp-popup-frame.vp-focused .vp-popup-title {
6565
font-family:'AppleSDGothicNeo';
66-
color:var(--font-hightlight);
66+
color:var(--font-highlight);
6767
}
68-
.vp-popup-toggle {
68+
.vp-popup-maximize {
6969
position: absolute;
7070
width:15px;
7171
height:20px;
@@ -77,6 +77,31 @@
7777
cursor: pointer;
7878
color:var(--gray-color);
7979
}
80+
.vp-popup-return {
81+
position: absolute;
82+
width:15px;
83+
height:20px;
84+
top:4px;
85+
right:32px;
86+
z-index:3;
87+
line-height:20px;
88+
text-align: center;
89+
cursor: pointer;
90+
color:var(--gray-color);
91+
display: none;
92+
}
93+
.vp-popup-toggle {
94+
position: absolute;
95+
width:15px;
96+
height:20px;
97+
top:4px;
98+
right:58px;
99+
z-index:3;
100+
line-height:20px;
101+
text-align: center;
102+
cursor: pointer;
103+
color:var(--gray-color);
104+
}
80105
.vp-popup-close {
81106
position: absolute;
82107
width:20px;
@@ -94,6 +119,10 @@
94119
padding:15px;
95120
overflow: auto;
96121
}
122+
.vp-popup-content {
123+
min-height:calc(100%-30px);
124+
height:100%;
125+
}
97126
.vp-popup-footer {
98127
position: relative;
99128
height:50px;
@@ -169,7 +198,7 @@
169198
color:var(--font-primary);
170199
}
171200
.vp-popup-detail-button:hover {
172-
color:var(--font-hightlight);
201+
color:var(--font-highlight);
173202
background:var(--light-gray-color);
174203
}
175204
.vp-popup-save-button {
@@ -233,7 +262,7 @@
233262
width:15px;
234263
height:15px;
235264
text-align: center;
236-
background: url(../img/checkbox_unchecked.svg);
265+
background: url(../../img/checkbox_unchecked.svg);
237266
background-size:15px15px;
238267
background-repeat: no-repeat;
239268
border: none;
@@ -247,7 +276,7 @@
247276
top:0;
248277
width:15px;
249278
height:15px;
250-
background: url(../img/checkbox_checked.svg);
279+
background: url(../../img/checkbox_checked.svg);
251280
background-size:14px14px;
252281
background-repeat: no-repeat;
253282
border: none;
@@ -261,7 +290,7 @@
261290
top:0;
262291
width:15px;
263292
height:15px;
264-
background: url(../img/checkbox_unchecked.svg);
293+
background: url(../../img/checkbox_unchecked.svg);
265294
background-size:14px14px;
266295
background-repeat: no-repeat;
267296
border: none;
@@ -295,7 +324,7 @@
295324
font-size:14px;
296325
line-height:16px;
297326
padding:5px16px3px9px;
298-
background: url(../img/unfold_more.svg),var(--light-gray-color);
327+
background: url(../../img/unfold_more.svg),var(--light-gray-color);
299328
background-position:97%50%;
300329
background-size:11px11px;
301330
background-repeat: no-repeat;
@@ -460,7 +489,7 @@
460489
margin-bottom:5px;
461490
}
462491
.vp-popup-body-top-bar-item:hover {
463-
color:var(--font-hightlight);
492+
color:var(--font-highlight);
464493
}
465494
.vp-popup-body-top-bar-itemimg {
466495
-moz-box-sizing: border-box;
@@ -471,26 +500,26 @@
471500
margin-bottom:5px;
472501
}
473502
.vp-popup-body-top-bar-item[data-type="install"]img {
474-
background: url(../../visualpython/img/import.svg) no-repeat;
503+
background: url(../../img/import.svg) no-repeat;
475504
}
476505
.vp-popup-body-top-bar-item[data-type="install"]:hoverimg {
477-
background: url(../../visualpython/img/import_activated.svg) no-repeat;
506+
background: url(../../img/import_activated.svg) no-repeat;
478507
}
479508
.vp-popup-body-top-bar-item[data-type="import"] {
480509
margin-left:10px;
481510
}
482511
.vp-popup-body-top-bar-item[data-type="import"]img {
483-
background: url(../../visualpython/img/import.svg) no-repeat;
512+
background: url(../../img/import.svg) no-repeat;
484513
}
485514
.vp-popup-body-top-bar-item[data-type="import"]:hoverimg {
486-
background: url(../../visualpython/img/import_activated.svg) no-repeat;
515+
background: url(../../img/import_activated.svg) no-repeat;
487516
}
488517
.vp-popup-body-top-bar-item[data-type="package"] {
489518
margin-left:10px;
490519
}
491520
.vp-popup-body-top-bar-item[data-type="package"]img {
492-
background: url(../../visualpython/img/setting.svg) no-repeat;
521+
background: url(../../img/setting.svg) no-repeat;
493522
}
494523
.vp-popup-body-top-bar-item[data-type="package"]:hoverimg {
495-
background: url(../../visualpython/img/setting_activated.svg) no-repeat;
524+
background: url(../../img/setting_activated.svg) no-repeat;
496525
}

‎css/component/successMessage.css‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.vp-successMessage {
22
position: relative;
33
background-color: white;
4-
color:var(--font-hightlight);
4+
color:var(--font-highlight);
55
min-width:150px;
66
padding:15px;
77
margin-bottom:20px;
@@ -22,7 +22,7 @@
2222
}
2323
.vp-successMessage-icon {
2424
margin-left:15px;
25-
color:var(--font-hightlight);
25+
color:var(--font-highlight);
2626
}
2727
#vp_successMessage {
2828
position: absolute;

‎css/m_apps/import.css‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
cursor: pointer;
99
}
1010
.vp-tab-button.vp-tab-selected {
11-
color:var(--font-hightlight);
11+
color:var(--font-highlight);
1212
border-bottom:2px solidvar(--highlight-color);
1313
}

‎css/m_apps/snippets.css‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
cursor: pointer;
9191
}
9292
.vp-sn-menu-item:hover {
93-
color:var(--font-hightlight);
93+
color:var(--font-highlight);
9494
}
9595
.vp-sn-search-box {
9696
position: relative;
@@ -138,7 +138,7 @@
138138
cursor: pointer;
139139
}
140140
.vp-sn-sort-menu-item:hover {
141-
color:var(--font-hightlight);
141+
color:var(--font-highlight);
142142
}
143143
.vp-sn-func-export-mode {
144144
display: none;
@@ -214,7 +214,7 @@
214214
cursor: pointer;
215215
}
216216
.vp-sn-item-header.selectedinput.vp-sn-item-title {
217-
color:var(--font-hightlight);
217+
color:var(--font-highlight);
218218
}
219219
.vp-sn-item-headerinput.vp-sn-item-title:focus {
220220
transition:0.7s;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp