Rename multiselect to ace_multiselect
This commit is contained in:
parent
e61d4c21f2
commit
0490b34fe2
26 changed files with 27 additions and 27 deletions
|
|
@ -152,7 +152,7 @@
|
|||
opacity: 0.2;
|
||||
}
|
||||
|
||||
.ace_editor.multiselect .ace_cursor {
|
||||
.ace_editor.ace_multiselect .ace_cursor {
|
||||
border-left-width: 1px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -399,7 +399,7 @@ var Editor = require("./editor").Editor;
|
|||
return;
|
||||
this.inMultiSelectMode = true;
|
||||
|
||||
this.setStyle("multiselect");
|
||||
this.setStyle("ace_multiselect");
|
||||
this.keyBinding.addKeyboardHandler(commands.keyboardHandler);
|
||||
this.commands.on("exec", this.$onMultiSelectExec);
|
||||
|
||||
|
|
@ -412,7 +412,7 @@ var Editor = require("./editor").Editor;
|
|||
return;
|
||||
this.inMultiSelectMode = false;
|
||||
|
||||
this.unsetStyle("multiselect");
|
||||
this.unsetStyle("ace_multiselect");
|
||||
this.keyBinding.removeKeyboardHandler(commands.keyboardHandler);
|
||||
|
||||
this.commands.removeEventListener("exec", this.$onMultiSelectExec);
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
background: #BDD5FC
|
||||
}
|
||||
|
||||
.ace-clouds.multiselect .ace_selection.start {
|
||||
.ace-clouds.ace_multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #FFFFFF;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
background: #000000
|
||||
}
|
||||
|
||||
.ace-clouds-midnight.multiselect .ace_selection.start {
|
||||
.ace-clouds-midnight.ace_multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #191919;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
background: rgba(179, 101, 57, 0.75)
|
||||
}
|
||||
|
||||
.ace-cobalt.multiselect .ace_selection.start {
|
||||
.ace-cobalt.ace_multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #002240;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
background: rgba(39, 95, 255, 0.30)
|
||||
}
|
||||
|
||||
.ace-dawn.multiselect .ace_selection.start {
|
||||
.ace-dawn.ace_multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #F9F9F9;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@
|
|||
.ace-github .ace_marker-layer .ace_selection {
|
||||
background: rgb(181, 213, 255);
|
||||
}
|
||||
.ace-github.multiselect .ace_selection.start {
|
||||
.ace-github.ace_multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px white;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
background: rgba(90, 100, 126, 0.88)
|
||||
}
|
||||
|
||||
.ace-idle-fingers.multiselect .ace_selection.start {
|
||||
.ace-idle-fingers.ace_multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #323232;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
background: rgba(170, 0, 255, 0.45)
|
||||
}
|
||||
|
||||
.ace-kr-theme.multiselect .ace_selection.start {
|
||||
.ace-kr-theme.ace_multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #0B0A09;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
background: #454545
|
||||
}
|
||||
|
||||
.ace-merbivore.multiselect .ace_selection.start {
|
||||
.ace-merbivore.ace_multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #161616;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
background: #494949
|
||||
}
|
||||
|
||||
.ace-merbivore-soft.multiselect .ace_selection.start {
|
||||
.ace-merbivore-soft.ace_multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #1C1C1C;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
background: rgba(145, 153, 148, 0.40)
|
||||
}
|
||||
|
||||
.ace-mono-industrial.multiselect .ace_selection.start {
|
||||
.ace-mono-industrial.ace_multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #222C28;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
background: #49483E
|
||||
}
|
||||
|
||||
.ace-monokai.multiselect .ace_selection.start {
|
||||
.ace-monokai.ace_multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #272822;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
background: rgba(221, 240, 255, 0.20)
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark.multiselect .ace_selection.start {
|
||||
.ace-pastel-on-dark.ace_multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #2C2828;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
background: rgba(255, 255, 255, 0.1)
|
||||
}
|
||||
|
||||
.ace-solarized-dark.multiselect .ace_selection.start {
|
||||
.ace-solarized-dark.ace_multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #002B36;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
background: #073642
|
||||
}
|
||||
|
||||
.ace-solarized-light.multiselect .ace_selection.start {
|
||||
.ace-solarized-light.ace_multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #FDF6E3;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@
|
|||
.ace-tm .ace_marker-layer .ace_selection {
|
||||
background: rgb(181, 213, 255);
|
||||
}
|
||||
.ace-tm.multiselect .ace_selection.start {
|
||||
.ace-tm.ace_multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px white;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
background: #D6D6D6
|
||||
}
|
||||
|
||||
.ace-tomorrow.multiselect .ace_selection.start {
|
||||
.ace-tomorrow.ace_multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #FFFFFF;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
background: #373B41
|
||||
}
|
||||
|
||||
.ace-tomorrow-night.multiselect .ace_selection.start {
|
||||
.ace-tomorrow-night.ace_multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #1D1F21;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
background: #003F8E
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue.multiselect .ace_selection.start {
|
||||
.ace-tomorrow-night-blue.ace_multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #002451;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
background: #424242
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright.multiselect .ace_selection.start {
|
||||
.ace-tomorrow-night-bright.ace_multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #000000;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
background: #515151
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties.multiselect .ace_selection.start {
|
||||
.ace-tomorrow-night-eighties.ace_multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #2D2D2D;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
background: rgba(221, 240, 255, 0.20)
|
||||
}
|
||||
|
||||
.ace-twilight.multiselect .ace_selection.start {
|
||||
.ace-twilight.ace_multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #141414;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
background: #6699CC
|
||||
}
|
||||
|
||||
.ace-vibrant-ink.multiselect .ace_selection.start {
|
||||
.ace-vibrant-ink.ace_multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #0F0F0F;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
background: #B5D5FF
|
||||
}
|
||||
|
||||
.ace-xcode.multiselect .ace_selection.start {
|
||||
.ace-xcode.ace_multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #FFFFFF;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
background: %selection%;
|
||||
}
|
||||
|
||||
.%cssClass%.multiselect .ace_selection.start {
|
||||
.%cssClass%.ace_multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px %background%;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue