Accessibility inspector
slifin opened this issue · 2 comments
Just wanted to say this project is the only way I know of right now to navigate data back from the REPL in sublime text, this project works really well with https://github.com/nasser/Socket, it's a godsend :D
using
clj \
-J-Dclojure.server.repl='{:port 5555 :accept vlaaad.reveal.prepl/-main}' \
-Sdeps '{:deps {vlaaad/reveal {:mvn/version "0.1.0-ea13"}}}'
This issue is about that I can't really use it in the tiling manager I use: https://github.com/koekeishiya/yabai because the app seems "invisible" to Yabai and to the accessibility inspector that ships in macOS
@koekeishiya might be a good person to talk to if you'd like the rest of the OS and accessibility apps in general to see the REPL properly
Hi! Glad you like the project!
I verified that Reveal (and in fact, any cljfx — probably any JavaFX) window on a mac is invisible to Accessibility Inspector. I'll make a repro and report it to JavaFX maintainers.