chore: bump scintilla and lexilla version
This commit is contained in:
28
3rdparty/scintilla557/scintilla/test/XiteMenu.py
vendored
Normal file
28
3rdparty/scintilla557/scintilla/test/XiteMenu.py
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
""" Define the menu structure used by the Pentacle applications """
|
||||
|
||||
MenuStructure = [
|
||||
["&File", [
|
||||
["&New", "<control>N"],
|
||||
["&Open...", "<control>O"],
|
||||
["&Save", "<control>S"],
|
||||
["Save &As...", "<control><shift>S"],
|
||||
["Test", ""],
|
||||
["Exercised", ""],
|
||||
["Uncalled", ""],
|
||||
["-", ""],
|
||||
["&Exit", ""]]],
|
||||
[ "&Edit", [
|
||||
["&Undo", "<control>Z"],
|
||||
["&Redo", "<control>Y"],
|
||||
["-", ""],
|
||||
["Cu&t", "<control>X"],
|
||||
["&Copy", "<control>C"],
|
||||
["&Paste", "<control>V"],
|
||||
["&Delete", "Del"],
|
||||
["Select &All", "<control>A"],
|
||||
]],
|
||||
]
|
Reference in New Issue
Block a user