Dumb Jump Versions Save

an Emacs "jump to definition" package for 50+ languages

v0.5.4

2 years ago

v0.5.3

4 years ago

See all changes since v0.5.2

Adds support for the following languages:

  • Pascal (#218)
  • Systemverilog (#219, #270, #272)
  • SQL (#221)
  • Vala (#226)
  • Nim (#232)
  • Matlab (#289)
  • F# (#235)
  • Groovy (#229)
  • Common Lisp (#253)
  • Dart (#278)

Improvements for the following languages:

  • Ruby (#209, #230, #244, #248)
  • PHP (#227)
  • Fortran (#230, #231, #247)1
  • Python (#234)
  • Perl (#246)
  • Nix (#261)

Other fixes/improvements: #287, #285, #268

Thanks to

@billsacks @chmouel @codesections @DeeeeLAN @deuill @dustym @fablhx @mbezjak @Miciah @murmour @Naheel-Azawy @netromdk @OldhamMade @patbl @terlar @thisch @Vifon @walseb @Wilfred @zonuexe :raised_hands:

v0.5.2

6 years ago

New in this release:

  • adds SCSS (#169)
  • adds Crystal (#176)
  • adds Scheme (#185)
  • adds SML (#196, #198)
  • adds LaTex (#206)
  • adds VHDL (#207)
  • add Erlang (#165)
  • improves Haskell support (#180)
  • bug fixes and improvements (#166, #170, #174, #175, #188, #191)

Thanks to @netromdk @volhovm @dleslie @tsloughter @hinrik @alvarogonzalezsotillo @thiderman @jtamagnan @popoppo @lewang @bounceme :raised_hands:

v0.5.1

6 years ago

New in this release:

  • adds OCaml support (#149)
  • adds Julia support(#159, #162, #163, #164)
  • adds Elixir support (#154)
  • adds Coq support (#98)
  • Ruby improvements (#160)
  • and other improvements (#146, #150, #125, #156)

Thanks to @rgrinberg @rockwood @AShedko @knu @netromdk @genehack @redguardtoo 🙌

v0.5.0

7 years ago

This release has lots of amazing features by @netromdk 👏 🙌

  • git-grep support
  • .dumbjumpignore support for ignoring a child directory that has the signs of a project root (.git etc)
  • New jump interactive functions: dumb-jump-go-prefer-external and dumb-jump-go-prefer-external-other-window
  • smart automatic searcher detection (use fastest searcher available) and new settings dumb-jump-force-searcher and dumb-jump-prefer-searcher if you want to customize this functionality.

These are explained in detail in the README, but happy to answer any questions via github issues.

v0.4.1

7 years ago
  • Rust support (thanks to @meqif)
  • *shell*/*eshell* buffer support
  • Support for language keyword in .dumbjump (mainly useful for jumping from a shell buffer)

v0.4.0

7 years ago

v0.3.9

8 years ago

#19

v0.3.2

8 years ago

Dumb Jump should now work in Windows with ag. Ensure ag is in your path.

v0.2.4

8 years ago

This release has basic support for Ruby and Faust. It now uses ag --nocolor --nogroup instead of --vimgrep, which is not available on older versions of ag (specifically the version in the Ubuntu 14.04 repo).