hey Kazimir, Im new to scite and i started using it for newlisp with your properties file. I would like to change the color of the matching braces when you move next to them to make them pop more. any pointers?
I use Scite for Autoit. It comes packaged with Autoit containing the "properties" and control files.
When using it with Autoit it has code completion, where, after entering the keyword it prompts for additional needed parameters. Do you have something that would do the same thing for Newlisp?
I just downloaded the Scite package from the autoit website and it worked great. It also integrated various autoit tools into Scite.
The whole reason why I learned autoit is because of this integration. It made everything so easy.
Another nice feature was the integration of the help file. The sample code for each function automaticly open in Scite without copy paste where it can be explored and executed.
The bottom line is that code completion is very important feature which would be great if it could be done.
hey Kazimir, Im new to scite and i started using it for newlisp with your properties file. I would like to change the color of the matching braces when you move next to them to make them pop more. any pointers?
ReplyDeletesigned mostlywrong from the newlisp forums.
Change following two lines:
ReplyDelete# Brace highlight
style.lisp.34=back:#007f00,fore:#FFFF00,size:13
# Brace incomplete highlight
style.lisp.35=back:#7f0000,fore:#FFFF00,size:13,
into, for example:
# Brace highlight
style.lisp.34=back:#00Ff00,fore:#FFFF00,size:13
# Brace incomplete highlight
style.lisp.35=back:#Ff0000,fore:#FFFF00,size:13,
Now it is lighter red and green colour. You can experiment.
Kazimir,
ReplyDeleteI use Scite for Autoit. It comes packaged with Autoit containing the "properties" and control files.
When using it with Autoit it has code completion, where, after entering the keyword it prompts for additional needed parameters. Do you have something that would do the same thing for Newlisp?
Thanks
Steven
I don't know how to set autocompletition, sorry.
ReplyDeleteBut how to make it to work for autoit, for me it doesn't work for autoit? What you did?
I did not do any customization.
ReplyDeleteI just downloaded the Scite package from the autoit website and it worked great. It also integrated various autoit tools into Scite.
The whole reason why I learned autoit is because of this integration. It made everything so easy.
Another nice feature was the integration of the help file. The sample code for each function automaticly open in Scite without copy paste where it can be explored and executed.
The bottom line is that code completion is very important feature which would be great if it could be done.
steven
I imagine that it is
Alessandro's Scite properties for Newlisp:
ReplyDelete