Download Latest Version baconeditor-qt-1.1.tar.gz (49.2 kB)
Email in envelope

Get an email when there's a new version of BaCon-Qt5

Home / syntax
Name Modified Size InfoDownloads / Week
Parent folder
Bacon_Geany_feel.theme 2023-02-03 5.3 kB
README 2023-02-03 1.5 kB
bacon.xml 2022-07-02 14.7 kB
freebasic.xml 2022-07-01 14.7 kB
Totals: 4 Items   36.1 kB 0
#I keep the latest bacon syntax for kate here 

https://sourceforge.net/projects/bacon-qt5/files/syntax/



#you have to recreate those folders if you dont have them

mkdir -p $HOME/.local/share/org.kde.syntax-highlighting/syntax
mkdir -p $HOME/.local/share/org.kde.syntax-highlighting/themes

#then place the freebasic.xml  and bacon.xml inside the syntax folders

cp freebasic.xml $HOME/.local/share/org.kde.syntax-highlighting/syntax
cp bacon.xml $HOME/.local/share/org.kde.syntax-highlighting/syntax

#this is for all kde editors kate and kwrite sets the color theme like geany
cp Bacon_Geany_feel.theme $HOME/.local/share/org.kde.syntax-highlighting/themes

#for KATE
sudo apt-get install kate
sudo apt-get install libkf5syntaxhighlighting*


now kate will automatically add the correct syntax highlighting
for bacon.bac files select freebasic 
from Tools->Highlighting->Sources->FreeBASIC



an extra I added 
Bacon_Geany_feel.theme




then select the Bacon Geany feel.theme
and now kate looks the same as geanys bacon syntax 
.local/share/org.kde.syntax-highlighting/themes

cp Bacon_Geany_feel.theme $HOME/.local/share/org.kde.syntax-highlighting/themes


now all you have to do is
in the main window menu of kate
Settings---->configure kate---->color themes----> IMPORT



#just in case you are missing some deps these will pull in almost all
sudo apt-get install qtbase5-dev
sudo apt-get install qtcreator 



#Manjaro  

sudo pacman -S extra/syntax-highlighting
Source: README, updated 2023-02-03