<feed xmlns='http://www.w3.org/2005/Atom'>
<title>textadept.git/modules/ansi_c, branch master</title>
<subtitle>My personalizations for textadept</subtitle>
<id>https://git.alessandroiezzi.it/textadept.git/atom?h=master</id>
<link rel='self' href='https://git.alessandroiezzi.it/textadept.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/'/>
<updated>2022-01-31T17:50:04+00:00</updated>
<entry>
<title>Updated copyright year.</title>
<updated>2022-01-31T17:50:04+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+orbitalquark@users.noreply.github.com</email>
</author>
<published>2022-01-31T17:50:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=e22866529c87f36755cf8cf42e467f46ed43aafd'/>
<id>urn:sha1:e22866529c87f36755cf8cf42e467f46ed43aafd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated Lua autocompletion and documentation.</title>
<updated>2021-09-01T02:39:15+00:00</updated>
<author>
<name>mitchell</name>
<email>none@none</email>
</author>
<published>2021-09-01T02:39:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=60e9b400ac91cddf45cbaa49a984e729ba9eab6c'/>
<id>urn:sha1:60e9b400ac91cddf45cbaa49a984e729ba9eab6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial pass reformatting all code.</title>
<updated>2021-04-11T13:34:17+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+orbitalquark@users.noreply.github.com</email>
</author>
<published>2021-04-11T13:34:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=de3a745e1af2e441de868c2aa4849102d376acb5'/>
<id>urn:sha1:de3a745e1af2e441de868c2aa4849102d376acb5</id>
<content type='text'>
Use clang-format, LuaFormatter, and 100 character limit on lines.
</content>
</entry>
<entry>
<title>Updated to Lua 5.4.2.</title>
<updated>2021-02-20T16:05:03+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+orbitalquark@users.noreply.github.com</email>
</author>
<published>2021-02-20T16:05:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=ce352e93b2e4ddfa39907b8f50f98cfd6e54e593'/>
<id>urn:sha1:ce352e93b2e4ddfa39907b8f50f98cfd6e54e593</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated copyright information.</title>
<updated>2021-01-29T18:30:53+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+orbitalquark@users.noreply.github.com</email>
</author>
<published>2021-01-29T18:30:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=9a1a6b5c2e0e6a9a5e8c4abeec3980203838e461'/>
<id>urn:sha1:9a1a6b5c2e0e6a9a5e8c4abeec3980203838e461</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fill `keys` and `snippet` tables with language-specific tables on init.</title>
<updated>2020-11-10T16:06:53+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+orbitalquark@users.noreply.github.com</email>
</author>
<published>2020-11-10T16:06:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=269f42273129fcfbaf67e157d8784666e0c65c9c'/>
<id>urn:sha1:269f42273129fcfbaf67e157d8784666e0c65c9c</id>
<content type='text'>
This allows users and language modules to easily add bindings and snippets
without stepping on each other.
</content>
</entry>
<entry>
<title>Code cleanup.</title>
<updated>2020-10-20T19:29:03+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+orbitalquark@users.noreply.github.com</email>
</author>
<published>2020-10-20T19:29:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=03c4016d07477781aa3adcc9edf340c0bec9c6c8'/>
<id>urn:sha1:03c4016d07477781aa3adcc9edf340c0bec9c6c8</id>
<content type='text'>
Of note:
* io.save_all_files() does not visit each buffer to save anymore. An unintended
  side-effect was checking for outside modification (but only if the file itself
  was modified), so outside changes will always be saved over now.
* The menu clicked handler uses assert_type(), so the 'Unknown command'
  localization is no longer needed.
* When printing to a new buffer type would split the view, use an existing split
  view when possible.
* Prefer 'goto continue' construct in loops over nested 'if's.
* Fixed clearing of ui.find.replace_entry_text on reset in the GUI version.
* Fixed lack of statusbar updating when setting options like buffer EOL mode,
  indentation, and encoding.
* Renamed internal new_snippet() to new() and put it in the snippet metatable.
</content>
</entry>
<entry>
<title>Updated copyright information.</title>
<updated>2020-09-30T02:31:36+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+orbitalquark@users.noreply.github.com</email>
</author>
<published>2020-09-30T02:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=4f68ee57bc8c2324a4cd7039c5411cb6f1b8d820'/>
<id>urn:sha1:4f68ee57bc8c2324a4cd7039c5411cb6f1b8d820</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed off-by-one issues with `buffer:get_cur_line()`.</title>
<updated>2020-03-30T22:44:15+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+667e-11@users.noreply.github.com</email>
</author>
<published>2020-03-30T22:44:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=c46527cc32aef6fd332ea5e45757c0858b1cbb5d'/>
<id>urn:sha1:c46527cc32aef6fd332ea5e45757c0858b1cbb5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switched to 1-based indices for buffer positions, lines, and countable entities.</title>
<updated>2020-03-26T21:37:08+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+667e-11@users.noreply.github.com</email>
</author>
<published>2020-03-26T21:37:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=940732342827ebe0d3bb98740419f621f9c77391'/>
<id>urn:sha1:940732342827ebe0d3bb98740419f621f9c77391</id>
<content type='text'>
</content>
</entry>
</feed>
