Bug? Problem with scrolling in code editor

sukudxb

Member
Licensed User
Longtime User
I am facing problem with scrolling in the code editor. When ever i scroll, the cursor automatically jumps to some other line. I am never able to scroll through the code as expected.

Please advice how to solve this problem.
 

sukudxb

Member
Licensed User
Longtime User
This issue was fixed in v3.00. You should make sure that you are not referencing a library and a class with the same name. For example if you are referencing HttpUtils2 library then you should remove HttpUtils2 modules.

Please let me know how i can download v3.00
 
Top