Skip to content

Commit fcdaac0

Browse files
committed
Added 'eclipse' svg bitmap
1 parent 8080e38 commit fcdaac0

9 files changed

+530
-129
lines changed

LiteEditor/SyntaxHighlightBaseDlg.wxcp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@
556556
}, {
557557
"type": "bitmapPicker",
558558
"m_label": "Bitmap File:",
559-
"m_path": "res/eclipse.png"
559+
"m_path": "../bitmaps/16-eclipse.png"
560560
}, {
561561
"type": "filePicker",
562562
"m_label": "Disabled-Bitmap File",

LiteEditor/syntaxhighlightbasedlg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ SyntaxHighlightBaseDlg::SyntaxHighlightBaseDlg(wxWindow* parent, wxWindowID id,
6060

6161
m_auibar->AddTool(wxID_REVERT, _("Revert to default settings"), wxXmlResource::Get()->LoadBitmap(wxT("16-file_reload")), wxNullBitmap, wxITEM_NORMAL, _("Revert to default settings"), _("Revert to default settings"), NULL);
6262

63-
m_auibar->AddTool(ID_TOOL_IMPORT_ECLIPSE_THEME, _("Import Eclipse Theme"), wxXmlResource::Get()->LoadBitmap(wxT("eclipse")), wxNullBitmap, wxITEM_NORMAL, _("Import Eclipse Theme"), _("Import Eclipse Theme"), NULL);
63+
m_auibar->AddTool(ID_TOOL_IMPORT_ECLIPSE_THEME, _("Import Eclipse Theme"), wxXmlResource::Get()->LoadBitmap(wxT("16-eclipse")), wxNullBitmap, wxITEM_NORMAL, _("Import Eclipse Theme"), _("Import Eclipse Theme"), NULL);
6464
wxAuiToolBarItem* m_toolbarItem150 = m_auibar->FindToolByIndex(m_auibar->GetToolCount()-1);
6565
if (m_toolbarItem150) {
6666
m_toolbarItem150->SetHasDropDown(true);

LiteEditor/syntaxhighlightbasedlg_liteeditor_bitmaps.cpp

Lines changed: 222 additions & 127 deletions
Large diffs are not rendered by default.

Runtime/codelite-bitmaps.zip

6.87 KB
Binary file not shown.

bitmaps/16-eclipse.png

762 Bytes
Loading

bitmaps/[email protected]

1.68 KB
Loading

bitmaps/24-eclipse.png

1.17 KB
Loading

bitmaps/[email protected]

2.65 KB
Loading

svgs/eclipse.svg

Lines changed: 306 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)