eclipse-archived / codewind

The official repository of the Eclipse Codewind project
https://codewind.dev
Eclipse Public License 2.0
114 stars 45 forks source link

[IDEs] Add indicator that a build is needed when auto build is off #1237

Open eharris369 opened 4 years ago

eharris369 commented 4 years ago

Add some sort of indicator if a project has changed and a build is needed when auto build is off. PFE already knows this and sends a projectStatusChanged event for it with buildRequired set to true so the IDEs (or just Eclipse if VSCode already supports this) just need to display it somehow.

eharris369 commented 4 years ago

Screen capture of Eclipse Codewind Explorer view:

image