Yuri Strot

Results 56 comments of Yuri Strot

Hey Jonathan, We already have this support. You need to index hidden content first and there is a button "Index component" on the glance panel. You can even enable auto...

Thanks a lot for comment! The problem with replace functionality is UI. In Eclipse, we can't add one more raw to the status bar as it was done in Netbeans...

I think we can do this one using SWT.ON_TOP instead of modal dialog. Modal dialogs are evil, that's right :-)

You could redefine default shortcut in eclipse preferences. I'm currently using shift+ctrl+f on Mac:

Hi Shinji, Thanks again for your great work on Glance! Your code looks great. There are just few things I'd like to improve: - I think it's better to keep...

Hi @ClumsySmurf, Unfortunately, it's not possible right now. You can only find element by id using `Node.tag` property.

Hey! SVG SMIL looks like the right direction to evolve SVG support. However this task quite complicated and we're still on the phase where we have a lot of work...

Hi @nikogamulin Did you try to use [MacawView.zoom](https://github.com/exyte/Macaw/blob/master/Source/views/MacawView.swift#L18) feature? It's available in the master branch.

Hi @22Round, If you would like to add `MacawView` to SwiftUI app - it can be done using standard `UIViewRepresentable`. If your question about moving Macaw to SwiftUI - yep,...