This repository was archived by the owner on Jan 9, 2026. It is now read-only.
Commit 2b1fb43
authored
feat(code search): Use filenames and line numbers (#28)
* Parse filename and linenumber correctly for both JSON and REGEX parsers
* Revert changes made to LogTreeItem
* Handle bad regex patterns
* Update JSON parse to parse entire file over line by line parsing
* Improve search term cleaning
* Handle corner case when there is no path to the file name
* Bump up version1 parent 03693f9 commit 2b1fb43
File tree
6 files changed
+445
-389
lines changed- src
6 files changed
+445
-389
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
436 | 444 | | |
437 | 445 | | |
438 | 446 | | |
| |||
452 | 460 | | |
453 | 461 | | |
454 | 462 | | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
455 | 472 | | |
456 | 473 | | |
457 | 474 | | |
| |||
482 | 499 | | |
483 | 500 | | |
484 | 501 | | |
| 502 | + | |
| 503 | + | |
485 | 504 | | |
486 | 505 | | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
487 | 512 | | |
488 | 513 | | |
489 | 514 | | |
| |||
0 commit comments