We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pretty sure this is new in Workbench 46
@Diego-Ivan @lw64 can one of you take a look?
The text was updated successfully, but these errors were encountered:
Reproduced with the following snippet for the Checkboxes demo
#! /usr/bin/env -S vala workbench.vala --pkg libadwaita-1 public void main() { var radio_button_1 = (Gtk.CheckButton) workbench.builder.get_object("radio_button_1"); var radio_button_2 = (Gtk.CheckButton) workbench.builder.get_object("radio_button_2"); radio_button_1.toggled.connect(() => { if (radio_button_1.active) { stdout.printf("Force Light Mode\n"); } }); radio_button_2.toggled.connect(() => { if (radio_button_2.active) { stdout.printf("Force Dark Mode\n"); } }); }
Sorry, something went wrong.
vala: Setup Vala project before starting the language server
a61df96
Closes #913
7172d06
Successfully merging a pull request may close this issue.
Pretty sure this is new in Workbench 46
@Diego-Ivan @lw64 can one of you take a look?
The text was updated successfully, but these errors were encountered: