Create bigger versions of three other icons.
[DEVELOPMENT ENVIRONMENT] * NEW: Create bigger versions of three other icons.
|
@ -57,13 +57,13 @@
|
||||||
{ mnuComment Menu
|
{ mnuComment Menu
|
||||||
Action = ".comment"
|
Action = ".comment"
|
||||||
Text = ("Comment")
|
Text = ("Comment")
|
||||||
Picture = Picture["img/16/comment.png"]
|
Picture = Picture["img/32/comment.png"]
|
||||||
Shortcut = "Ctrl+K"
|
Shortcut = "Ctrl+K"
|
||||||
}
|
}
|
||||||
{ mnuUncomment Menu
|
{ mnuUncomment Menu
|
||||||
Action = ".uncomment"
|
Action = ".uncomment"
|
||||||
Text = ("Uncomment")
|
Text = ("Uncomment")
|
||||||
Picture = Picture["img/16/uncomment.png"]
|
Picture = Picture["img/32/uncomment.png"]
|
||||||
Shortcut = "Ctrl+U"
|
Shortcut = "Ctrl+U"
|
||||||
}
|
}
|
||||||
{ mnuSepComment Menu
|
{ mnuSepComment Menu
|
||||||
|
@ -96,6 +96,7 @@
|
||||||
{ mnuSelectAll Menu
|
{ mnuSelectAll Menu
|
||||||
Action = ".select-all"
|
Action = ".select-all"
|
||||||
Text = Shortcut(("Select All"), "A")
|
Text = Shortcut(("Select All"), "A")
|
||||||
|
Picture = Picture["icon:/small/select-all"]
|
||||||
Shortcut = "Ctrl+A"
|
Shortcut = "Ctrl+A"
|
||||||
}
|
}
|
||||||
{ Menu1 Menu
|
{ Menu1 Menu
|
||||||
|
@ -370,14 +371,14 @@
|
||||||
MoveScaled(81,0,4,4)
|
MoveScaled(81,0,4,4)
|
||||||
ToolTip = ("Comment")
|
ToolTip = ("Comment")
|
||||||
Action = ".comment"
|
Action = ".comment"
|
||||||
Picture = Picture["img/16/comment.png"]
|
Picture = Picture["img/32/comment.png"]
|
||||||
}
|
}
|
||||||
{ btnUncomment ToolButton mnuUncomment
|
{ btnUncomment ToolButton mnuUncomment
|
||||||
Name = "btnUncomment"
|
Name = "btnUncomment"
|
||||||
MoveScaled(84,0,4,4)
|
MoveScaled(84,0,4,4)
|
||||||
ToolTip = ("Uncomment")
|
ToolTip = ("Uncomment")
|
||||||
Action = ".uncomment"
|
Action = ".uncomment"
|
||||||
Picture = Picture["img/16/uncomment.png"]
|
Picture = Picture["img/32/uncomment.png"]
|
||||||
}
|
}
|
||||||
{ btnPretty ToolButton mnuPretty
|
{ btnPretty ToolButton mnuPretty
|
||||||
Name = "btnPretty"
|
Name = "btnPretty"
|
||||||
|
@ -503,7 +504,7 @@
|
||||||
{ Action comment
|
{ Action comment
|
||||||
Text = "Comment"
|
Text = "Comment"
|
||||||
Shortcut = "Ctrl+K"
|
Shortcut = "Ctrl+K"
|
||||||
Picture = "img/16/comment.png"
|
Picture = "img/32/comment.png"
|
||||||
}
|
}
|
||||||
{ Action copy
|
{ Action copy
|
||||||
Text = "Copy"
|
Text = "Copy"
|
||||||
|
@ -602,6 +603,7 @@
|
||||||
{ Action select-all
|
{ Action select-all
|
||||||
Text = "Select All"
|
Text = "Select All"
|
||||||
Shortcut = "Ctrl+A"
|
Shortcut = "Ctrl+A"
|
||||||
|
Picture = "icon:/small/select-all"
|
||||||
}
|
}
|
||||||
{ Action show-form
|
{ Action show-form
|
||||||
Text = "Open form"
|
Text = "Open form"
|
||||||
|
@ -616,7 +618,7 @@
|
||||||
{ Action uncomment
|
{ Action uncomment
|
||||||
Text = "Uncomment"
|
Text = "Uncomment"
|
||||||
Shortcut = "Ctrl+U"
|
Shortcut = "Ctrl+U"
|
||||||
Picture = "img/16/uncomment.png"
|
Picture = "img/32/uncomment.png"
|
||||||
}
|
}
|
||||||
{ Action undo
|
{ Action undo
|
||||||
Text = "Undo"
|
Text = "Undo"
|
||||||
|
|
|
@ -94,6 +94,7 @@
|
||||||
{ mnuSelectAll Menu
|
{ mnuSelectAll Menu
|
||||||
Action = ".select-all"
|
Action = ".select-all"
|
||||||
Text = Shortcut(("Select All"), "A")
|
Text = Shortcut(("Select All"), "A")
|
||||||
|
Picture = Picture["icon:/small/select-all"]
|
||||||
Shortcut = "Ctrl+A"
|
Shortcut = "Ctrl+A"
|
||||||
}
|
}
|
||||||
{ Menu4 Menu
|
{ Menu4 Menu
|
||||||
|
@ -402,7 +403,7 @@
|
||||||
ToolTip = ("End of line")
|
ToolTip = ("End of line")
|
||||||
Action = ".eol"
|
Action = ".eol"
|
||||||
AutoResize = True
|
AutoResize = True
|
||||||
Picture = Picture["img/16/eol.png"]
|
Picture = Picture["img/32/eol.png"]
|
||||||
Border = False
|
Border = False
|
||||||
Menu = "mnuEndOfLine"
|
Menu = "mnuEndOfLine"
|
||||||
MenuOnly = True
|
MenuOnly = True
|
||||||
|
@ -467,7 +468,7 @@
|
||||||
}
|
}
|
||||||
{ Action eol
|
{ Action eol
|
||||||
Text = "End of line"
|
Text = "End of line"
|
||||||
Picture = "img/16/eol.png"
|
Picture = "img/32/eol.png"
|
||||||
}
|
}
|
||||||
{ Action find-next
|
{ Action find-next
|
||||||
Text = "Find next"
|
Text = "Find next"
|
||||||
|
@ -541,6 +542,7 @@
|
||||||
{ Action select-all
|
{ Action select-all
|
||||||
Text = "Select All"
|
Text = "Select All"
|
||||||
Shortcut = "Ctrl+A"
|
Shortcut = "Ctrl+A"
|
||||||
|
Picture = "icon:/small/select-all"
|
||||||
}
|
}
|
||||||
{ Action show-class
|
{ Action show-class
|
||||||
Text = "Code"
|
Text = "Code"
|
||||||
|
|
Before Width: | Height: | Size: 215 B |
Before Width: | Height: | Size: 208 B |
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 151 B |
Before Width: | Height: | Size: 232 B |
Before Width: | Height: | Size: 229 B |
BIN
app/src/gambas3/img/32/comment-dark.png
Normal file
After Width: | Height: | Size: 259 B |
BIN
app/src/gambas3/img/32/comment.png
Normal file
After Width: | Height: | Size: 256 B |
BIN
app/src/gambas3/img/32/eol-dark.png
Normal file
After Width: | Height: | Size: 456 B |
BIN
app/src/gambas3/img/32/eol.png
Normal file
After Width: | Height: | Size: 458 B |
BIN
app/src/gambas3/img/32/uncomment-dark.png
Normal file
After Width: | Height: | Size: 425 B |
BIN
app/src/gambas3/img/32/uncomment.png
Normal file
After Width: | Height: | Size: 429 B |