Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
212a112c
Commit
212a112c
authored
May 04, 2021
by
Prakhar Agarwal
🎯
Browse files
Merge branch 'emscripten' into about_help_option
parents
b42f79af
7c4d2a36
Changes
14
Hide whitespace changes
Inline
Side-by-side
emscripten/project/purr-data/components/menu/menu.html
View file @
212a112c
...
...
@@ -36,8 +36,6 @@
<!-- View Section -->
<li
id=
"menu-view"
>
<ul
class=
"rounded shadow"
>
<li
id=
"view-zoomout"
></li>
<li
id=
"view-zoomreset"
></li>
<li
id=
"view-fullscreen"
></li>
</ul>
</li>
...
...
emscripten/project/purr-data/components/menu/menu.js
View file @
212a112c
...
...
@@ -110,19 +110,6 @@ function menu_options(type, w, cid) {
},
// View entries
"
view-zoomout
"
:
{
label
:
l
(
"
menu.zoomout
"
),
key
:
pdbundle
.
shortcuts
.
menu
.
zoomout_web
.
key
,
modifiers
:
pdbundle
.
shortcuts
.
menu
.
zoomout_web
.
modifiers
,
tooltip
:
l
(
"
menu.zoomout_tt
"
)
},
"
view-zoomreset
"
:
{
label
:
l
(
"
menu.zoomreset
"
),
key
:
pdbundle
.
shortcuts
.
menu
.
zoomreset_web
.
key
,
modifiers
:
pdbundle
.
shortcuts
.
menu
.
zoomreset_web
.
modifiers
,
tooltip
:
l
(
"
menu.zoomreset_tt
"
),
top_hr
:
{}
},
"
view-fullscreen
"
:
{
label
:
l
(
"
menu.fullscreen
"
),
key
:
pdbundle
.
shortcuts
.
menu
.
fullscreen_web
.
key
,
...
...
@@ -430,12 +417,25 @@ function menu_options(type, w, cid) {
},
// View section
"
view-zoomreset
"
:
{
label
:
l
(
"
menu.zoomreset
"
),
key
:
pdbundle
.
shortcuts
.
menu
.
zoomreset_web
.
key
,
modifiers
:
pdbundle
.
shortcuts
.
menu
.
zoomreset_web
.
modifiers
,
tooltip
:
l
(
"
menu.zoomreset_tt
"
),
top_hr
:
{}
},
"
view-zoomin
"
:
{
label
:
l
(
"
menu.zoomin
"
),
key
:
pdbundle
.
shortcuts
.
menu
.
zoomin_web
.
key
,
modifiers
:
pdbundle
.
shortcuts
.
menu
.
zoomin_web
.
modifiers
,
tooltip
:
l
(
"
menu.zoomin_tt
"
)
},
"
view-zoomout
"
:
{
label
:
l
(
"
menu.zoomout
"
),
key
:
pdbundle
.
shortcuts
.
menu
.
zoomout_web
.
key
,
modifiers
:
pdbundle
.
shortcuts
.
menu
.
zoomout_web
.
modifiers
,
tooltip
:
l
(
"
menu.zoomout_tt
"
)
},
...
view_base
,
// View entries
...
...
emscripten/project/purr-data/utils/actions.js
View file @
212a112c
...
...
@@ -182,8 +182,9 @@ function add_shortcuts(cid){
shortcut
+=
e
.
key
.
toUpperCase
();
if
(
window
.
shortkeys
[
cid
].
hasOwnProperty
(
shortcut
)){
switch
(
shortcut
)
{
case
"
Ctrl+0
"
:
case
"
Ctrl+=
"
:
break
;
case
"
Ctrl+-
"
:
case
"
F11
"
:
break
;
default
:
...
...
pd/nw/css/c64.css
View file @
212a112c
...
...
@@ -274,8 +274,7 @@ text {
.comment
.border
{
fill
:
none
;
}
#patchsvg
.editmode
.comment
.border
{
svg
[
id
^=
"patchsvg"
]
.editmode
.comment
.border
{
stroke
:
#7569d7
;
stroke-dasharray
:
8
4
;
}
...
...
pd/nw/css/default.css
View file @
212a112c
...
...
@@ -385,7 +385,7 @@ text {
fill
:
none
;
}
#
patchsvg
.editmode
.comment
.border
{
svg
[
id
^=
"
patchsvg
"
]
.editmode
.comment
.border
{
stroke
:
#aaa
;
stroke-dasharray
:
3
2
;
}
...
...
pd/nw/css/extended.css
View file @
212a112c
...
...
@@ -265,7 +265,7 @@ text {
fill
:
none
;
}
#
patchsvg
.editmode
.comment
.border
{
svg
[
id
^=
"
patchsvg
"
]
.editmode
.comment
.border
{
stroke
:
#aaa
;
stroke-dasharray
:
8
4
;
}
...
...
pd/nw/css/footgun.css
View file @
212a112c
...
...
@@ -391,7 +391,7 @@ text {
fill
:
none
;
}
#
patchsvg
.editmode
.comment
.border
{
svg
[
id
^=
"
patchsvg
"
]
.editmode
.comment
.border
{
stroke
:
#aaa
;
stroke-dasharray
:
8
4
;
}
...
...
pd/nw/css/inverted.css
View file @
212a112c
...
...
@@ -287,7 +287,7 @@ text {
fill
:
none
;
}
#
patchsvg
.editmode
.comment
.border
{
svg
[
id
^=
"
patchsvg
"
]
.editmode
.comment
.border
{
stroke
:
#5f5f5f
;
stroke-dasharray
:
8
4
;
}
...
...
pd/nw/css/solarized.css
View file @
212a112c
...
...
@@ -282,7 +282,7 @@ text {
fill
:
none
;
}
#
patchsvg
.editmode
.comment
.border
{
svg
[
id
^=
"
patchsvg
"
]
.editmode
.comment
.border
{
stroke
:
#94b2b2
;
stroke-dasharray
:
8
4
;
}
...
...
pd/nw/css/solarized_inverted.css
View file @
212a112c
...
...
@@ -282,7 +282,7 @@ text {
fill
:
none
;
}
#
patchsvg
.editmode
.comment
.border
{
svg
[
id
^=
"
patchsvg
"
]
.editmode
.comment
.border
{
stroke
:
#475d64
;
stroke-dasharray
:
8
4
;
}
...
...
pd/nw/css/strongbad.css
View file @
212a112c
...
...
@@ -278,7 +278,7 @@ text {
fill
:
none
;
}
#
patchsvg
.editmode
.comment
.border
{
svg
[
id
^=
"
patchsvg
"
]
.editmode
.comment
.border
{
stroke
:
#0b560b
;
stroke-dasharray
:
8
4
;
}
...
...
pd/nw/css/subdued.css
View file @
212a112c
...
...
@@ -272,7 +272,7 @@ text {
fill
:
none
;
}
#
patchsvg
.editmode
.comment
.border
{
svg
[
id
^=
"
patchsvg
"
]
.editmode
.comment
.border
{
stroke
:
#777
;
stroke-dasharray
:
8
4
;
}
...
...
pd/nw/css/vanilla.css
View file @
212a112c
...
...
@@ -265,7 +265,7 @@ text {
fill
:
none
;
}
#
patchsvg
.editmode
.comment
.border
{
svg
[
id
^=
"
patchsvg
"
]
.editmode
.comment
.border
{
stroke
:
black
;
stroke-dasharray
:
8
4
;
}
...
...
pd/nw/css/vanilla_inverted.css
View file @
212a112c
...
...
@@ -282,7 +282,7 @@ text {
fill
:
none
;
}
#
patchsvg
.editmode
.comment
.border
{
svg
[
id
^=
"
patchsvg
"
]
.editmode
.comment
.border
{
stroke
:
white
;
stroke-dasharray
:
8
4
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment