Robert Pattis

Results 69 comments of Robert Pattis

@angelozerr I'll try to import using maven as soon as I find time. If that works I'll probably create an entry in the Wiki if thats okay for you? Also,...

@angelozerr There is already a "Show references" (Ctrl+Shift+G by default). For methods, the call-hierarchy is probably the same as show references, except that it can be done recursively, to get...

This is probably related to #156. Ideally it should work like the Java-Builder, where it seems to only compile changed Files, when refreshing the workspace. This way, the Build would...

@appreciated I am currently using the FastHub Github-app for android and navigated to this issue using the link in the notification mail. Now, if I press the back-button on the...

The current behavior of the `AppLayout`s back-button executes a `history.back` if the history contains entries and a `../` otherwise. So in most cases it does the same thing as the...

In most cases "up"-navigation would probably be a "../" but only if you define your routes this way. You could also have a `Route` "my-app/dashboard" from where you can navigate...

I am not sure about that, but the `HasBackNavigation` might provide a link, which is used for up-navigation?

The referenced-commit only includes the logic to check, if a back-navigation is possible or not right?

@appreciated I was thinking about this issue again and came up with another idea: What if we let the users specify the displayed `Component`? This would give them a lot...

> When your app is launched using a deep linkon another app's task, Up transitions users back to your app’s task and through a simulated back stack and not to...