Hello, I use a screen reader with my computers and have found that they don't announce the text when I press shift down arrow to select text. and notepad etc. do. Also screen readers have a say-all command where basically they just keep pressing the down-arrow and speak the text non-stop to the end of the document. When in the Scite editor it will do this for a time and then randomly stop but jaws thinks it's still going. This also happens in notepad, but not in wordpad; not sure why. I've thought it would be nice if scite had an ugly-but-fast mode where it didn't draw beautifly on the screen but handled large files quicker, maybe also it might fix those screen reader problems. Another thing I'd like to see is a command that would put selected text into a separate document window. One of the features I love is how when finding text with ctrl-f there's no ok box it just moves the cursor to the place in the text. Have you thought of adding more features that are say in other text editors like notepad textpad but still keeping it able to run on o pandrive.
like more html editing, or converting html to text.
I have replaced "notepad" with the scite editor so that it comes up instead of notepad, maybe that could be a built-in feature. How about an addition to the move to line command, so you could enter n% and it would move to the n percent of th edocument, or you could have it display percentage instead of lines I've been using the scite program for over a year, so I do like it, just have wanted these changes.

Kevin

Moritz Kreutzer wrote:
Hello everyone,
how can I read an input when i execute a command in Scite? E.g. I have the following java-code:

BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
String eingabe = new String();
try{
eingabe = in.readLine();
} catch (IOException e) {}

When I start my programm via a shell, it reads my input. But Scite doesn't. You understand my problem? I hope you can help me.

Greets, Mo.

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

Reply via email to