Go to the documentation of this file.
30 #include <boost/property_tree/ptree.hpp>
44 void openFile(
const std::string& editorName,
const std::string& filepath,
int lineNumber = 0);
54 void setOpencommand(
const std::string& editorName,
const std::string& openCommandLine);
56 std::map<std::string, std::string> editors;
57 boost::property_tree::ptree pt;
The EditorFileOpener class.
void openFile(const std::string &editorName, const std::string &filepath, int lineNumber=0)
EditorFileOpener(std::string configFile="")
Base Class for all Logging classes.
void setOpencommand(const std::string &editorName, const std::string &openCommandLine)
void openFileWithDefaultEditor(const std::string &filepath, int lineNumber=0)
The default editor can be specified by the environment variable $ARMARX_EDITOR.
This file offers overloads of toIce() and fromIce() functions for STL container types.