Vadym Diachenko

Results 30 comments of Vadym Diachenko

The warning tells you that the variable doesn't unconditionally exist on the object. You could: - Write `var inst = cast instance_create_layer(...);` to strip type information from the value. -...

Current versions of GMEdit index variables that are assigned in Create event (optionally with types, if your linter settings say so) and use this information to color variables in object's...

Tiled can _export_ GM rooms, but it cannot _import_ them, so you can't really "open a room in it". You can place your TMX files in your Included Files (having...

Is this for doing some parts of init in user events?

If `declare_vars` is out of the object entirely, you can use `@interface` and `@implements`

The issue here is that the syntax highlighter doesn't really know which sub-function you're in - it is only aware of top-level functions and events since those can be quickly...

I have originally made the line highlight stay in this case, but annotation removal is [handled by Ace](https://github.com/ajaxorg/ace/blob/a505922a01395ab77a878c08da06eb09b7822d23/lib/ace/layer/gutter.js#L105), so I kept the behaviour for consistency.

For purposes of inspecting the code structure, building a graph (e.g. ![image](https://cloud.githubusercontent.com/assets/731492/12034945/0c54112c-ae40-11e5-92d8-397c4594a825.png) ) may prove sufficient. Permitting to recover the code to a more or less original (GML) form would...

[Disabling DPI scaling](https://answers.microsoft.com/en-us/windows/forum/windows_10-start/how-to-disable-display-scaling-on-high-dpi-setting/c546cd4c-c4b9-4cb0-8e7b-52fb8906ef70) for the app would probably work

> What does this mean? > > > runner (+x) + run.sh + lib/libsteam_api.so + assets is a good tell of a GM Linux build that has not been customized...