Opened 3 years ago
Closed 3 years ago
#125 closed defect (fixed)
Gedit not showing survex markup in Debian Bulls eye and Ubuntu 20.04
Reported by: | Martin Green | Owned by: | Olly Betts |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.46 |
Component: | Other | Version: | 1.2.44 |
Keywords: | Cc: |
Description
In Ubuntu 20.04.2 LTS, installing survex seems to have created the file /usr/share/gtksourceview-3.0/language-specs/survex.lang
I note this is the only file in that directory and markup is does not work with gedit. I note there are lots of lang files are in /usr/share/gtksourceview-4/language-specs/
It looks like this also effects debian bulls eye
So it looks like /usr/share/gtksourceview-3.0/language-specs/survex.lang should be changed to /usr/share/gtksourceview-4/language-specs/survex.lang
Change History (3)
comment:1 Changed 3 years ago by
comment:2 Changed 3 years ago by
It seems some things are still using gtksourceview-3 (like pluma) so I think we need to install in both places.
Addressed in cadd01cf8b5403f9685b7affa845c8971962e43a.
comment:3 Changed 3 years ago by
Milestone: | → 1.2.46 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | → 1.2.44 |
Note I survex.lang is written in version 2 of the language definition file format. This is suitable for GtkSourceView? 2, 3 and 4. Therefore I expect that survex.lang does not need any modifications.