<feed xmlns='http://www.w3.org/2005/Atom'>
<title>idea_caseconv, branch v0.8.1</title>
<subtitle>A plugin for JetBrain IDEs to convert between cases.</subtitle>
<id>https://git.laria.me/idea_caseconv/atom/?h=v0.8.1</id>
<link rel='self' href='https://git.laria.me/idea_caseconv/atom/?h=v0.8.1'/>
<link rel='alternate' type='text/html' href='https://git.laria.me/idea_caseconv/'/>
<updated>2024-06-30T14:26:08Z</updated>
<entry>
<title>Fix deprecations and plugin config errors</title>
<updated>2024-06-30T14:26:08Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2024-06-30T14:26:08Z</published>
<link rel='alternate' type='text/html' href='https://git.laria.me/idea_caseconv/commit/?id=a1a26a0742ea216ca9ac442b7819e33a9ca61218'/>
<id>urn:sha1:a1a26a0742ea216ca9ac442b7819e33a9ca61218</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add build for version 2022.3</title>
<updated>2024-04-20T10:05:28Z</updated>
<author>
<name>Dev2a</name>
<email>contact@dev2a.pro</email>
</author>
<published>2024-04-20T10:05:28Z</published>
<link rel='alternate' type='text/html' href='https://git.laria.me/idea_caseconv/commit/?id=505fc951cf224c0172120dd88d1136f03629abe9'/>
<id>urn:sha1:505fc951cf224c0172120dd88d1136f03629abe9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix until version</title>
<updated>2024-04-05T11:53:09Z</updated>
<author>
<name>Dev2a</name>
<email>contact@dev2a.pro</email>
</author>
<published>2024-04-05T11:53:09Z</published>
<link rel='alternate' type='text/html' href='https://git.laria.me/idea_caseconv/commit/?id=8f21daf1680c0100dd02b3f3820163656b5d7362'/>
<id>urn:sha1:8f21daf1680c0100dd02b3f3820163656b5d7362</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix error ActionUpdateThread</title>
<updated>2024-04-05T11:41:58Z</updated>
<author>
<name>Dev2a</name>
<email>contact@dev2a.pro</email>
</author>
<published>2024-04-05T11:41:58Z</published>
<link rel='alternate' type='text/html' href='https://git.laria.me/idea_caseconv/commit/?id=201237f5a8ef6b4dd5ef77147916023a175873b0'/>
<id>urn:sha1:201237f5a8ef6b4dd5ef77147916023a175873b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate to new plugin structure</title>
<updated>2024-04-05T11:41:20Z</updated>
<author>
<name>Dev2a</name>
<email>contact@dev2a.pro</email>
</author>
<published>2024-04-05T11:41:20Z</published>
<link rel='alternate' type='text/html' href='https://git.laria.me/idea_caseconv/commit/?id=a131ac3511a87a23a7d292f30b3845b8eb5dc2c5'/>
<id>urn:sha1:a131ac3511a87a23a7d292f30b3845b8eb5dc2c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix crashing when an action is performed without a focussed editor</title>
<updated>2020-10-04T12:29:17Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-10-04T12:29:17Z</published>
<link rel='alternate' type='text/html' href='https://git.laria.me/idea_caseconv/commit/?id=55660b91440904d69a030a71de302d910f3f13b2'/>
<id>urn:sha1:55660b91440904d69a030a71de302d910f3f13b2</id>
<content type='text'>
Turns out checking for a focussed editor in update() is not enough, because
you can invoke the action, even if it's marked as inactive. Checking again
in actionPerformed() fixes the issue.
</content>
</entry>
<entry>
<title>Prepare new version 0.7.0</title>
<updated>2020-10-04T09:27:21Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-10-04T09:26:52Z</published>
<link rel='alternate' type='text/html' href='https://git.laria.me/idea_caseconv/commit/?id=af40819fcd9720bb68e6271b9ab29c6b6cdbae38'/>
<id>urn:sha1:af40819fcd9720bb68e6271b9ab29c6b6cdbae38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split words on '.' to allow conversion *from* dot.case</title>
<updated>2020-10-04T09:27:20Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-10-04T09:13:58Z</published>
<link rel='alternate' type='text/html' href='https://git.laria.me/idea_caseconv/commit/?id=e3bea785c711d8c01e7319b17420d31d1d04cd2c'/>
<id>urn:sha1:e3bea785c711d8c01e7319b17420d31d1d04cd2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add configuration option for how to treat newlines</title>
<updated>2020-10-04T09:27:20Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-10-04T08:54:40Z</published>
<link rel='alternate' type='text/html' href='https://git.laria.me/idea_caseconv/commit/?id=d462bbdaa2b54d696d7708e431f4d4039b570d4b'/>
<id>urn:sha1:d462bbdaa2b54d696d7708e431f4d4039b570d4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add "Sentence case" conversion</title>
<updated>2020-10-01T21:04:30Z</updated>
<author>
<name>Laria Carolin Chabowski</name>
<email>laria@laria.me</email>
</author>
<published>2020-10-01T21:04:30Z</published>
<link rel='alternate' type='text/html' href='https://git.laria.me/idea_caseconv/commit/?id=1d07f7ba44163364b22521056e7ff774fc1b1185'/>
<id>urn:sha1:1d07f7ba44163364b22521056e7ff774fc1b1185</id>
<content type='text'>
</content>
</entry>
</feed>
