Victor B. Gonzalez :

> 1. the arrows on both sides of the buffers when the buffers grows too
> large don't show up on Linux?

   Adding the arrows changes focus behaviour in a way that I find very
confusing.

> 2. are.you.sure.for.build=0 doesn't work with custom tools. I am still
> prompt to save the file before executing it with a 3rd party tool.

   are.you.sure.for.build is now for Compile, Build and Go (I'll fix
the documentation). For other tool commands set the savebefore facet
of command.mode.<number>.<filepattern>.

> Q. how do I enable an auto complete dropdown list with more than one
> possible entry?
>
>         e.g. I have the following words in a file.
>
>         testbed
>         testing
>         testkit
>
>         Now when I start typing tes... no list of three entries will          
>           show
> up. It is until I get to the b, i or k that a single item                     
>   drop down
> list will show. How do I enable more items?

   The main access to autocompletion is through Complete Word and
Complete Symbol commands.

> Q. How do I enable a drop down list that will show different possible
> results?
>
>         e.g. I code in Python. certain objects have there own methods.
> methods can start with any letter.
>
>         s = 'string'
>         s = s.capitalize()
>         s = s.lower()
>         s.------------
>           |capitalize|
>           |lower     |
>           ------------
>
>         How do I get that list? I understand SciTE is not currently enabled
> to get the methods to custom named objects but is there a way to pull
> off the above?

   No.

> Q. Is someone working on fixing raw_input for Linux? Currently it
> doesn't work. Are there plans for supporting it like on Windows?

   No plans.

   Neil

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to