You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
It would be ideal if it were possible to have some limited control over the editor through specialised comments.
For example, at the moment a variable has to contain the name pixels to get the 'pixel highlighting' functionality.
It would be better to be able to put a comment above the variable declaration indicating that it's an image rather than placing limitations on users' identifiers.
@haviital has also brought up the possibility of using (for example) # PROJ_SHOW_FPS_COUNTER to enable the FPS counter display.