Forum > Editor
Identifier completion capitalization
(1/1)
kokesssss:
Hi,
I wonder if it's possible to customize the letter case of basic types, constants and keywords offered by identifier completion. For example I'd like to have all-lowercase
--- Code: Pascal [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---false, nil, longint.
I'm able to set this easily in JEDI code format, but still these identifiers are offered as
--- Code: Pascal [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---False, Nil, LongInt by identifier completion.
Best regards
JuhaManninen:
Apparently not but there should be. The right place would be Options -> Codetools -> Words.
Navigation
[0] Message Index