Aquileo | Recent changes to bugshttps://sourceforge.net/p/rsyntaxtextarea/bugs/2014-03-26T22:27:03.540000ZRecent changes to bugsAquileo | #5 Word wrap is done at char boundaries for long tokens2014-03-26T22:27:03.540000Z2014-03-26T22:27:03.540000ZRobert Futrellhttps://sourceforge.net/u/userid-911646/https://sourceforge.net4fa48509eab79ce3f704cf84de5b3e451854df48<div class="markdown_content"><ul>
<li><strong>status</strong>: open --> closed-invalid</li>
</ul></div>Aquileo | #5 Word wrap is done at char boundaries for long tokens2014-03-26T22:26:55.708000Z2014-03-26T22:26:55.708000ZRobert Futrellhttps://sourceforge.net/u/userid-911646/https://sourceforge.net9c8c156b43ea2c31267ac220d8e1ff4e00438e3c<div class="markdown_content"><p>This is now tracked on GitHub here:</p>
<p><a href="https://github.com/bobbylight/RSyntaxTextArea/" rel="nofollow">https://github.com/bobbylight/RSyntaxTextArea/</a></p></div>Aquileo | #23 java.lang.ArithmeticException: / by zero Exception2014-03-26T22:09:47.649000Z2014-03-26T22:09:47.649000ZRobert Futrellhttps://sourceforge.net/u/userid-911646/https://sourceforge.net225ce90f7c6dae3fb4b986949755475e9bc92aa9<div class="markdown_content"><ul>
<li><strong>status</strong>: open --> closed-invalid</li>
<li><strong>Group</strong>: --> v1.3.x</li>
</ul></div>Aquileo | #23 java.lang.ArithmeticException: / by zero Exception2014-03-26T22:09:37.117000Z2014-03-26T22:09:37.117000ZRobert Futrellhttps://sourceforge.net/u/userid-911646/https://sourceforge.netb840b7e4ad2e7356f07f1450b41e1ec2b555608b<div class="markdown_content"><p>Closing since I cannot reproduce this, and nobody else has reported it.</p></div>Aquileo | #18 Codefolding makes scrolling slow2014-03-26T22:08:33.345000Z2014-03-26T22:08:33.345000ZRobert Futrellhttps://sourceforge.net/u/userid-911646/https://sourceforge.netae5ad8e127e9c3d59916c4620fdfdff0b56a4980<div class="markdown_content"><ul>
<li><strong>status</strong>: open --> closed-invalid</li>
<li><strong>Group</strong>: --> v1.3.x</li>
</ul></div>Aquileo | #18 Codefolding makes scrolling slow2014-03-26T22:08:06.090000Z2014-03-26T22:08:06.090000ZRobert Futrellhttps://sourceforge.net/u/userid-911646/https://sourceforge.netba052d2559f973ebad017c4e67a55405442693f6<div class="markdown_content"><p>Closing due to lack of response, and the inability to reproduce.</p></div>Aquileo | #3 NPE in RSyntaxTextArea(String) constructor2014-03-26T22:07:07.109000Z2014-03-26T22:07:07.109000ZRobert Futrellhttps://sourceforge.net/u/userid-911646/https://sourceforge.netb818f34ab3df68df5d74fd241be9c4bc2b6fdfd3<div class="markdown_content"><ul>
<li><strong>status</strong>: open --> closed-fixed</li>
<li><strong>Group</strong>: --> v1.3.x</li>
</ul></div>Aquileo | Rsyntax moves label position2013-04-19T06:00:34Z2013-04-19T06:00:34ZAnonymoushttps://sourceforge.net/u/userid-None/https://sourceforge.netd66552fda3f33adffc91ff9b40069082a6ebd750<div class="markdown_content"><p>When typing into rsyntax area, JLabel's within the same vertical panel move.</p>
<p>See <a href="https://github.com/daveray/seesaw/issues/133" rel="nofollow">https://github.com/daveray/seesaw/issues/133</a> for a java example and video of said bug.</p></div>Aquileo | Emulated tabs don't align as expected2013-01-24T17:23:01Z2013-01-24T17:23:01ZAnonymoushttps://sourceforge.net/u/userid-None/https://sourceforge.net14a76268540f7bd853c0ec9841ebcdd475b0d35f<div class="markdown_content"><p>In most text editors, when tabs are emulated with spaces, they still align at tab boundaries. For example, if tabs are set at four spaces pressing the tab key at the first index of a line would insert four spaces, while pressing tab at the second index would insert three spaces, and so on. Basically, pressing tab will always take you to a multiple of four.</p>
<p>It looks like in both Rtext and RSyntaxTextArea, if emulated tabs with four spaces is set, pressing tab will always insert four spaces regardless of where the cursor is.</p>
<p>From forum: <a href="http://fifesoft.com/forum/viewtopic.php?f=11&t=734&e=0" rel="nofollow">http://fifesoft.com/forum/viewtopic.php?f=11&t=734&e=0</a></p></div>Aquileo | Regression: Can't enter Slash ("/") in RSyntaxTextArea,RText2012-12-13T18:37:52Z2012-12-13T18:37:52Zrraehttps://sourceforge.net/u/rrae/https://sourceforge.net0ef667bf34906eff533b26f0b107ea7f34f6e2f7<div class="markdown_content"><p>I updated RSyntaxTextArea in a project, tried version 2.05 and svn-trunc.<br />
Slashes cannot be used anymore, at least in linux but a coworker had the same problem (using windows afaik)</p>
<p>Problem seems to be within this file:<br />
/org/fife/ui/rsyntaxtextarea/RSyntaxTextAreaDefaultInputMap.java</p>
<p>... around this line (the whole file changed a lot since last stable release):<br />
put(KeyStroke.getKeyStroke(\'/\'), \"DoNothing\");</p>
<p>I\'m now using version 2.0.4.1 again which works like a charm.<br />
I just tried RText (2.0.5) which has the same issue.</p></div>