Results 70 comments of duarm

added some images just to illustrate how I envision it. I'm kinda busy for the next week, but I plan to implement this since it doesn't look too hard, hope...

the proposed way, e.g. ```python c.url.searchengines.default = 'srx' c.url.searchengines = { 'go':'https://google.com/search?q={}', 'srx':'https://searx.thegpm.org/?q={}', 'ddg': 'https://duckduckgo.com/?q={}', 'arch':'https://archlinux.org/packages/?q={}', 'aur':'https://aur.archlinux.org/packages/?O=0&K={}', 'wiby':'https://wiby.me/?q={}', } ``` would already be much better, but I would personally prefer...

fair points, but I truly believe that even if you ditch DEFAULT completely and make this change not retro-compatible, config.py users would immediately see that their new default search engine...

> I don't see how those two things are connected. Coming from an user perspective, things at the top are not magic, just at a higher priority, I have no...

aside from that, if telegram's codebase is consistent, the solution would be very similar to the video-player cheat code I suppose, they already suppress the default viewer and make a...

i prefer _cim__ and _im__. I would also vouch for a different naming convention, since we're using c. e.g. _cim_some_namespace_less_function()_, _im_rect_add_vec2()_. Take a look at cglm.

The inconvenience is just for those who are editing, I can still add a custom property to tell this layer uses tile coordinates if needed. It would help having a...

> FWIW I think more valuable than unit selection in the Properties view would be the ability to view positions in tile units in the status bar when placing/moving/sizing The...

it would help a lot to show the tile position here too. Not sure how tho, a layer default unit perhaps? ![image](https://user-images.githubusercontent.com/26150581/187771010-a4b01ba3-53e8-4cd6-a7bc-e54336c66741.png)

> I find it interesting that you apparently want to use the properties panel but not the status bar. To me, the properties panel is more work. Different strokes for...