Lisp.properties for Scite.

moved to http://kazimirmajorinc.com

6 comments:

  1. 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?

    signed mostlywrong from the newlisp forums.

    ReplyDelete
  2. Change following two lines:

    # 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.

    ReplyDelete
  3. Kazimir,

    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?

    Thanks
    Steven

    ReplyDelete
  4. I don't know how to set autocompletition, sorry.

    But how to make it to work for autoit, for me it doesn't work for autoit? What you did?

    ReplyDelete
  5. I did not do any customization.

    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.

    steven

    I imagine that it is

    ReplyDelete