index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
ui.lua
Age
Commit message (
Expand
)
Author
2019-09-20
Do not restore rectangular selection mode on buffer switch.
mitchell
2019-09-20
Restore rectangular selection state when switching between buffers.
mitchell
2019-09-19
Restore virtual space state when switching between buffers.
mitchell
2019-09-19
Fixed bug introduced in r2623.
mitchell
2019-09-19
Properly handle absolute paths in run output and case-insensitivity on Windows.
mitchell
2019-08-07
Improve caret sticky behavior when switching between buffers.
mitchell
2019-07-30
Fail more gracefully when attempting to create buffers on init.
mitchell
2019-02-16
Updated copyright year.
mitchell
2018-10-31
Fixed inability to resize one split view configuration with the mouse in curses.
mitchell
2018-10-17
Document the fact that `ui.print()` cannot be called during init.
mitchell
2018-09-10
Added ability to save/restore persistent data during reset.
mitchell
2018-08-06
Fixed view focus synchronization issues when dropping files into split views.
mitchell
2018-04-25
Removed LuaJIT version of Textadept.
mitchell
2018-02-21
The terminal version can immediately focus a clicked view.
mitchell
2018-02-16
Fixed crash when attempting to show badly-encoded filename in titlebar.
mitchell
2018-02-16
Fixed copy-paste between views in the terminal version.
mitchell
2018-01-25
Updated copyright year.
mitchell
2017-11-12
Buffer settings on startup apply to subsequent buffers.
mitchell
2017-11-07
No need to manually set codepage to UTF-8, now that it's Scintilla's default.
mitchell
2017-07-02
Added ability for buffer list to show buffers by z-order.
mitchell
2017-06-23
Small code cleanup.
mitchell
2017-06-20
Added support and documentation for new ui dialogs.
mitchell
2016-12-31
Updated copyright information.
mitchell
2016-10-19
Updated to Scintilla 3.7.0.
mitchell
2016-08-29
Small LuaDoc updates.
mitchell
2016-07-24
Added `events.TAB_CLICKED` event.
mitchell
2016-06-16
Changed arguments to `ui.goto_view()` and `view:goto_buffer()`.
mitchell
2016-06-15
Renamed `ui.SILENT_PRINT` to `ui.silent_print`.
mitchell
2016-06-15
Removed explicit detection and use of extinct CR line endings.
mitchell
2016-06-15
Removed explicit BOM support.
mitchell
2016-04-16
Localize "Lua reset" message.
mitchell
2016-04-11
Save and restore horizontal scroll position when switching buffers; core/ui.lua
mitchell
2016-04-05
Do not run some `events.UPDATE_UI` handlers when scrolling.
mitchell
2016-04-05
Only convert filenames from `_CHARSET` to UTF-8, not UTF-8-encoded buffer names.
mitchell
2016-04-05
File dialogs only return UTF-8-encoded filenames on Win32 GTK; core/ui.lua
mitchell
2016-04-02
Code cleanup.
mitchell
2016-02-01
Code cleanup; ui.lua
mitchell
2016-01-29
`buffer:clear_cmd_key()` should only take one argument.
mitchell
2015-12-31
Updated copyright date.
mitchell
2015-07-25
Highlight found text in find in files results.
mitchell
2015-04-27
Fixed filename encoding issues on Windows; core/ui.lua
mitchell
2015-03-16
Code cleanup based on the output of luacheck, a Lua linter.
mitchell
2015-03-12
Lua code cleanup.
mitchell
2015-03-11
Fixed bug with new view-specific properties; core/ui.lua
mitchell
2015-02-23
Fixed bug in previous commit when switching to new buffer; core/ui.lua
mitchell
2015-02-18
Save and restore view-specific properties in view switch events; core/ui.lua
mitchell
2015-02-18
Consider some view-specific properties as buffer-specific ones.
mitchell
2015-01-22
Small code and documentation cleanup.
mitchell
2015-01-15
Added events for terminal suspend and resume.
mitchell
2015-01-15
Fix opening network path files on Win32.
mitchell
[next]