function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Max SmithMax Smith 

Inconsistent Highlighting in Apex Editors

Hi All,

On two occasions now (triggers and mail templates) developing with apex I have seen the behavior displayed in the picture below.  The editor highlights the line I'm on but actually gets in the way of me seeing what I'm typing.  Does anybody know how to turn off this highlight line?User-added image
 
Best Answer chosen by Max Smith
Shashikant SharmaShashikant Sharma
This issue could come whe you code in browser. Better is that you use Developer Console  (https://help.salesforce.com/apex/HTViewHelpDoc?id=code_system_log.htm" target="_blank) to code, it will give you intellisense as well.

Thanks
Shashikant

All Answers

Vishal_GuptaVishal_Gupta
hi Max,

When we use Chrome Browser for Apex development, such type of behaviour come and its better if you can use eclipse for development and try with any other browser.

Thanks,
Vishal
Shashikant SharmaShashikant Sharma
This issue could come whe you code in browser. Better is that you use Developer Console  (https://help.salesforce.com/apex/HTViewHelpDoc?id=code_system_log.htm" target="_blank) to code, it will give you intellisense as well.

Thanks
Shashikant
This was selected as the best answer