GTK+ Developer: GNOME Builder IDE and Glade UI
Get(Free,Donate)
#GNOME Builder: https://wiki.gnome.org/Apps/Builder
A tool to help you write and contribute to great GNOME-based applications.
#Glade UI: https://glade.gnome.org/
Glade is a RAD tool to enable quick & easy development of user interfaces for the GTK+ toolkit and the GNOME desktop environment.
####
glade for ui.
builder ide for all code, build,...
- c,c++,python,vala
#run or build(click top box to show)
####### FIX error meson.build file #####
Ctrl+S=Save
for GNOME Project(not autobuild)
open meson.build file(~/Project/[name]/meson.build)
#error 1: ... )))configure
add enter line
...)))
configure ...
#error 2: a')subdir('src')
add enter line
...a')
subdir('src')
#error 3: ('po')meson.
add enter line
...('po')
meson...
########### Edit UI with Glade #######
ui file is [project]/src/*.ui
open ui file with glade, mod/edit/... and save.
sometime glade freeze..