mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-29 09:34:58 +03:00
Add a Selection menu
This commit is contained in:
parent
fd0bed4248
commit
9da395c0aa
@ -94,6 +94,25 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
label: 'Selection'
|
||||||
|
submenu: [
|
||||||
|
{ label: 'Add Selection Above', command: 'editor:add-selection-above' }
|
||||||
|
{ label: 'Add Selection Below', command: 'editor:add-selection-below' }
|
||||||
|
{ type: 'separator' }
|
||||||
|
{ label: 'Select to Top', command: 'core:select-to-top' }
|
||||||
|
{ label: 'Select to Bottom', command: 'core:select-to-bottom' }
|
||||||
|
{ type: 'separator' }
|
||||||
|
{ label: 'Select Line', command: 'editor:select-line' }
|
||||||
|
{ label: 'Select Word', command: 'editor:select-word' }
|
||||||
|
{ label: 'Select to Beginning of Word', command: 'editor:select-to-beginning-of-word' }
|
||||||
|
{ label: 'Select to Beginning of Line', command: 'editor:select-to-beginning-of-line' }
|
||||||
|
{ label: 'Select to First Character of Line', command: 'editor:select-to-first-character-of-line' }
|
||||||
|
{ label: 'Select to End of Word', command: 'editor:select-to-end-of-word' }
|
||||||
|
{ label: 'Select to End of Line', command: 'editor:select-to-end-of-line' }
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
label: 'View'
|
label: 'View'
|
||||||
submenu: [
|
submenu: [
|
||||||
|
Loading…
Reference in New Issue
Block a user