<feed xmlns='http://www.w3.org/2005/Atom'>
<title>textadept.git/modules/cpp, 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>2013-11-07T20:34:27+00:00</updated>
<entry>
<title>New ANSI C lexer.</title>
<updated>2013-11-07T20:34:27+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+667e-11@users.noreply.github.com</email>
</author>
<published>2013-11-07T20:34:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=82477092f0c729e06f40826a546ed56781fd805c'/>
<id>urn:sha1:82477092f0c729e06f40826a546ed56781fd805c</id>
<content type='text'>
C/C++ lexer was separated into ANSI C and C++ lexers.
Also took the opportunity to use shorter macros in compile/run commands.
</content>
</entry>
<entry>
<title>Integrated compile and run commands for most languages.</title>
<updated>2013-09-28T01:12:05+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+667e-11@users.noreply.github.com</email>
</author>
<published>2013-09-28T01:12:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=ef23e13ac57cf6a8bcb04ccce10d2e5b34feec06'/>
<id>urn:sha1:ef23e13ac57cf6a8bcb04ccce10d2e5b34feec06</id>
<content type='text'>
Compile and run should work out of the box for most languages. Also added a
warning marker, renamed `compile_command` and `run_command` tables to
`compile_commands` and `run_commands`, respectively, and renamed `error_details`
to `error_patterns`, changing its structure to just hold patterns.
</content>
</entry>
<entry>
<title>Do not convert filenames to UTF-8; keep them in `_CHARSET`.</title>
<updated>2013-09-15T18:41:34+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+667e-11@users.noreply.github.com</email>
</author>
<published>2013-09-15T18:41:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=9ccea9e562699b45ba830b8b1355571061580386'/>
<id>urn:sha1:9ccea9e562699b45ba830b8b1355571061580386</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.</title>
<updated>2013-08-27T02:36:10+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+667e-11@users.noreply.github.com</email>
</author>
<published>2013-08-27T02:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=92a1e1cae3029a3c4dde56c8dcc5d212fdc11e26'/>
<id>urn:sha1:92a1e1cae3029a3c4dde56c8dcc5d212fdc11e26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>`_M.textadept.editing.block_comment()` supports block comment delimiters.</title>
<updated>2013-06-12T19:12:40+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+667e-11@users.noreply.github.com</email>
</author>
<published>2013-06-12T19:12:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=8f39176328e6e8610a338d014c1893fbd7edf2c0'/>
<id>urn:sha1:8f39176328e6e8610a338d014c1893fbd7edf2c0</id>
<content type='text'>
Also integrated comment strings into `_M.textadept.editing.comment_string` so
block commenting works out of the box.
</content>
</entry>
<entry>
<title>Set language-specific buffer properties through an event instead of a function.</title>
<updated>2013-05-15T14:31:16+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+667e-11@users.noreply.github.com</email>
</author>
<published>2013-05-15T14:31:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=e101a0190a282bf30ed6496d627e362774c1864a'/>
<id>urn:sha1:e101a0190a282bf30ed6496d627e362774c1864a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More code cleanup.</title>
<updated>2013-04-29T20:13:59+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+667e-11@users.noreply.github.com</email>
</author>
<published>2013-04-29T20:13:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=78990df4f114c45adc7fd2678ffaedf0c4124d95'/>
<id>urn:sha1:78990df4f114c45adc7fd2678ffaedf0c4124d95</id>
<content type='text'>
"local buffer = buffer" and similar optimizations are not needed since lexing
the buffer is much more expensive and reaction time is limited by how fast the
keyboard can submit key presses.
</content>
</entry>
<entry>
<title>Textadept should support multiple curses platforms; remove ncurses references.</title>
<updated>2013-04-03T20:56:14+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+667e-11@users.noreply.github.com</email>
</author>
<published>2013-04-03T20:56:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=679e188ec027978b37eb36a5f2d52bc2cf04ef77'/>
<id>urn:sha1:679e188ec027978b37eb36a5f2d52bc2cf04ef77</id>
<content type='text'>
Requires Scintilla r4436 and Scinterm r45.
</content>
</entry>
<entry>
<title>Updated to Lua 5.2.2 and LPeg 0.11.</title>
<updated>2013-03-30T03:42:11+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+667e-11@users.noreply.github.com</email>
</author>
<published>2013-03-30T03:42:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=d64a4113ea658d2ed6818d94b4f0ee5b18ddbe19'/>
<id>urn:sha1:d64a4113ea658d2ed6818d94b4f0ee5b18ddbe19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated Lua apidocs to 5.2.1.</title>
<updated>2013-02-26T01:04:06+00:00</updated>
<author>
<name>mitchell</name>
<email>70453897+667e-11@users.noreply.github.com</email>
</author>
<published>2013-02-26T01:04:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.alessandroiezzi.it/textadept.git/commit/?id=79c5af64a7490b6d737d5093ec20ddcc6781fa75'/>
<id>urn:sha1:79c5af64a7490b6d737d5093ec20ddcc6781fa75</id>
<content type='text'>
</content>
</entry>
</feed>
