Skip to content

Commit

Permalink
Added 'eclipse' svg bitmap
Browse files Browse the repository at this point in the history
  • Loading branch information
eranif committed Nov 25, 2015
1 parent 8080e38 commit fcdaac0
Show file tree
Hide file tree
Showing 9 changed files with 530 additions and 129 deletions.
2 changes: 1 addition & 1 deletion LiteEditor/SyntaxHighlightBaseDlg.wxcp
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@
}, {
"type": "bitmapPicker",
"m_label": "Bitmap File:",
"m_path": "res/eclipse.png"
"m_path": "../bitmaps/16-eclipse.png"
}, {
"type": "filePicker",
"m_label": "Disabled-Bitmap File",
Expand Down
2 changes: 1 addition & 1 deletion LiteEditor/syntaxhighlightbasedlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ SyntaxHighlightBaseDlg::SyntaxHighlightBaseDlg(wxWindow* parent, wxWindowID id,

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);

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);
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);
wxAuiToolBarItem* m_toolbarItem150 = m_auibar->FindToolByIndex(m_auibar->GetToolCount()-1);
if (m_toolbarItem150) {
m_toolbarItem150->SetHasDropDown(true);
Expand Down
349 changes: 222 additions & 127 deletions LiteEditor/syntaxhighlightbasedlg_liteeditor_bitmaps.cpp

Large diffs are not rendered by default.

Binary file modified Runtime/codelite-bitmaps.zip
Binary file not shown.
Binary file added bitmaps/16-eclipse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bitmaps/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bitmaps/24-eclipse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bitmaps/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
306 changes: 306 additions & 0 deletions svgs/eclipse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fcdaac0

Please sign in to comment.