Commit Graph

294 Commits

Author SHA1 Message Date
Kinneyzhang
02d1875330 update test and readme 2025-12-15 00:44:50 +08:00
copilot-swe-agent[bot]
f02a3d6ace Address code review: add seq require and improve nil checks
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-14 16:24:36 +00:00
copilot-swe-agent[bot]
00280243f3 Update documentation with new layer API
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-14 16:21:47 +00:00
copilot-swe-agent[bot]
808fa94214 Refactor tp layer API to new specification, remove old API
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-14 16:17:29 +00:00
copilot-swe-agent[bot]
dbd790d0fd Start implementing new layer API, removing old compatibility
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-14 16:06:57 +00:00
copilot-swe-agent[bot]
4c826fef77 Initial plan 2025-12-14 15:58:02 +00:00
copilot-swe-agent[bot]
52999a2807 Fix tp--get-nested to handle face values with symbol prefix like (shadow :foreground ...)
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-14 15:37:47 +00:00
copilot-swe-agent[bot]
85c8c5365b Remove unnecessary reverse in multiple key extraction
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-14 15:27:35 +00:00
copilot-swe-agent[bot]
3f7f8cd9b9 Add support for deeply nested sub-properties and multiple key extraction in tp-get
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-14 15:25:53 +00:00
copilot-swe-agent[bot]
b31077e486 Fix tp-get to return intervals for entire strings and support property path lists
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-14 15:15:12 +00:00
copilot-swe-agent[bot]
932585da3f Fix tp-get to return intervals and tp-match/tp-regexp string parsing
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-14 13:50:45 +00:00
copilot-swe-agent[bot]
13b73b1dbc Address code review feedback: improve docstrings and comments
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-14 13:09:52 +00:00
copilot-swe-agent[bot]
5994ce3a2a Fix tp-add face prepending, tp-remove and tp-get string support, update docs
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-14 13:06:08 +00:00
copilot-swe-agent[bot]
10e60a9408 Initial plan 2025-12-14 12:54:20 +00:00
copilot-swe-agent[bot]
2bf16e1207 Update README.md and README_CN.md to document new API functions
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-14 12:12:31 +00:00
copilot-swe-agent[bot]
39c1c6333b Refactor: Extract helper functions to reduce code duplication in match/regexp functions and single-property setters
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-14 11:42:07 +00:00
copilot-swe-agent[bot]
58daa712db Implement new tp.el API: tp-reset, tp-set, tp-set-face, tp-set-display, tp-add, tp-match-reset, tp-match-add, tp-regexp-reset, tp-regexp-add, enhanced tp-get and tp-remove with nested sub-property support
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-14 11:37:42 +00:00
copilot-swe-agent[bot]
d84e874806 Initial analysis of tp.el refactoring requirements
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-14 11:27:31 +00:00
copilot-swe-agent[bot]
14ec055ac6 Initial plan 2025-12-14 11:24:51 +00:00
copilot-swe-agent[bot]
243904f490 Improve tp-put parameter naming for clarity
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-13 10:04:41 +00:00
copilot-swe-agent[bot]
c285fb20eb Add enhanced tp-get with range support and fine-grained property functions
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-13 10:02:54 +00:00
copilot-swe-agent[bot]
2fce83315b Update tp-put API and tests to new format
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-13 09:59:27 +00:00
copilot-swe-agent[bot]
3097efd788 Initial plan 2025-12-13 09:51:41 +00:00
copilot-swe-agent[bot]
ff62c2d014 Add Chinese documentation (README_CN.md)
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-12 03:45:33 +00:00
copilot-swe-agent[bot]
519a5ec42f Improve zero-width match handling in tp-match and tp-regexp
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-12 03:39:26 +00:00
copilot-swe-agent[bot]
a34c1ee625 Fix code review issues: infinite loop prevention and consistent return values
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-12 03:37:30 +00:00
copilot-swe-agent[bot]
73f65e294b Optimize function naming and add object parameter support
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-12 03:34:13 +00:00
copilot-swe-agent[bot]
8e7c9ef989 Initial plan 2025-12-12 03:27:23 +00:00
Kinneyzhang
4d914ebd29 update 2025-12-12 11:17:52 +08:00
copilot-swe-agent[bot]
3e7d2881a9 Fix test comments and add version checks for search functions
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-11 03:49:05 +00:00
copilot-swe-agent[bot]
c34ab46cf4 Add comprehensive ERT test suite with 62 test cases
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-11 03:47:30 +00:00
copilot-swe-agent[bot]
99f50d4fee Shorten function names for clarity: tp-group-* and tp-layer-props
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-11 03:16:09 +00:00
copilot-swe-agent[bot]
7614916aca Update Emacs version requirement to 28.1+ for object-intervals support
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-11 02:45:55 +00:00
copilot-swe-agent[bot]
d1428a0748 Optimize and extend tp.el with layer system and text property functions
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
2025-12-11 02:42:53 +00:00
copilot-swe-agent[bot]
6333a09856 Initial plan 2025-12-11 02:30:48 +00:00
Kinneyzhang
cea0e3b6b3 update 2025-10-23 01:29:04 +08:00
Kinneyzhang
d4efd44aa0 update 2025-10-16 12:56:13 +08:00
Kinneyzhang
48e9eb9c01 update 2025-10-16 00:01:52 +08:00
Kinneyzhang
b7027db553 update readme 2025-10-14 01:24:51 +08:00
Kinneyzhang
7dbdc89541 update 2025-10-13 20:58:11 +08:00
Kinneyzhang
b23967c359 add readme 2025-10-13 13:02:54 +08:00
Kinneyzhang
bfc007e5d3 add search functions 2025-10-13 12:57:47 +08:00
Kinneyzhang
9fd5ba552f first commit 2025-10-13 00:15:18 +08:00
Geekinney
349a3eecef
Initial commit 2025-10-13 00:13:38 +08:00