CodeLobster IDE
http://codelobster.com/forum/

Intelligent Auto-complete
http://codelobster.com/forum/viewtopic.php?f=2&t=1288
Page 1 of 1

Author:  Tamara [ Wed Mar 31, 2010 1:43 pm ]
Post subject:  Intelligent Auto-complete

The Intelligent Auto-complete list is missing some attributes:(on a textfield)
"accept" "usemap" "value" "vspace"

and:

<script>
var div = document.getElementById("targetDiv");
var pTag = document.createElement("p");
div.appendChild(pTag);
var pTagText = document.createTextNode("hello Codelobster Team");
pTag.appendChild(pTagText); // autocomplete list does not work if I type "pTag."
</script>

Author:  Admin [ Thu Apr 01, 2010 10:49 am ]
Post subject: 

Hi.

Thanks for the report.
We will improve our auto-complete engine fot it by version 3.5.

Regards,
Codelobster Team.

Author:  Tamara [ Wed Jun 16, 2010 2:00 pm ]
Post subject:  Re: Intelligent Auto-complete

Still not working in 3.5 :cry:

Author:  Admin [ Thu Jun 17, 2010 1:10 pm ]
Post subject:  Re: Intelligent Auto-complete

Hi.

Yes. It is very complecated task, but very usefull.
We will try to add it later.

Regards,
Codelobster Team.

Author:  Tamara [ Thu Jun 17, 2010 3:36 pm ]
Post subject:  Re: Intelligent Auto-complete

Thank you very much!
I really like this editor.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/