Vadym Diachenko

Results 12 issues of Vadym Diachenko

Do I just ``` ml /c /Cx /coff gmsched.asm link gmsched.obj /DLL /NOENTRY /DEF:gmsched.def /out:gmsched.dll ``` after making sure that WinMM.lib is accessible? Seems to work but I'm uncertain

# Tag colors I've seen that tag colors are loaded from (and saved to) db, but there's no way to edit them without tinkering with the file. # Context menus...

There is currently a bunch of small issues related to GMEdit not being actively aware of nested functions: * `with` disables semantic highlighting for implicit `self` variables (`fn()` vs `self.fn()`)...

enhancement

The [web demo](https://nika-begiashvili.github.io/libarchivejs/) of [libarchivejs](https://github.com/nika-begiashvili/libarchivejs) appears to successfully extract GMS1 GMZ files, therefore might be possible to integrate to support opening packaged GMS1 projects (much like how GMEdit already supports...

enhancement

```haxe class Main { static function main() { var shuffle = [1, 2, 3]; var i = 0; Sys.print("Sorting..."); shuffle.sort((a, b) -> ++i == 1 ? 1 : -1); Sys.println("OK!");...

Currently there are plenty of false negatives for GM games, which is attributed to the following factors: * GMS1..GMS2.2 (or so) games compiled with YYC would embed `data.win` file into...

Type: Engine

* Electron version: 1.7.10 * Operating system: Windows 10, build 1709 If a path contains forward slash(es) on Windows (e.g. `C:\some\app/index.html`), ~~showItemInFolder will open the containing directory but will not...

platform/windows
bug :beetle:
4-2-x
8-x-y
10-x-y
stale

There are likely cleaner possible solutions (move now-shared table creation code to a separate JS file?), but this does work correctly. ![image](https://cloud.githubusercontent.com/assets/731492/20029919/8f99ac50-a362-11e6-95de-8f2cc5a5274b.png) ![image](https://cloud.githubusercontent.com/assets/731492/20029914/76023e06-a362-11e6-99ca-144ed989d590.png)

![image](https://github.com/YellowAfterlife/GMEdit/assets/731492/72004202-6d12-493c-a4d9-3df526bab00f) ![image](https://github.com/YellowAfterlife/GMEdit/assets/731492/9af03b8d-7941-4a1d-a44d-227262490a33)

bug

**Is your feature request related to a problem? Please describe.** Suppose I have a collection description: ![image](https://github.com/user-attachments/assets/2ae7595a-ca92-4fcd-bbbe-dd23c2010a7d) Very nice. However, on profile pages these are shown as single-line plaintext snip,...

feature-request