[Github-comments] [geany/geany] Theme improvements (#1382)

Matthew Brush notifications at xxxxx
Sat Jan 28 21:53:47 UTC 2017


codebrainz commented on this pull request.



> @@ -2566,6 +2582,10 @@ void ui_init(void)
 	ui_init_toolbar_widgets();
 	init_document_widgets();
 	create_config_files_menu();
+
+	// after UI is initialized, apply user's custom CSS (if it exists)
+	// to override other CSS styles
+	init_user_style();

I really dislike the way items are added to that menu, a bunch of scattered calls mixed in to all kinds of different modules, each calling that function in a different way. It would be nice to move this to Glade or at least have a single location that populates the menu (which could itself be in glade at least).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1382
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170128/894adf7c/attachment.html>


More information about the Github-comments mailing list