beaver-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Beaver-devel] GtkSourceView Colors


From: Leslie P. Polzer
Subject: [Beaver-devel] GtkSourceView Colors
Date: Tue, 8 Jul 2003 15:09:13 +0200

After looking at the GtkSourceView headers it seems correct to
do the following in the "Syntax Colors" in Prefs:

1)
gtk_source_languages_manager_new
gtk_source_languages_manager_get_available_languages

...which gives us a GSList which we can stuff into a TreeView or
a List. And when the user clicks on one of those:

2)
GSList* gtk_source_language_get_tags

...and for each one of those display them (maybe again in a TreeView)
with their corresponding colors where the user can change them.

We must save the user's color settings in his home dir then.

Do you agree on this?


Leslie

-- 
Current Main System: LFS Linux dreadnought 2.4.21-openmosix-1 #5 Mon Jun 23 
13:59:35 CEST 2003 i686
Random Religious Statement: IceWM is the best Window Manager.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]