[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] Add a project configuration folder. Allow custom highlighting from...
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] Add a project configuration folder. Allow custom highlighting from...
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Sat, 23 Mar 2024 14:12:53 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: 3484a2c7 by Benoît Minisini at 2024-03-23T15:12:48+01:00 Add a project configuration folder. Allow custom highlighting from highlighting definition files located in that folder. [DEVELOPMENT ENVIRONMENT] * NEW: Add a configuration folder to projects. * NEW: Add a property tab to the file information dialog for project folders that allows to choose an highlighting description file located in the configuration folder. All files located in that project folder will be highlighted with this highlighting description file. - - - - - 18 changed files: - app/src/gambas3/.lang/fr.po - + app/src/gambas3/.src/Configuration.module - app/src/gambas3/.src/Connection/FNewConnection.class - app/src/gambas3/.src/Dialog/FFileProperty.class - app/src/gambas3/.src/Dialog/FFileProperty.form - + app/src/gambas3/.src/Dialog/FSelectFile.class - + app/src/gambas3/.src/Dialog/FSelectFile.form - app/src/gambas3/.src/Editor/Code/FTextEditor.class - app/src/gambas3/.src/Editor/Form/FForm.class - app/src/gambas3/.src/Exported/TextEditor.class - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/CProjectTree.class - app/src/gambas3/.src/Project/FOpenProject.class - app/src/gambas3/.src/Search/CSearchTask.class - app/src/gambas3/.src/VersionControl/CVersionControlGit.class - app/src/gambas3/.src/VersionControl/CVersionControlSubversion.class - app/src/gambas3/.src/VersionControl/FConflict.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3484a2c7a257a836019f2e55c916be0873c96a64 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/3484a2c7a257a836019f2e55c916be0873c96a64 You're receiving this email because of your account on gitlab.com.