Skip to content

Releases: atom-community/atom-ide-outline

v3.2.0

16 Aug 16:43
Compare
Choose a tag to compare

3.2.0 (2021-08-16)

Bug Fixes

  • catch promise failures in the service (a2fd212)
  • proider returns disposable (226f0a2)

Features

call hierarcy

v3.1.0

27 Jun 07:12
Compare
Choose a tag to compare
  • feat: support revealing the cursors that are between the symbols

reveal cursor

v3.0.0

26 Jun 13:17
Compare
Choose a tag to compare

The outline now includes a search bar to search through the symbols. 🎉

This is powered by Zadeh, the C++ library written for this purpose.

filterer

v2.3.4

17 Apr 15:16
Compare
Choose a tag to compare

2.3.4 (2021-04-17)

Bug Fixes

  • setOutline was called two times on each change (91869e8)

v2.3.3

06 Apr 09:32
Compare
Choose a tag to compare

2.3.3 (2021-04-06)

Bug Fixes

  • the outline was cleaned if a background editor was closed (5f952c2)

v2.3.2

04 Apr 23:07
Compare
Choose a tag to compare

2.3.2 (2021-04-04)

Bug Fixes

  • add horizontal scrollbar (#114) (216aac9)
  • always render outline whenever the editor is switched (083a9cb)
  • create onEditorChangedDisposable initially + move code (66f01f8)
  • directly use isItemVisible (e6d0227)
  • update deps (0a8d4a0)
  • use isItemVisible from atom-ide-base (026a513)
  • use largeness from atom-ide-base (f7fc87a)
  • use scrollIntoViewIfNeeded from atom-ide-base (b4a4187)

v2.3.1

20 Mar 05:39
Compare
Choose a tag to compare

2.3.1 (2021-03-20)

Bug Fixes

  • reveal button doesn't scroll into the entry (af34255)
  • use scrollIntoViewIfNeeded (a367c7d)

v2.3.0

20 Mar 05:12
Compare
Choose a tag to compare

2.3.0 (2021-03-20)

Bug Fixes

  • disappearing toolbar (b16461b)
  • lastCursor and onDidChangeCursorPosition (3e0c6d0)
  • only scroll into the first (f318046)
  • remove focus once cursor moved in revealCursor (ff14435)
  • use getView instead of getElement (e434758)

Features

v2.2.1

20 Mar 04:27
Compare
Choose a tag to compare

2.2.1 (2021-03-20)

Bug Fixes

  • outline getting stuck on "no provider" (2706ca7)

v2.2.0

18 Mar 08:08
Compare
Choose a tag to compare

2.2.0 (2021-03-18)

Bug Fixes

  • check the length of the Array for hasChildren (d7e14cc)
  • kindType and iconType can only be undefined (0722369)
  • only pass itemStartPosition to onClickEntry (d4c1eb0)
  • skip rendering if outlineTree is the same (b86ba08)
  • update dependencies (2c76e51)

Features

  • skip rerendering if the content of the outline is not changed (27fda8b)