safield
safield
**Version info** Windows 11 Sublime Merge 2091 When Windows 11 task bar is set to auto hide/show, and Sublime Merge is maximized, the task bar will not auto show when...
When I copy and paste a repo on the file system, and first open it, it stays in the "loading changes..." state for a long time (that might be a...
I am building on Lubutu 16.04 and get the following error... In file included from /home/bill/TL-WN725N-TP-Link-Debian/core/rtw_ap.c:22:0: /home/bill/TL-WN725N-TP-Link-Debian/include/osdep_service.h: In function ‘_init_timer’: /home/bill/TL-WN725N-TP-Link-Debian/include/osdep_service.h:94:8: error: ‘struct timer_list’ has no member named ‘data’ ptimer->data...
Clicking outside the bubbles should dismiss the bubbles menu.
-FiltersDialog no longer uses a drop down box of predefined SVG color strings. In place it uses two push buttons that launch a QColorDialog. This allows for custom color specification....
In older versions of the Android NDK I could debug my code from the command line using ndk-gdb script. Now that the NDK is migrated to gradle/cmake, the ndk-gdb script...
The readme describes the keymapping for vintage mode, but does not provide one for non-vintage mode.
This issue actually has two parts to it. First, a stray single parenthesis in a string literal will break extension.selectParenthesis command. Observe the following code `method("test blah ("+foo+" blah");` If...
I am suing a custom color theme, and the comments in GDScript are not getting the color of comments of my theme. My theme has colored comments correctly for all...
Some classes in this library have nullable type member variables, and it is not apparent why. For example... ``` /// A line class GeoJsonLine { /// Default constructor GeoJsonLine({this.geoSerie, this.name});...