Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Issue410x
|
|
|
|
|
|
|
|
|
|
|
|
is causing crashes. also allow 'build only' builder.sh script command
|
|
Keep cursor position on save
|
|
Before open a new file now we cleanup the Editor, so the new file get the cursor
on the first character.
|
|
When the file is saving, the cursor position was resetting to the top and you should keep
scrolling by hand every time you save the file.
This patch saves the scroll and cursor position and set it again after the file is refreshed so
we can continue edition from where we were.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix compilation error on Ubuntu where uint32_t is not defined.
|
|
|
|
|
|
|
|
Allow for statement with negative step value.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|