index
:
pragtical
SDL2
master
The practical and pragmatic code editor.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
core
Age
Commit message (
Expand
)
Author
2024-07-28
Fix for IPC plugin to open relative path (#125)
Jefferson González
2024-07-07
Port rest of regex functions from Lua to C (#120)
Jefferson González
2024-07-03
Enable utf8 module for Lua < 5.3 using utf8extra (#119)
Jefferson González
2024-06-28
If encoding detect fails check if UTF-16/32 LE/BE (#115)
Jefferson González
2024-06-28
Better restore of window mode/size on startup (#113)
Jefferson González
2024-06-28
Restore support for tokenizer empty matches with subsyntax (#111)
Jefferson González
2024-06-25
Updated titleview for lua windows updates (#110)
Jefferson González
2024-06-25
Basic doc/docview cache for better performance (#105)
Jefferson González
2024-06-25
Rebase window creation and management to Lua (#108)
Jefferson González
2024-06-24
Support for utf-8 text reduction on node title (#107)
Jefferson González
2024-06-24
Handle conversion of \ to ¥ as reported on #94 (#106)
Jefferson González
2024-06-24
core/doc: fix wrong table index in Doc:merge_cursors
takase1121
2024-06-24
fix(doc): convert `Doc:merge_cursors` parameter from "selection index" to tab...
Guldoman
2024-06-24
core/rootview: fix dnd multiple folders into dock (#1828)
Takase
2024-06-22
Render the statusview message on demand (#103)
Jefferson González
2024-06-22
Expand Process API (#1757)
Adam
2024-06-22
rootview: workaround macos weird dnd event timing
Takase
2024-06-21
Accent project name on statusview doc:file
jgmdev
2024-06-21
Multiproject handling for statusview doc:file (#101)
Jefferson González
2024-06-21
Return additional details on core.current_project
jgmdev
2024-06-21
Clear core.visited_files on core.set_project
jgmdev
2024-06-21
Improvements to core.visited_files handling (#96)
Jefferson González
2024-06-21
Mark common.serializeoptions fields as optional (#95)
Jefferson González
2024-06-13
core: handle non existent files on core.current_project()
jgmdev
2024-06-12
Auto chdir to project depending on active document (#93)
Jefferson González
2024-05-23
CLI: lowercase the appname on usage description (#92)
Jefferson González
2024-05-07
Assign a binding to open user module command (#88)
Jefferson González
2024-05-06
Add /usr/local/bin to PATH on Mac OS X (#87)
Jefferson González
2024-04-18
Fix conflicting goto jump on tokenizer
jgmdev
2024-04-18
Skip patterns matching nothing in `tokenizer` (#1743)
Guldoman
2024-04-04
Fixed some typos in core.init (#1755)
PerilousBooklet
2024-03-11
Improve `CommandView` and `autocomplete` scroll behavior (#1732)
Guldoman
2024-02-26
Fix modversion matching to align with semver (#71)
Jefferson González
2024-02-15
Increase mod version from 3.3.1 to 3.4.0 (#68)
Jefferson González
2024-02-14
Added adaptive sizing to autocomplete plugin (#67)
Jefferson González
2024-01-24
Fixes tab sizing when drawin lines (#62)
Jefferson González
2024-01-22
reorder nagview options on doc:save error to be more consistent with other na...
vqn
2024-01-20
Null check file_info on core.open_doc
jgmdev
2024-01-16
Fix doc:create-cursor-previous/next-line with tabs (#1697)
vqn
2024-01-15
Respect config.file_size_limit on some components (#60)
Jefferson González
2023-12-24
Fix project module sometimes not loading. (#54)
Jefferson González
2023-12-19
Changes for v3.2.1 release
v3.2.1
jgmdev
2023-12-17
Check tokenizer state to prevent issues with evergreen (#52)
Jefferson González
2023-12-15
Prettify the session file output for easy reading (#50)
Jefferson González
2023-12-15
Remove recent projects that no longer exists (#49)
Jefferson González
2023-12-14
Partially reverted 8d4a0126 for different strategy
jgmdev
2023-12-13
Add project wide search and replace support (#48)
Jefferson González
2023-12-03
Obtain symbols pattern/nonword-chars for subsyntax (#45)
Jefferson González
2023-12-03
fix nagbar failed save message (#1678)
ThaCuber
2023-12-01
Use `\r\n` for new files on Windows (#1596)
Guldoman
[next]