IDE Project Tree "Configuration" folder

Post your Gambas programming questions here.
Post Reply
User avatar
thatbruce
Posts: 179
Joined: Saturday 4th September 2021 11:29pm

IDE Project Tree "Configuration" folder

Post by thatbruce »

In the IDE these days there is a folder in the project tree called "Configuration" can someone please tell me what its for?

b
Have you ever noticed that software is never advertised using the adjective "spreadable".
User avatar
BruceSteers
Posts: 1619
Joined: Thursday 23rd July 2020 5:20pm
Location: Isle of Wight
Contact:

Re: IDE Project Tree "Configuration" folder

Post by BruceSteers »

I think it's for highlight files.

gb.highlight now supports your own highlight definition files that can be a part of your project and do not have to be a part of gambas (unlike when i made the sh highlight)

This was the commit https://gitlab.com/gambas/gambas/-/comm ... 0873c96a64

So i think any highlighting files found in the configuration folder become modes you can choose in the IDE for project data folders.

You can right click a folder (not a gambas one but one with content in it) in the project browser and go to the properties tab, then select a highlight def to use on ALL files in that folder regardless of their ext name.
If at first you don't succeed , try doing something differently.
BruceS
User avatar
thatbruce
Posts: 179
Joined: Saturday 4th September 2021 11:29pm

Re: IDE Project Tree "Configuration" folder

Post by thatbruce »

Thanks. Humph. It should be better called Highlighters then. I had high hopes it was about .conf files. Damn and bah.
b
Have you ever noticed that software is never advertised using the adjective "spreadable".
User avatar
BruceSteers
Posts: 1619
Joined: Thursday 23rd July 2020 5:20pm
Location: Isle of Wight
Contact:

Re: IDE Project Tree "Configuration" folder

Post by BruceSteers »

Who knows.

Maybe the start of ,,,,,, drum roll,,,,,,, plugins :)

Maybe ask Ben if he has plans to do other things with it.
If at first you don't succeed , try doing something differently.
BruceS
Post Reply