Re: Ride, new code editor for blind programmers

Hello all,
I am working on lots of projects, primary on Blindcraft, so I haven't much time to continue in Ride, especially when it fills my needings and Bc code is already processed to work with it.
Hovever I haven't forgotten it, and want to continue making it better. So, I gave it some time today, and have a small christmas gift for you.
Ride 1.2 supports autoreindenting!
Yeah, there is no longer need to indent non-indented code manually, just press ctrl+i in Ride's window, enter begin and end mark ({ and } for c++) and let it make indentation for you.
Marks can be also words, so algorithm is not tied to c++, but can be used for example to pascal, where begin and end words are used instead of { and } symbols.
I have tried it on few example codes and it seems to work, if you encounter any problems with it, let me know please.
Only note to add here is, that autoreindenting will not change your code, so notations like:
if (i==1) {alert("Hi", "this is a test of autoreindenting."); i++;}
will stay unchanged.

There are also 2 bug fixes in new version. First, thanks to Amit, is with errors produced by trying to delete content of block with one line from inside of it by select all function.
Second, system of backups was nicely improved, so it is more useful now and without errors.

Oh, and during development I found really annoying that Jaws is blocking delete key. Often happened that Ride did not detected it. So I updated Jaws scripts, also with few other shortcuts like copying or pasting to pass through, now it works without lags.

Happy coding, and merry christmas to all

Rastislav

_______________________________________________
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector
  • ... AudioGames . net Forum — Developers room : Rastislav Kiss via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : lukas via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Amit via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Thork via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Amit via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Thork via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Thork via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Theo via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
    • ... AudioGames . net Forum — Developers room : Rastislav Kiss via Audiogames-reflector

Reply via email to