Is there any way I can open a file in it's default application from within the Eclipse Console window? More specifically, an application I have run has logged a filepath to system out. I was hoping to be able to select and right click and be able to open the file.
Is there any way I can open a file in it's default application from within the Eclipse Console window? More specifically, an application I have run has logged a filepath to system out. I was hoping to be able to select and right click and be able to open the file.
Share Improve this question edited Nov 21, 2024 at 0:48 dan1st 16.6k17 gold badges103 silver badges134 bronze badges asked Nov 21, 2024 at 0:18 fmpdmbfmpdmb 1,4143 gold badges22 silver badges37 bronze badges1 Answer
Reset to default 0The plugin AnyEdit Tools adds Open file under cursor to the right-click menu in text editors and also in the Console view.
In most cases, this command works even without having to select the file first.