Timur

Results 44 issues of Timur

A sort of comparison, just for the note. | Ash-Haxe | hx-ash | | --- | --- | | _ash package_ | | | \+ optimised ClassMap | \- not...

We can do panning in tmx-map editor (holding spacebar) but nothing similar in tsx-editor. Current scrolling with scrollbars and mouse is not as convenient as with spacebar.

missing feature

Each served html should have livereloading functional. For now it works only for `index.html` files. ### Why To use servor livereload feature not only for spa, but for traditional sites...

This is probably firefox issue (or even just me). But maybe is it related to servor configuration? 1. Serve some page with `servor --reload`, open it in FF 2. Scroll...

``` Haxe pgr.dconsole.DC.setFont(null, false, 12); ``` Without fix - only first message has expected font size ![image 2](https://cloud.githubusercontent.com/assets/9349164/18200130/b7f30fdc-7146-11e6-9c24-5ab3022f7ed0.png) With fix the font size is equal for all messages: ![image 2](https://cloud.githubusercontent.com/assets/9349164/18200213/1a71e868-7147-11e6-806b-f106fa96a4f5.png)

In some cases are need to use that construction ``` Haxe DC.monitorField(object, 'field.nestedField', 'someProp'); ``` because 'field' for some reasons can be null: ``` Haxe object.field = null; // ......

``` as3 // as3 subTextureRegion.x = int(subTextureObject[ConstValues.A_X]) / scale; ``` ``` Haxe // Haxe subTextureRegion.x = as3hx.Compat.parseInt(subTextureObject[ConstValues.A_X]) / scale; ```

1. Select a word 2. Press button to translate 3. Get `Error: Check network connection status` But no problem if make translation from [addon toolbar pop-up](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/user_interface/Popups). Does query to google...

question