Alied,
could you please report this if you can reliably reproduce this behavior? I haven't found it in the IssueZilla and it works fine for me.
Thanks for your cooperation,
-Jirka
Alied Pérez Martínez wrote:
> Actually, the text is not "mutilated", it shoul not keep the type at
> all. also, I miss the after, before the second code block, but I guess
> you got the idea.
>
> El 15/10/2009 18:51, Alied Pérez Martínez escribió:
>> Hi:
>> To make the story short:
>> before:
>> <code>
>> BranchGroup model = fullModels.get(getModelIndex());
>> </code>
>>
>> <code>
>> BranchGroup model = null;
>> try {
>> nchGroup model = fullModels.get(getModelIndex());
>> } catch (Exception e) {
>> }
>> </code>
>>
>> this hapens when I select the whole line. If I select only the code
>> (without the \n), works fine