This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
eepp
Watch
1
Star
0
Fork
0
You've already forked eepp
mirror of
https://github.com/SpartanJ/eepp.git
synced
2026-06-05 04:56:31 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c7c45a87cfca3c57087b9768e51a847a26f416e1
eepp
/
src
History
Martín Lucas Golini
c7c45a87cf
Fixes in UICodeEditor mouse click in gutter.
...
Added some basic culling in UICodeEditor. Remember the Chat UI input text.
2025-03-29 02:17:56 -03:00
..
eepp
Fixes in UICodeEditor mouse click in gutter.
2025-03-29 02:17:56 -03:00
examples
Improve tokenizer performance by adding a couple of simple tokenizing hacks.
2025-03-10 21:06:36 -03:00
modules
Added a new tokenization method for the SyntaxTokenizer based on customized parsers. Initially is being used to parse numbers in C, C++ and JavaScript/TypeScript. This method is much more flexible and can be much faster than regex or lua patterns.
2025-03-28 02:15:20 -03:00
tests
Fixes for multi-cursor.
2024-12-20 20:22:50 -03:00
thirdparty
Added a new fuzzy matching algorithm, it should be better than the previous version, it's similar to what most editors have (implementation is inspired in the sublime_text fuzzy matcher).
2025-03-08 18:33:25 -03:00
tools
Fixes in UICodeEditor mouse click in gutter.
2025-03-29 02:17:56 -03:00