Hello,
I'm happy user of CodeLite , but i'm wondering if it is possible to make the Outline view working with customs files extension (ex: .php => .phtml / .pxhtml / ...) ?
Maybe a little dialog box to set a list of custom extension for each languages used in CodeLite .
I already modify the "lexers" to have syntax higlighting for these customs extensions.
This is now fixed in git master.
The Outline plugin should now be using the values defined by the user from: settings->colours and fonts->customize-> <YOUR PROGRAMMING LANGUAGE> -> File Extensions
Hello,
I have a little question about Outline. What are the "language" this extension can "read" ?
The latest version work very well with custom extension for "php" by example but not with a "js" file .
(What is fun, Outline work with "js" when embeded in a "php" file by example)
Regards