aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Expand)Author
2024-04-15Skip patterns matching nothing in `tokenizer` (#1743)Guldoman
2024-04-13Added Arduino syntax highlighting support alongside C++. (#1767)PerilousBooklet
2024-03-28Fixed some typos in core.init (#1755)PerilousBooklet
2024-03-25Limit `language_js` regex avoidance to numbers, and fix starting `/*` comment...Guldoman
2024-03-24Add from symbol to support ESM (#1754)Aziz Mazouz Jaber
2024-03-06Fix `language_js` regex/comment distinction (#1731)Guldoman
2024-03-05Improve `CommandView` and `autocomplete` scroll behavior (#1732)Guldoman
2024-03-05Improve `autocomplete` suggestions box behavior (#1734)Guldoman
2024-02-24Added .pyi extension to python. (#1728)PerilousBooklet
2024-01-21Fix comment typos in data/core/{init.lua,dirwatch.lua} (#1549)Luke aka SwissalpS
2024-01-21language_js: support binary and octal representation (#1710)Takase
2024-01-21autoreload docs only if their filename matches an actual file (#1698)vqn
2024-01-20reorder nagview options on doc:save error to be more consistent with other na...vqn
2024-01-20Improve number highlighting for python syntax highlighting (#1704)Fiji
2024-01-13Fix doc:create-cursor-previous/next-line with tabs (#1697)vqn
2023-12-03Fixed a minor bug, should close issue #1680.Adam Harrison
2023-12-03fix nagbar failed save message (#1678)ThaCuber
2023-11-30Expose plaintext syntax (#1652)Guldoman
2023-11-30Use `\r\n` for new files on Windows (#1596)Guldoman
2023-11-29Improve font/color change detection in `language_md` (#1614)Guldoman
2023-11-29Reverted cursor API to something more compatible with old API. (#1674)Adam
2023-11-29Text overwriting (#1495)ThaCuber
2023-11-29Fix patterns starting with `^` in `tokenizer` (#1645)Guldoman
2023-11-29Fix `language_js` regex constant detection (#1581)Guldoman
2023-11-29Fix editing after undo not clearing the change id (#1574)Guldoman
2023-11-29Fix selecting newlines with `find-replace:select-add-{next,all}` (#1608)Guldoman
2023-11-29Fix `core.redraw` when window is not focused (#1601)Guldoman
2023-11-29Fix `dirmonitor` sorting issues (#1599)Guldoman
2023-11-29Fix running `core.step` when receiving an event while not waitingGuldoman
2023-11-29Fixed issue with set_target_size passing the wrong value to plugins (#1657)Daniel Margarido
2023-11-28Fix deleting indentation with multiple cursors (#1670)Guldoman
2023-11-28Avoid considering single spaces in `detectindent` (#1595)Guldoman
2023-10-31ease transparency of nagbar dim (#1658)ThaCuber
2023-10-23Sanitize tab index in `Node:add_view` (#1651)Guldoman
2023-10-21fix(dirmonitor): deadlock if error handler jumps somewhere else (#1647)Takase
2023-10-18Save in the `workspace` unsaved named files and `crlf` status (#1597)Guldoman
2023-10-18Ignore keypresses during IME composition (#1573)Guldoman
2023-10-18Improve `common.serialize` (#1640)Guldoman
2023-10-18Mark unsaved named files as dirty (#1598)Guldoman
2023-09-30Remove DPI detection for default `SCALE`Guldoman
2023-09-07Make `linewrapping` consider the expanded `Scrollbar` sizeGuldoman
2023-09-07Fix `Scrollbar.{expanded,contracted}_size` documentationGuldoman
2023-09-07Fixed C++14 digit separators (#1593)Robert Hildebrandt
2023-08-26docs(core.config): add documentation for config options (#1512)Takase
2023-08-26feat(statusview): make a separate item for doc position percent (#1579)sammyette
2023-08-26Autocomplete plugin improvements (#1519)Jefferson González
2023-08-26Add `NaN` guard to `View:update_scrollbar`Guldoman
2023-08-25Adds super as a modkey. (#1590)Adam
2023-08-25Normalize strokes in fixed order (#1572)Guldoman
2023-08-24docs(core.contextmenu): add documentation for contextmenu (#1567)Takase