Skip to content

Releases: dusk125/sublime-maketargets

Jobs!

14 Sep 04:15
Compare
Choose a tag to compare

This release brings support for specifying the number of Make jobs that you want to use while compiling.

v3.0.0

21 Aug 01:25
Compare
Choose a tag to compare

Issues Fixed:
#11
#10
#12
#4
#13
#9

Added:

  • Added regen to command palette.
  • Added regen of targets on Makefile save.
  • Added option to hide duplicate targets.
  • Added phony target parsing.
  • Added optional alphabetical sorting of the targets.

Fixed:

  • Switching to a different Makefile project caused the targets to not generate correctly.

No more Grep

16 Aug 03:44
Compare
Choose a tag to compare

Issues fixed:

Added

  • Added special command argument to know we're coming from the Command Palette.
  • Added target_regex setting to allow user control of the regex

Removed

  • Removed grep system call
  • Removed unused code and package import
  • Removed unneeded ListInputHandler

Status bars and more configuration

16 Aug 02:42
Compare
Choose a tag to compare

Issues fixed:

Added

  • Added status bar message to show the last make target run.
  • Added configuration value to show/hide the MakeTargets status bar message.
  • Added configuration value to change what the status bar message says.
  • Added check in 'GetTargets' to ensure Makefile exists
  • Added ignored prefixes to settings for user changing

Fixed

  • Fixed settings on_change functions not being cleared

Misc

  • Refactored common 'PanelArg' pieces to function

Initial Release

16 Aug 02:36
a25e8ef
Compare
Choose a tag to compare
v1.0.0

First Release v1.0.0