SublimeApex
SublimeApex copied to clipboard
Add detail in output log panel (Not an issue, merely a suggestion)
When I refresh folders (class, pages, etc) or upgrade project data in the output log panel looks very similar. If I step away from my desk for a minute and return there's no information there telling me exactly what option I selected.
Can you add a line before/after the 'Start request for a retrieve...' that tells the user what operation it is performing? If it's refreshing the 'Classes' folder or Updating the entire project, etc.
Would be helpful, I think.
Thanks!
@DrByrnes , there is a default feature in sublime, you can paste sublime.log_commands(True)
into
input panel as below, you can track all commands history.
Did this feature meet your request?
Nope - not what I'm looking for. Maybe my request is silly, and that's fine. I just thought I'd throw it out there.
@DrByrnes , I need to update most of my code to achieve this, I will consider to do it when I am free, thanks for your response.