<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/test/lisp/progmodes/java-ts-mode-resources, branch scratch/split-package.el</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>indent.erts (Code): Don't modify the global state</title>
<updated>2025-03-19T19:53:37+00:00</updated>
<author>
<name>Stefan Monnier</name>
</author>
<published>2025-03-19T19:47:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5432331a62522c096246ef995a5b41dc067d25a9'/>
<id>5432331a62522c096246ef995a5b41dc067d25a9</id>
<content type='text'>
* test/lisp/progmodes/java-ts-mode-resources/indent.erts (Code):
Use `setq-local` and correspondingly move the remaining
assignment after activating the major mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/progmodes/java-ts-mode-resources/indent.erts (Code):
Use `setq-local` and correspondingly move the remaining
assignment after activating the major mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>; Fix 'java-ts-mode' tests (Bug#77070)</title>
<updated>2025-03-17T14:48:22+00:00</updated>
<author>
<name>john muhl</name>
</author>
<published>2025-03-17T14:04:33+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=be2b5a7148887879e0127994c9d779a943e3df2b'/>
<id>be2b5a7148887879e0127994c9d779a943e3df2b</id>
<content type='text'>
* test/lisp/progmodes/java-ts-mode-resources/indent.erts:
Set 'indent-tabs-mode' later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/progmodes/java-ts-mode-resources/indent.erts:
Set 'indent-tabs-mode' later.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use c-ts-common baseline rule in java-ts-mode (bug#75154)</title>
<updated>2025-03-17T05:44:05+00:00</updated>
<author>
<name>Yuan Fu</name>
</author>
<published>2025-02-14T02:24:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=93cd55f40e5e1788e55d82c572f1fafac1dee499'/>
<id>93cd55f40e5e1788e55d82c572f1fafac1dee499</id>
<content type='text'>
Use it for function parameters.

* lisp/progmodes/java-ts-mode.el:
(java-ts-mode--standalone-predicate): New function.
(java-ts-mode--indent-rules): Comment out rules for function
parameters and statements, and add
c-ts-common-baseline-indent-rule as fallback.
(java-ts-mode): Setup.
(java-ts-mode--first-line-on-multi-line-string): Mark BOL as
unused.
* test/lisp/progmodes/java-ts-mode-resources/indent.erts:
New test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use it for function parameters.

* lisp/progmodes/java-ts-mode.el:
(java-ts-mode--standalone-predicate): New function.
(java-ts-mode--indent-rules): Comment out rules for function
parameters and statements, and add
c-ts-common-baseline-indent-rule as fallback.
(java-ts-mode): Setup.
(java-ts-mode--first-line-on-multi-line-string): Mark BOL as
unused.
* test/lisp/progmodes/java-ts-mode-resources/indent.erts:
New test.
</pre>
</div>
</content>
</entry>
<entry>
<title>java-ts-mode: Indentation for opening brace on a separate line</title>
<updated>2024-02-17T20:35:16+00:00</updated>
<author>
<name>Dmitry Gutov</name>
</author>
<published>2024-02-17T20:34:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5a64d2c7595dc393504c6eee9321d74dbd8ae9e2'/>
<id>5a64d2c7595dc393504c6eee9321d74dbd8ae9e2</id>
<content type='text'>
* lisp/progmodes/java-ts-mode.el (java-ts-mode--indent-rules):
Support putting the opening brace on a separate line (bug#67556).

* test/lisp/progmodes/java-ts-mode-resources/indent.erts:
Add a test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lisp/progmodes/java-ts-mode.el (java-ts-mode--indent-rules):
Support putting the opening brace on a separate line (bug#67556).

* test/lisp/progmodes/java-ts-mode-resources/indent.erts:
Add a test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Add more java indentation tests</title>
<updated>2023-11-21T14:26:54+00:00</updated>
<author>
<name>Theodor Thornhill</name>
</author>
<published>2023-02-06T08:36:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=054202d48c31e718b48a2b601c0e6bd2fdbce1ef'/>
<id>054202d48c31e718b48a2b601c0e6bd2fdbce1ef</id>
<content type='text'>
* test/lisp/progmodes/java-ts-mode-resources/indent.erts: Use default
indent offset, and tweak the indentation examples.

(cherry picked from commit dbe7803aa1e8249bd70f67f25f19aedabeb9cc22)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/progmodes/java-ts-mode-resources/indent.erts: Use default
indent offset, and tweak the indentation examples.

(cherry picked from commit dbe7803aa1e8249bd70f67f25f19aedabeb9cc22)
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Add test for java indentation (bug#61115)</title>
<updated>2023-11-21T14:26:54+00:00</updated>
<author>
<name>Theodor Thornhill</name>
</author>
<published>2023-02-03T08:09:49+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d2776d8254fa4afc64a8828da7d30886c2d35ac2'/>
<id>d2776d8254fa4afc64a8828da7d30886c2d35ac2</id>
<content type='text'>
* test/lisp/progmodes/java-ts-mode-resources/indent.erts: Add new test
case.

(cherry picked from commit 229d0772e235f51812ed8020a31f9a8de366c7ba)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/progmodes/java-ts-mode-resources/indent.erts: Add new test
case.

(cherry picked from commit 229d0772e235f51812ed8020a31f9a8de366c7ba)
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport: Add some basic tests for java-ts-mode and typescript-ts-mode</title>
<updated>2023-11-21T14:26:54+00:00</updated>
<author>
<name>Theodor Thornhill</name>
</author>
<published>2023-01-16T13:33:27+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=61cdf42a48fab24b7ee4098ffedf7254080f808b'/>
<id>61cdf42a48fab24b7ee4098ffedf7254080f808b</id>
<content type='text'>
* test/lisp/progmodes/java-ts-mode-resources/indent.erts: New file
with tests for indentation.
* test/lisp/progmodes/java-ts-mode-resources/movement.erts: New file
with tests for movement.
* test/lisp/progmodes/java-ts-mode-tests.el: New tests.
* test/lisp/progmodes/typescript-ts-mode-resources/indent.erts: New
file with tests for indentation.
* test/lisp/progmodes/typescript-ts-mode-tests.el: New tests.

(cherry picked from commit c8dd37b16c574beda900d4ee48ac7b4ab4a2ee56)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test/lisp/progmodes/java-ts-mode-resources/indent.erts: New file
with tests for indentation.
* test/lisp/progmodes/java-ts-mode-resources/movement.erts: New file
with tests for movement.
* test/lisp/progmodes/java-ts-mode-tests.el: New tests.
* test/lisp/progmodes/typescript-ts-mode-resources/indent.erts: New
file with tests for indentation.
* test/lisp/progmodes/typescript-ts-mode-tests.el: New tests.

(cherry picked from commit c8dd37b16c574beda900d4ee48ac7b4ab4a2ee56)
</pre>
</div>
</content>
</entry>
</feed>
