GNOME Bugzilla – Bug 606801
Bad translation error + GTKmm Project error
Last modified: 2010-01-13 11:31:04 UTC
On the immage i attached you´ll see that i typed i want to use Gtk::Window as base class and now check the result of that class MainWindow : öffentlich Gtk::Window öffentlich is the german word for public i think thats very annoying and funny at the same xD Also there is something When i create a new GTKmm Project i get a main.cc with functional, but unuseable stuff. Anjuta really should create a MainWindow Class which creates the Window and let the main.cc create an MainWindow object and use that rather than just create a main() and put all stuff there like here http://pastie.org/private/zq3lxvn93gzrcjvw6olew i think thats just the must stupid way to use GTKmm which is aviable and Anjuta uses this as default :/ i dont need an IDE when i have to re-create 90% of that what the IDE created + the work to remove the old :/
Created attachment 151299 [details] Screenshot of the stuff i did =)
Thanks for reporting this. Fixed in master and gnome-2-28! For the project-wizard stuff, could you file another bug if you prefer the other solution. It's not very difficult to fix either as we use template files but I am not completely sure yet if we would want to do it.
Fixed in Master? What is master? Im using Anjuta 2.28.1 in GNOME 2.28.2
master = upcoming release, available from git (git.gnome.org/cgit/anjuta) stable = current stable release, this is 2.28.1 currently. Once we will make a new stable release, e.g. 2.28.2 it will contain the fix as I pushed it into the gnome-2-28 git branch.
thx for the fast answer =)