mavidser / SublimeInput

Send STDIN input to programs using comments in Sublime Text 2/3
37 stars 2 forks source link

'Build Result' panel does not show up automatically at the bottom for java files #20

Closed RoguedBear closed 3 years ago

RoguedBear commented 3 years ago

When building with SublimeInput, the build result is not shown automatically. The bottom panel shows "Build Finished" as shown but not the output of the program:

image

Then I have to click the bottom left icon and select Build Result button to view the output of the java file.

image

But when building with SublimeInput for a python file, this problem does not happen. The output panel shows up automatically for that.

I have tried: Uninstalling, Reinstalling from Package Control and manually, changing the "shell_cmd" command in the user file. The behaviour remains the same. no output panel for java files, but output panel shows up for python files

I am using Sublime Text 3 v3.2.2 Build 3211

RoguedBear commented 3 years ago

I have an update... I also had the extension SublimeAStyleFormatter installed to format java code. after removing that package, the output panel started to show up normally.

Guess i should report this to SublimeAStyleFormatter