You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an ilia user, I would love to be able to do some small calculations with ilia.
One way to add the feature could be to switch on evaluation when the user starts the query with an equal sign (like Alfred does).
I'd be happy to spend some cycles myself, but I have no real experience with Vala and GTK+ development. So if you give me some pointers m, I might kick something off myself...
The text was updated successfully, but these errors were encountered:
Hi @nesono , ilia has a plugin style architecture that would make it pretty easy to add a "calculator" tab that could be loaded. I have found the language to be similar to the traditional OO languages C# and Java and did not have much trouble picking it up. For me, most of the difficulty is in understanding Gtk docs. In any case , if you'd like to get started, here is some example code: https://wiki.gnome.org/Projects/Vala/Examples
You could create a new directory from here that provides a class that implements DialogPage.
As an ilia user, I would love to be able to do some small calculations with ilia.
One way to add the feature could be to switch on evaluation when the user starts the query with an equal sign (like Alfred does).
I'd be happy to spend some cycles myself, but I have no real experience with Vala and GTK+ development. So if you give me some pointers m, I might kick something off myself...
The text was updated successfully, but these errors were encountered: