1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968
|
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
//
// copyright : (C) 2008 by Eran Ifrah
// file name : pluginmanager.cpp
//
// -------------------------------------------------------------------------
// A
// _____ _ _ _ _
// / __ \ | | | | (_) |
// | / \/ ___ __| | ___| | _| |_ ___
// | | / _ \ / _ |/ _ \ | | | __/ _ )
// | \__/\ (_) | (_| | __/ |___| | || __/
// \____/\___/ \__,_|\___\_____/_|\__\___|
//
// F i l e
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
//////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////
#include "pluginmanager.h"
#include "BuildTab.hpp"
#include "app.h"
#include "bitmap_loader.h"
#include "build_settings_config.h"
#include "buildmanager.h"
#include "clEditorBar.h"
#include "clInfoBar.h"
#include "clKeyboardManager.h"
#include "clToolBarButtonBase.h"
#include "cl_config.h"
#include "cl_standard_paths.h"
#include "ctags_manager.h"
#include "debugger.h"
#include "detachedpanesinfo.h"
#include "editor_config.h"
#include "environmentconfig.h"
#include "event_notifier.h"
#include "file_logger.h"
#include "fileexplorer.h"
#include "fileview.h"
#include "findinfilesdlg.h"
#include "frame.h"
#include "generalinfo.h"
#include "language.h"
#include "macromanager.h"
#include "manager.h"
#include "optionsconfig.h"
#include "plugin_version.h"
#include "procutils.h"
#include "sessionmanager.h"
#include "workspace_pane.h"
#include "workspacetab.h"
#include "wx/filename.h"
#include "wx/xrc/xmlres.h"
#include <wx/dir.h>
#include <wx/log.h>
#include <wx/tokenzr.h>
#include <wx/toolbook.h>
PluginManager* PluginManager::Get()
{
static PluginManager theManager;
::clSetManager(&theManager);
return &theManager;
}
void PluginManager::UnLoad()
{
// Before we unload the plugins, store the list of visible workspace tabs
{
wxArrayString visibleTabs;
for(size_t i = 0; i < GetWorkspacePaneNotebook()->GetPageCount(); ++i) {
visibleTabs.Add(GetWorkspacePaneNotebook()->GetPageText(i));
}
clConfig::Get().Write("VisibleWorkspaceTabs", visibleTabs);
}
// Now do the same for the output view
{
wxArrayString visibleTabs;
for(size_t i = 0; i < GetOutputPaneNotebook()->GetPageCount(); ++i) {
visibleTabs.Add(GetOutputPaneNotebook()->GetPageText(i));
}
clConfig::Get().Write("VisibleOutputTabs", visibleTabs);
}
std::map<wxString, IPlugin*>::iterator plugIter = m_plugins.begin();
for(; plugIter != m_plugins.end(); plugIter++) {
IPlugin* plugin = plugIter->second;
plugin->UnPlug();
delete plugin;
}
m_dl.clear();
m_plugins.clear();
}
PluginManager::~PluginManager() {}
PluginManager::PluginManager()
: m_bmpLoader(NULL)
{
m_menusToBeHooked.insert(MenuTypeFileExplorer);
m_menusToBeHooked.insert(MenuTypeFileView_Workspace);
m_menusToBeHooked.insert(MenuTypeFileView_Project);
m_menusToBeHooked.insert(MenuTypeFileView_Folder);
m_menusToBeHooked.insert(MenuTypeFileView_File);
m_menusToBeHooked.insert(MenuTypeEditor);
}
void PluginManager::Load()
{
wxString ext;
#if defined(__WXGTK__)
ext = wxT("so");
#elif defined(__WXMAC__)
ext = wxT("dylib");
#else
ext = wxT("dll");
#endif
wxString fileSpec(wxT("*.") + ext);
clConfig conf("plugins.conf");
conf.ReadItem(&m_pluginsData);
// set the managers
// this code assures us that the shared objects will see the same instances as the application
// does
LanguageST::Get()->SetTagsManager(GetTagsManager());
TagsManagerST::Get()->SetLanguage(LanguageST::Get());
// Plugin loading policy
CodeLiteApp* app = static_cast<CodeLiteApp*>(GetTheApp());
CodeLiteApp::PluginPolicy pp = app->GetPluginLoadPolicy();
wxArrayString allowedPlugins;
if(pp == CodeLiteApp::PP_None) {
return;
}
else if(pp == CodeLiteApp::PP_FromList) {
allowedPlugins = app->GetAllowedPlugins();
}
wxString pluginsDir = clStandardPaths::Get().GetPluginsDirectory();
if(wxDir::Exists(pluginsDir)) {
// get list of dlls
wxArrayString files;
wxDir::GetAllFiles(pluginsDir, &files, fileSpec, wxDIR_FILES);
// Sort the plugins by A-Z
std::sort(files.begin(), files.end());
for(size_t i = 0; i < files.GetCount(); i++) {
wxString fileName(files.Item(i));
#if defined(__WXMSW__) && CL_DEBUG_BUILD
// Under MSW loading a release plugin while in debug mode will cause a crash
if(!fileName.EndsWith("-dbg.dll")) {
continue;
}
#elif defined(__WXMSW__)
// filter debug plugins
if(fileName.EndsWith("-dbg.dll")) {
continue;
}
#endif
#ifdef __WXGTK__
wxFileName fnDLL(fileName);
if(fnDLL.GetFullName().StartsWith("lib")) {
// don't attempt to load a library
continue;
}
#endif
clDynamicLibrary* dl = new clDynamicLibrary();
if(!dl->Load(fileName)) {
clERROR() << "Failed to load plugin's dll" << fileName << endl;
if(!dl->GetError().IsEmpty()) {
clERROR() << dl->GetError() << endl;
}
wxDELETE(dl);
continue;
}
bool success(false);
GET_PLUGIN_INFO_FUNC pfnGetPluginInfo = (GET_PLUGIN_INFO_FUNC)dl->GetSymbol(wxT("GetPluginInfo"), &success);
if(!success) {
wxDELETE(dl);
continue;
}
// load the plugin version method
// if the methods does not exist, handle it as if it has value of 100 (lowest version API)
int interface_version(100);
GET_PLUGIN_INTERFACE_VERSION_FUNC pfnInterfaceVersion =
(GET_PLUGIN_INTERFACE_VERSION_FUNC)dl->GetSymbol(wxT("GetPluginInterfaceVersion"), &success);
if(success) {
interface_version = pfnInterfaceVersion();
} else {
clWARNING() << "Failed to find GetPluginInterfaceVersion() in dll" << fileName << endl;
if(!dl->GetError().IsEmpty()) {
clWARNING() << dl->GetError() << endl;
}
}
if(interface_version != PLUGIN_INTERFACE_VERSION) {
clWARNING() << "Version interface mismatch error for plugin:" << fileName
<< ". Found:" << interface_version << "Expected:" << PLUGIN_INTERFACE_VERSION << endl;
wxDELETE(dl);
continue;
}
// Check if this dll can be loaded
PluginInfo* pluginInfo = pfnGetPluginInfo();
wxString pname = pluginInfo->GetName();
m_installedPlugins.insert({ pname, *pluginInfo });
pname.MakeLower().Trim().Trim(false);
// Check the policy
if(pp == CodeLiteApp::PP_FromList && allowedPlugins.Index(pname) == wxNOT_FOUND) {
// Policy is set to 'from list' and this plugin does not match any plugins from
// the list, don't allow it to be loaded
wxDELETE(dl);
continue;
}
// If the plugin does not exist in the m_pluginsData, assume its the first time we see it
bool firstTimeLoading = (m_pluginsData.GetPlugins().count(pluginInfo->GetName()) == 0);
if(firstTimeLoading && pluginInfo->HasFlag(PluginInfo::kDisabledByDefault)) {
m_pluginsData.DisablePlugin(pluginInfo->GetName());
wxDELETE(dl);
continue;
}
// Can we load it?
if(!m_pluginsData.CanLoad(*pluginInfo)) {
clWARNING() << "Plugin:" << pluginInfo->GetName() << " is not enabled" << endl;
wxDELETE(dl);
continue;
}
// try and load the plugin
GET_PLUGIN_CREATE_FUNC pfn = (GET_PLUGIN_CREATE_FUNC)dl->GetSymbol(wxT("CreatePlugin"), &success);
if(!success) {
clWARNING() << "Failed to find CreatePlugin() in dll:" << fileName << endl;
if(!dl->GetError().IsEmpty()) {
clWARNING() << dl->GetError() << endl;
}
m_pluginsData.DisablePlugin(pluginInfo->GetName());
continue;
}
// Construct the plugin
IPlugin* plugin = pfn((IManager*)this);
clDEBUG() << "Loaded plugin:" << plugin->GetLongName() << endl;
m_plugins[plugin->GetShortName()] = plugin;
// Load the toolbar
plugin->CreateToolBar(clMainFrame::Get()->GetPluginsToolBar());
// Keep the dynamic load library
m_dl.push_back(dl);
}
clMainFrame::Get()->GetDockingManager().Update();
// Let the plugins plug their menu in the 'Plugins' menu at the menu bar
// the create menu will be placed as a sub menu of the 'Plugin' menu
wxMenu* pluginsMenu = NULL;
wxMenuItem* menuitem = clMainFrame::Get()->GetMainMenuBar()->FindItem(XRCID("manage_plugins"), &pluginsMenu);
if(pluginsMenu && menuitem) {
for(auto& vt : m_plugins) {
IPlugin* plugin = vt.second;
plugin->SetPluginsMenu(pluginsMenu);
plugin->CreatePluginMenu(pluginsMenu);
}
}
// save the plugins data
conf.WriteItem(&m_pluginsData);
}
// Now that all the plugins are loaded, load from the configuration file
// list of visible tabs
static wxArrayString DefaultArray;
if(DefaultArray.IsEmpty()) {
DefaultArray.Add("NOT-FOUND");
}
DetachedPanesInfo dpi;
GetConfigTool()->ReadObject(wxT("DetachedPanesList"), &dpi);
const wxArrayString& detachedPanes = dpi.GetPanes();
{
// Hide workspace tabs
const wxArrayString& tabs = GetWorkspaceTabs();
wxArrayString visibleTabs = clConfig::Get().Read("VisibleWorkspaceTabs", DefaultArray);
if(!((visibleTabs.size() == 1) && (visibleTabs.Item(0) == "NOT-FOUND"))) {
for(size_t i = 0; i < tabs.size(); ++i) {
if((visibleTabs.Index(tabs.Item(i)) == wxNOT_FOUND) &&
(detachedPanes.Index(tabs.Item(i)) == wxNOT_FOUND)) {
// hidden tab - post an event
clCommandEvent eventHide(wxEVT_SHOW_WORKSPACE_TAB);
eventHide.SetSelected(false).SetString(tabs.Item(i));
EventNotifier::Get()->AddPendingEvent(eventHide);
}
}
}
}
{
// Hide output tabs
const wxArrayString& tabs = GetOutputTabs();
wxArrayString visibleTabs = clConfig::Get().Read("VisibleOutputTabs", DefaultArray);
if(!((visibleTabs.size() == 1) && (visibleTabs.Item(0) == "NOT-FOUND"))) {
for(size_t i = 0; i < tabs.size(); ++i) {
if((visibleTabs.Index(tabs.Item(i)) == wxNOT_FOUND) &&
(detachedPanes.Index(tabs.Item(i)) == wxNOT_FOUND)) {
// hidden tab - post an event
clCommandEvent eventHide(wxEVT_SHOW_OUTPUT_TAB);
eventHide.SetSelected(false).SetString(tabs.Item(i));
EventNotifier::Get()->AddPendingEvent(eventHide);
}
}
}
}
}
IEditor* PluginManager::GetActiveEditor()
{
if(clMainFrame::Get() && clMainFrame::Get()->GetMainBook()) {
clEditor* editor = clMainFrame::Get()->GetMainBook()->GetActiveEditor(true);
if(!editor) {
return nullptr;
}
return dynamic_cast<IEditor*>(editor);
}
return NULL;
}
IConfigTool* PluginManager::GetConfigTool() { return EditorConfigST::Get(); }
void PluginManager::HookPopupMenu(wxMenu* menu, MenuType type)
{
std::map<wxString, IPlugin*>::iterator iter = m_plugins.begin();
for(; iter != m_plugins.end(); iter++) {
iter->second->HookPopupMenu(menu, type);
}
}
TreeItemInfo PluginManager::GetSelectedTreeItemInfo(TreeType type)
{
TreeItemInfo info;
switch(type) {
case TreeFileExplorer:
return clMainFrame::Get()->GetFileExplorer()->GetItemInfo();
case TreeFileView:
return clMainFrame::Get()->GetWorkspaceTab()->GetFileView()->GetSelectedItemInfo();
default:
return info;
}
}
clTreeCtrl* PluginManager::GetWorkspaceTree() { return clMainFrame::Get()->GetWorkspaceTab()->GetFileView(); }
clTreeCtrl* PluginManager::GetFileExplorerTree() { return clMainFrame::Get()->GetFileExplorer()->GetTree(); }
Notebook* PluginManager::GetOutputPaneNotebook() { return clMainFrame::Get()->GetOutputPane()->GetNotebook(); }
Notebook* PluginManager::GetMainNotebook() { return clMainFrame::Get()->GetMainBook()->GetNotebook(); }
Notebook* PluginManager::GetWorkspacePaneNotebook() { return clMainFrame::Get()->GetWorkspacePane()->GetNotebook(); }
IEditor* PluginManager::OpenFile(const wxString& fileName, const wxString& bmpResourceName, const wxString& tooltip)
{
int bmp_index = clMainFrame::Get()->GetMainBook()->GetBitmapIndexOrAdd(bmpResourceName);
IEditor* editor = clMainFrame::Get()->GetMainBook()->OpenFile(fileName, bmp_index, tooltip);
if(editor) {
editor->SetActive();
}
return editor;
}
IEditor* PluginManager::OpenFile(const wxString& fileName, const wxString& projectName, int lineno, OF_extra flags)
{
IEditor* editor = clMainFrame::Get()->GetMainBook()->OpenFile(fileName, projectName, lineno, wxNOT_FOUND, flags);
if(editor) {
editor->SetActive();
}
return editor;
}
wxString PluginManager::GetStartupDirectory() const { return ManagerST::Get()->GetStartupDirectory(); }
void PluginManager::AddProject(const wxString& path) { ManagerST::Get()->AddProject(path); }
bool PluginManager::IsWorkspaceOpen() const { return ManagerST::Get()->IsWorkspaceOpen(); }
TagsManager* PluginManager::GetTagsManager() { return TagsManagerST::Get(); }
clCxxWorkspace* PluginManager::GetWorkspace() { return clCxxWorkspaceST::Get(); }
bool PluginManager::AddFilesToVirtualFolder(wxTreeItemId& item, wxArrayString& paths)
{
return clMainFrame::Get()->GetWorkspaceTab()->GetFileView()->AddFilesToVirtualFolder(item, paths);
}
bool PluginManager::AddFilesToVirtualFolder(const wxString& vdFullPath, wxArrayString& paths)
{
return clMainFrame::Get()->GetWorkspaceTab()->GetFileView()->AddFilesToVirtualFolder(vdFullPath, paths);
}
bool PluginManager::AddFilesToVirtualFolderIntelligently(const wxString& vdFullPath, wxArrayString& paths)
{
return clMainFrame::Get()->GetWorkspaceTab()->GetFileView()->AddFilesToVirtualFolderIntelligently(vdFullPath,
paths);
}
void PluginManager::RedefineProjFiles(ProjectPtr proj, const wxString& path, std::vector<wxString>& files)
{
return clMainFrame::Get()->GetWorkspaceTab()->GetFileView()->RedefineProjFiles(proj, path, files);
}
int PluginManager::GetToolbarIconSize()
{
// for now return 24 by default
OptionsConfigPtr options = EditorConfigST::Get()->GetOptions();
if(options) {
return options->GetIconsSize();
}
return 24;
}
wxAuiManager* PluginManager::GetDockingManager() { return m_dockingManager; }
EnvironmentConfig* PluginManager::GetEnv() { return EnvironmentConfig::Instance(); }
wxString PluginManager::GetProjectExecutionCommand(const wxString& projectName, wxString& wd)
{
return ManagerST::Get()->GetProjectExecutionCommand(projectName, wd, false);
}
wxApp* PluginManager::GetTheApp() { return wxTheApp; }
void PluginManager::ReloadWorkspace()
{
wxCommandEvent evt(wxEVT_COMMAND_MENU_SELECTED, XRCID("reload_workspace"));
clMainFrame::Get()->GetEventHandler()->AddPendingEvent(evt);
}
IPlugin* PluginManager::GetPlugin(const wxString& pluginName)
{
std::map<wxString, IPlugin*>::iterator iter = m_plugins.find(pluginName);
if(iter != m_plugins.end()) {
return iter->second;
}
return NULL;
}
wxEvtHandler* PluginManager::GetOutputWindow() { return clMainFrame::Get()->GetOutputPane()->GetOutputWindow(); }
bool PluginManager::SaveAll(bool prompt) { return clMainFrame::Get()->GetMainBook()->SaveAll(prompt, false); }
wxString PluginManager::GetInstallDirectory() const { return ManagerST::Get()->GetInstallDir(); }
bool PluginManager::CreateVirtualDirectory(const wxString& parentPath, const wxString& vdName)
{
return clMainFrame::Get()->GetWorkspaceTab()->GetFileView()->CreateVirtualDirectory(parentPath, vdName);
}
OptionsConfigPtr PluginManager::GetEditorSettings()
{
// First try to use clEditor::GetOptions, as it takes account of local preferences
clEditor* editor = clMainFrame::Get()->GetMainBook()->GetActiveEditor();
if(editor) {
return editor->GetOptions();
}
// Failing that...
return EditorConfigST::Get()->GetOptions();
}
void PluginManager::FindAndSelect(const wxString& pattern, const wxString& name, int pos)
{
clEditor* editor = clMainFrame::Get()->GetMainBook()->GetActiveEditor();
if(editor) {
editor->FindAndSelectV(pattern, name, pos, NavMgr::Get());
editor->SetActive();
}
}
TagEntryPtr PluginManager::GetTagAtCaret(bool scoped, bool impl)
{
clEditor* editor = clMainFrame::Get()->GetMainBook()->GetActiveEditor();
if(!editor)
return NULL;
return editor->GetContext()->GetTagAtCaret(scoped, impl);
}
bool PluginManager::AllowToolbar()
{
long v = EditorConfigST::Get()->GetInteger("UseSingleToolbar", 1);
return (v == 1 ? false : true);
}
void PluginManager::EnableToolbars()
{
// In case, plugins are now allowed to insert toolbars, disable the toolbars_menu item
if(AllowToolbar() == false) {
int ii = clMainFrame::Get()->GetMainMenuBar()->FindMenu(wxT("View"));
if(ii != wxNOT_FOUND) {
wxMenu* viewMenu = clMainFrame::Get()->GetMainMenuBar()->GetMenu(ii);
wxMenuItem* item = viewMenu->FindItem(XRCID("toolbars_menu"));
if(item) {
item->Enable(false);
}
}
}
}
void PluginManager::SetStatusMessage(const wxString& msg, int seconds_to_live)
{
if(GetStatusBar()) {
GetStatusBar()->SetMessage(msg, seconds_to_live);
}
}
void PluginManager::ProcessCommandQueue() { ManagerST::Get()->ProcessCommandQueue(); }
void PluginManager::PushQueueCommand(const QueueCommand& cmd) { ManagerST::Get()->PushQueueCommand(cmd); }
void PluginManager::StopAndClearQueue() { ManagerST::Get()->StopBuild(); }
bool PluginManager::IsBuildInProgress() const { return ManagerST::Get()->IsBuildInProgress(); }
bool PluginManager::IsBuildEndedSuccessfully() const { return ManagerST::Get()->IsBuildEndedSuccessfully(); }
wxString PluginManager::GetProjectNameByFile(wxString& fullPathFileName)
{
return ManagerST::Get()->GetProjectNameByFile(fullPathFileName);
}
wxString PluginManager::GetProjectNameByFile(const wxString& fullPathFileName)
{
return ManagerST::Get()->GetProjectNameByFile(fullPathFileName);
}
BuildManager* PluginManager::GetBuildManager() { return BuildManagerST::Get(); }
BuildSettingsConfig* PluginManager::GetBuildSettingsConfigManager() { return BuildSettingsConfigST::Get(); }
bool PluginManager::ClosePage(const wxString& title) { return clMainFrame::Get()->GetMainBook()->ClosePage(title); }
bool PluginManager::ClosePage(const wxFileName& filename)
{
MainBook* book = clMainFrame::Get()->GetMainBook();
clEditor* editor = book->FindEditor(filename.GetFullPath());
return clMainFrame::Get()->GetMainBook()->ClosePage(editor);
}
wxWindow* PluginManager::FindPage(const wxString& text) { return clMainFrame::Get()->GetMainBook()->FindPage(text); }
bool PluginManager::AddPage(wxWindow* win, const wxString& text, const wxString& tooltip,
const wxString& bmpResourceName, bool selected)
{
int bmp_index = clMainFrame::Get()->GetMainBook()->GetBitmapIndexOrAdd(bmpResourceName);
return clMainFrame::Get()->GetMainBook()->AddBookPage(win, text, tooltip, bmp_index, selected, wxNOT_FOUND);
}
bool PluginManager::SelectPage(wxWindow* win) { return clMainFrame::Get()->GetMainBook()->SelectPage(win); }
IEditor* PluginManager::OpenFile(const BrowseRecord& rec) { return clMainFrame::Get()->GetMainBook()->OpenFile(rec); }
NavMgr* PluginManager::GetNavigationMgr() { return NavMgr::Get(); }
void PluginManager::HookProjectSettingsTab(wxBookCtrlBase* book, const wxString& projectName,
const wxString& configName)
{
std::map<wxString, IPlugin*>::iterator iter = m_plugins.begin();
for(; iter != m_plugins.end(); iter++) {
iter->second->HookProjectSettingsTab(book, projectName, configName);
}
}
void PluginManager::UnHookProjectSettingsTab(wxBookCtrlBase* book, const wxString& projectName,
const wxString& configName)
{
std::map<wxString, IPlugin*>::iterator iter = m_plugins.begin();
for(; iter != m_plugins.end(); iter++) {
iter->second->UnHookProjectSettingsTab(book, projectName, configName);
}
}
IEditor* PluginManager::NewEditor() { return clMainFrame::Get()->GetMainBook()->NewEditor(); }
bool PluginManager::IsShutdownInProgress() const { return ManagerST::Get()->IsShutdownInProgress(); }
BitmapLoader* PluginManager::GetStdIcons()
{
// return the current bitmap loader
return clBitmaps::Get().GetLoader();
}
wxArrayString PluginManager::GetProjectCompileFlags(const wxString& projectName, bool isCppFile)
{
if(IsWorkspaceOpen() == false)
return wxArrayString();
wxArrayString args;
// Next apppend the user include paths
wxString errMsg;
// First, we need to find the currently active workspace configuration
BuildMatrixPtr matrix = GetWorkspace()->GetBuildMatrix();
if(!matrix) {
return wxArrayString();
}
wxString workspaceSelConf = matrix->GetSelectedConfigurationName();
// Now that we got the selected workspace configuration, extract the related project configuration
ProjectPtr proj = GetWorkspace()->FindProjectByName(projectName, errMsg);
if(!proj) {
return args;
}
wxString projectSelConf = matrix->GetProjectSelectedConf(workspaceSelConf, proj->GetName());
BuildConfigPtr dependProjbldConf = GetWorkspace()->GetProjBuildConf(proj->GetName(), projectSelConf);
if(dependProjbldConf && dependProjbldConf->IsCustomBuild() == false) {
// Get the include paths and add them
wxString projectIncludePaths = dependProjbldConf->GetIncludePath();
wxArrayString projectIncludePathsArr = wxStringTokenize(projectIncludePaths, wxT(";"), wxTOKEN_STRTOK);
for(size_t i = 0; i < projectIncludePathsArr.GetCount(); i++) {
args.Add(wxString::Format(wxT("-I%s"), projectIncludePathsArr[i].c_str()));
}
// get the compiler options and add them
wxString projectCompileOptions = dependProjbldConf->GetCompileOptions();
wxArrayString projectCompileOptionsArr = wxStringTokenize(projectCompileOptions, wxT(";"), wxTOKEN_STRTOK);
for(size_t i = 0; i < projectCompileOptionsArr.GetCount(); i++) {
wxString cmpOption(projectCompileOptionsArr.Item(i));
cmpOption.Trim().Trim(false);
wxString tmp;
// Expand backticks / $(shell ...) syntax supported by codelite
if(cmpOption.StartsWith(wxT("$(shell "), &tmp) || cmpOption.StartsWith(wxT("`"), &tmp)) {
cmpOption = tmp;
tmp.Clear();
if(cmpOption.EndsWith(wxT(")"), &tmp) || cmpOption.EndsWith(wxT("`"), &tmp)) {
cmpOption = tmp;
}
if(m_backticks.find(cmpOption) == m_backticks.end()) {
// Expand the backticks into their value
wxArrayString outArr;
// Apply the environment before executing the command
EnvSetter setter(EnvironmentConfig::Instance(), NULL, projectName, dependProjbldConf->GetName());
ProcUtils::SafeExecuteCommand(cmpOption, outArr);
wxString expandedValue;
for(size_t j = 0; j < outArr.size(); j++) {
expandedValue << outArr.Item(j) << wxT(" ");
}
m_backticks[cmpOption] = expandedValue;
cmpOption = expandedValue;
} else {
cmpOption = m_backticks.find(cmpOption)->second;
}
}
args.Add(cmpOption);
}
// get the compiler preprocessor and add them as well
wxString projectPreps = dependProjbldConf->GetPreprocessor();
wxArrayString projectPrepsArr = wxStringTokenize(projectPreps, wxT(";"), wxTOKEN_STRTOK);
for(size_t i = 0; i < projectPrepsArr.GetCount(); i++) {
args.Add(wxString::Format(wxT("-D%s"), projectPrepsArr[i].c_str()));
}
}
return args;
}
void PluginManager::AddEditorPage(wxWindow* page, const wxString& name, const wxString& tooltip)
{
clMainFrame::Get()->GetMainBook()->AddBookPage(page, name, tooltip, wxNOT_FOUND, true, wxNOT_FOUND);
}
wxPanel* PluginManager::GetEditorPaneNotebook() { return clMainFrame::Get()->GetMainBook(); }
wxWindow* PluginManager::GetActivePage() { return clMainFrame::Get()->GetMainBook()->GetCurrentPage(); }
wxWindow* PluginManager::GetPage(size_t page) { return clMainFrame::Get()->GetMainBook()->GetPage(page); }
wxString PluginManager::GetPageTitle(wxWindow* win) const
{
return clMainFrame::Get()->GetMainBook()->GetPageTitle(win);
}
void PluginManager::SetPageTitle(wxWindow* win, const wxString& title)
{
clMainFrame::Get()->GetMainBook()->SetPageTitle(win, title);
}
ProjectPtr PluginManager::GetSelectedProject() const
{
return clMainFrame::Get()->GetWorkspaceTab()->GetFileView()->GetSelectedProject();
}
IEditor* PluginManager::FindEditor(const wxString& filename) const
{
return clMainFrame::Get()->GetMainBook()->FindEditor(filename);
}
void PluginManager::EnableClangCodeCompletion(bool b) { wxUnusedVar(b); }
size_t PluginManager::GetPageCount() const { return clMainFrame::Get()->GetMainBook()->GetPageCount(); }
size_t PluginManager::GetAllEditors(IEditor::List_t& editors, bool inOrder)
{
clEditor::Vec_t tmpEditors;
size_t flags = MainBook::kGetAll_IncludeDetached;
if(inOrder) {
flags |= MainBook::kGetAll_RetainOrder;
}
clMainFrame::Get()->GetMainBook()->GetAllEditors(tmpEditors, flags);
editors.insert(editors.end(), tmpEditors.begin(), tmpEditors.end());
return editors.size();
}
size_t PluginManager::GetAllBreakpoints(clDebuggerBreakpoint::Vec_t& breakpoints)
{
breakpoints.clear();
ManagerST::Get()->GetBreakpointsMgr()->GetBreakpoints(breakpoints);
return breakpoints.size();
}
clDebuggerBreakpoint PluginManager::CreateBreakpoint(const wxString& filepath, int line_number)
{
clDebuggerBreakpoint bp;
bp.file = filepath;
bp.lineno = line_number;
bp.internal_id = ManagerST::Get()->GetBreakpointsMgr()->GetNextID();
return bp;
}
void PluginManager::DeleteAllBreakpoints() { ManagerST::Get()->GetBreakpointsMgr()->DelAllBreakpoints(); }
void PluginManager::SetBreakpoints(const clDebuggerBreakpoint::Vec_t& breakpoints)
{
ManagerST::Get()->GetBreakpointsMgr()->DelAllBreakpoints();
for(size_t i = 0; i < breakpoints.size(); ++i) {
ManagerST::Get()->GetBreakpointsMgr()->AddBreakpoint(breakpoints.at(i));
}
}
void PluginManager::LoadPerspective(const wxString& perspectiveName)
{
ManagerST::Get()->GetPerspectiveManager().LoadPerspective(perspectiveName);
}
void PluginManager::SavePerspective(const wxString& perspectiveName)
{
ManagerST::Get()->GetPerspectiveManager().SavePerspective(perspectiveName, true);
}
void PluginManager::ProcessEditEvent(wxCommandEvent& e, IEditor* editor)
{
clEditor* lEditor = dynamic_cast<clEditor*>(editor);
if(lEditor) {
lEditor->OnMenuCommand(e);
}
}
void PluginManager::AppendOutputTabText(eOutputPaneTab tab, const wxString& text)
{
switch(tab) {
case kOutputTab_Build:
clMainFrame::Get()->GetOutputPane()->GetBuildTab()->AppendLine(text);
break;
case kOutputTab_Output:
clMainFrame::Get()->GetOutputPane()->GetOutputWindow()->AppendText(text);
break;
}
}
void PluginManager::ClearOutputTab(eOutputPaneTab tab)
{
switch(tab) {
case kOutputTab_Build:
clMainFrame::Get()->GetOutputPane()->GetBuildTab()->Clear();
break;
case kOutputTab_Output:
clMainFrame::Get()->GetOutputPane()->GetOutputWindow()->Clear();
break;
}
}
void PluginManager::AddWorkspaceToRecentlyUsedList(const wxFileName& filename)
{
if(filename.Exists()) {
ManagerST::Get()->AddToRecentlyOpenedWorkspaces(filename.GetFullPath());
}
}
void PluginManager::StoreWorkspaceSession(const wxFileName& workspaceFile)
{
if(workspaceFile.Exists()) {
SessionEntry session;
clMainFrame::Get()->GetMainBook()->CreateSession(session);
session.SetWorkspaceName(workspaceFile.GetFullPath());
ManagerST::Get()->GetBreakpointsMgr()->SaveSession(session);
SessionManager::Get().Save(session.GetWorkspaceName(), session);
}
}
void PluginManager::LoadWorkspaceSession(const wxFileName& workspaceFile)
{
SessionEntry session;
if(SessionManager::Get().GetSession(workspaceFile.GetFullPath(), session)) {
// notify about session loading starting
clCommandEvent event_loading{ wxEVT_SESSION_LOADING };
EventNotifier::Get()->ProcessEvent(event_loading);
// Undo any workspace/editor link while loading
clMainFrame::Get()->GetWorkspaceTab()->FreezeThaw(true);
clMainFrame::Get()->GetMainBook()->RestoreSession(session);
clMainFrame::Get()->GetWorkspaceTab()->FreezeThaw(false);
// Set this session as the 'Last' session
ManagerST::Get()->GetBreakpointsMgr()->LoadSession(session);
SessionManager::Get().SetLastSession(workspaceFile.GetFullPath());
// and we are done
clCommandEvent event_loaded{ wxEVT_SESSION_LOADED };
EventNotifier::Get()->AddPendingEvent(event_loaded);
}
}
void PluginManager::OpenFindInFileForPath(const wxString& path)
{
wxArrayString paths;
paths.Add(path);
OpenFindInFileForPaths(paths);
}
void PluginManager::OpenFindInFileForPaths(const wxArrayString& paths)
{
// Fire the wxEVT_CMD_FIND_IN_FILES_SHOWING showing event
clFindInFilesEvent eventFifShowing(wxEVT_FINDINFILES_DLG_SHOWING);
if(EventNotifier::Get()->ProcessEvent(eventFifShowing))
return;
// Prepare the fif dialog
FindInFilesDialog dlg(EventNotifier::Get()->TopFrame());
if(!paths.empty()) {
dlg.SetSearchPaths(wxJoin(paths, ';'), true);
}
// Show it
if(dlg.ShowDialog() == wxID_OK) {
// Notify about the dialog dismissal
clFindInFilesEvent eventDismiss(wxEVT_FINDINFILES_DLG_DISMISSED);
EventNotifier::Get()->ProcessEvent(eventDismiss);
}
}
void PluginManager::ShowOutputPane(const wxString& selectedWindow) { ManagerST::Get()->ShowOutputPane(selectedWindow); }
size_t PluginManager::GetAllTabs(clTab::Vec_t& tabs)
{
clMainFrame::Get()->GetMainBook()->GetAllTabs(tabs);
return tabs.size();
}
clStatusBar* PluginManager::GetStatusBar()
{
if(clMainFrame::m_initCompleted) {
return clMainFrame::Get()->GetStatusBar();
}
return NULL;
}
void PluginManager::ToggleOutputPane(const wxString& selectedWindow)
{
if(ManagerST::Get()->IsPaneVisible(wxT("Output View"))) {
if(!selectedWindow.IsEmpty()) {
wxString selectedTabName;
Notebook* book = clMainFrame::Get()->GetOutputPane()->GetNotebook();
int where = book->GetSelection();
if(where != wxNOT_FOUND) {
selectedTabName = book->GetPageText(where);
}
if(selectedTabName == selectedWindow) {
// The requested tab is already selected, just hide the pane
ManagerST::Get()->HidePane("Output View");
} else {
// The output pane is visible, but the selected tab is not the one we wanted
// Select it
ManagerST::Get()->ShowOutputPane(selectedWindow);
}
} else {
// The output pane is visible and the selected tab is the one we requested
// So just hide it
ManagerST::Get()->HidePane("Output View");
}
} else {
// The output pane is hidden, show it and select the requested tab
ManagerST::Get()->ShowOutputPane(selectedWindow);
}
}
clWorkspaceView* PluginManager::GetWorkspaceView() { return clMainFrame::Get()->GetWorkspaceTab()->GetView(); }
void PluginManager::ShowToolBar(bool show)
{
wxCommandEvent event(wxEVT_MENU, XRCID("hide_tool_bar"));
event.SetInt(show ? 1 : 0);
event.SetEventObject(clMainFrame::Get());
clMainFrame::Get()->GetEventHandler()->AddPendingEvent(event);
}
bool PluginManager::IsToolBarShown() const
{
if(clMainFrame::Get()->GetPluginsToolBar()) {
// we have native toolbar
return clMainFrame::Get()->GetPluginsToolBar()->IsShown();
}
return false;
}
bool PluginManager::CloseEditor(IEditor* editor, bool prompt)
{
return clMainFrame::Get()->GetMainBook()->ClosePage(editor, prompt);
}
clEditorBar* PluginManager::GetNavigationBar() { return clMainFrame::Get()->GetMainBook()->GetEditorBar(); }
clToolBarGeneric* PluginManager::GetToolBar() { return clMainFrame::Get()->GetPluginsToolBar(); }
void PluginManager::DisplayMessage(const wxString& message, int flags,
const std::vector<std::pair<wxWindowID, wxString>>& buttons)
{
return clMainFrame::Get()->GetMessageBar()->DisplayMessage(message, flags, buttons);
}
void PluginManager::GetBreakpoints(std::vector<clDebuggerBreakpoint>& bpList)
{
ManagerST::Get()->GetBreakpointsMgr()->GetBreakpoints(bpList);
}
void PluginManager::ShowBuildMenu(clToolBar* toolbar, wxWindowID buttonId)
{
clMainFrame::Get()->ShowBuildMenu(toolbar, buttonId);
}
wxMenuBar* PluginManager::GetMenuBar() { return clMainFrame::Get()->GetMainMenuBar(); }
void PluginManager::OpenFileAndAsyncExecute(const wxString& fileName, std::function<void(IEditor*)>&& func)
{
clMainFrame::Get()->GetMainBook()->OpenFileAsync(fileName, std::move(func));
}
|