About Store Forum Documentation Contact



Post Reply 
[BUG - FIXED] Unviewable text and comment autocomplete
Author Message
Rubeus Offline
Member

Post: #1
[BUG - FIXED] Unviewable text and comment autocomplete
These are mainly cosmetic, but can be a little annoying.
If there's enough code to cause both scrollbars to appear, any code or comments that run off to the right are sometimes covered by the up/down scrollbar.
   
I wrote 4 words-that is, I wrote word 4 times. The only way I can see if I typo'd the last 'word' is to put a bunch of characters after to force it to scroll further to the right.

Aslo, in the case of something like:
Code:
someClass.setting1(  )            // Here
         .setting2(  )
         .setting3(  );
// or
someClass.func( var1,             // Here
                var2,
                var3 );
Autocomplete does not detect the comment delimiters, and will try to change comments to code.
(This post was last modified: 06-01-2013 05:34 PM by Rubeus.)
05-31-2013 04:23 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: [BUG] Unviewable text and comment autocomplete
Hi,
Thanks for posting the issues, however I was unable to reproduce both of them.
Could you please attach sample project, and provide step-by-step instructions how to reproduce them?
Thank you
06-01-2013 01:02 PM
Find all posts by this user Quote this message in a reply
Rubeus Offline
Member

Post: #3
RE: [BUG] Unviewable text and comment autocomplete
The first one can be seen anywhere there is a long line of code or comments; for instance, if I go to the Memory/Fixed Array header and try to read the comment for replaceClass, the end of it says "this method this means that the new class isn't derived from the base cl" because it hides its "-ass" behind the scroll bar.

For the second, in tutorial 2, take this line:
Code:
Rect  ( 0.5, 0.5, 0.6, 0.6  ).draw(BLUE ); // draw blue rectangle at given coordinates
and turn it into
Code:
Rect  ( 0.5, 0.5, 0.6, 0.6  ).             // Make a comment here after moving draw
draw(BLUE ); // draw blue rectangle at given coordinates
I couldn't get it to reproduce doing it with the period on the next line or with the commas.
06-01-2013 02:09 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: [BUG] Unviewable text and comment autocomplete
1. oh, it only happens when "show line numbers" is enabled, ok I'll fix this.
2. thanks, now I see this, will fix it too
06-01-2013 03:59 PM
Find all posts by this user Quote this message in a reply
Rubeus Offline
Member

Post: #5
RE: [BUG] Unviewable text and comment autocomplete
Awesome! Perfect.
06-01-2013 05:34 PM
Find all posts by this user Quote this message in a reply
Pixel Perfect Offline
Member

Post: #6
RE: [BUG - FIXED] Unviewable text and comment autocomplete
I love the way Grzegorz fixes issues so quickly. I have never experienced support as good as this and it gives me great confidence in using Esenthel to develop my game.
06-01-2013 09:48 PM
Find all posts by this user Quote this message in a reply
jagatai Offline
Member

Post: #7
RE: [BUG - FIXED] Unviewable text and comment autocomplete
(06-01-2013 09:48 PM)Pixel Perfect Wrote:  I love the way Grzegorz fixes issues so quickly. I have never experienced support as good as this and it gives me great confidence in using Esenthel to develop my game.

+1
06-03-2013 02:44 AM
Find all posts by this user Quote this message in a reply
RoseClowes Offline
Member

Post: #8
RE: [BUG - FIXED] Unviewable text and comment autocomplete
It's very nice every issue fixes so quickly here, it's all because of experienced and professional behavior when you took an issue seriously so it's must for you to fix it.
06-19-2013 07:46 PM
Find all posts by this user Quote this message in a reply
Post Reply