Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Releases: facebookarchive/atom-ide-ui

v0.13.0

18 Jul 04:23
Compare
Choose a tag to compare
  • Experimental: Added "rename" functionality.

Terminal

  • Updated xterm dependency to 3.5.1.
  • Fixed a performance issue with Atom 1.28.
  • Fixed terminals in Windows + Atom 1.28.
  • Added a setting to use the fallback DOM renderer (if the canvas renderer is slow.)

Datatips

  • Disable text selection when dragging datatips. (#264)
  • Preserve newlines in markdown datatips.
  • Made invisible element below the datatip overlay click-through. (#279)

Console

  • Added a new icon.
  • Fixed some color issues.

Debugger

  • Fixed debugger attach/launch dialogs in some themes.
  • Fixed inability to copy values from scopes pane.

Diagnostics

  • Fixed lingering gutter popups and popups outside the editor.

Hyperclick

  • Fix "enter" events leaking through to the editor. (#276)

v0.12.0

19 May 20:12
Compare
Choose a tag to compare
  • Atom 1.25 is now the minimum required version.
  • Fixes for Atom 1.28-beta:
    • Fixed terminal compatibility with Electron 2.0.0. (#241)
    • Code action menus correctly appear at the cursor position. (#248)
  • Paths in the Terminal now require a cmd/ctrl+click to open.
  • Upgraded React to 16.3.2.

v0.11.2

10 May 06:03
Compare
Choose a tag to compare

General

  • Fixed indentation bug in outline view. (#176)
  • Fixed console scroll behavior where the console wouldn't allow the user to scroll while new messages were coming in.
  • Diagnostics popups are now scrollable, with a fixed maximum height.
  • Removed NODE_PATH override that was sometimes causing issues. (see #64)
  • Added a scoped setting to enable/disable signature help.

Debugger

  • Made the 'multi-line' tip in the debugger console more compact.
  • The debugger console now stays focused when the debugger hits a breakpoint.
  • Fixed duplicate debugger tabs when switching hostnames.
  • Added shortcut for the "Debugger" menu on Windows (alt-d). (#206)

Terminal

  • Clicking on absolute paths in the terminal now opens the file in Atom.
  • Fixed a bug where the terminal scrollbar would be unclickable.

v0.11.1

10 May 05:28
Compare
Choose a tag to compare
  • Fix atom-ide-debugger-native-gdb on systems with a different Node version from Atom.
  • Remove extra "Nuclide" menu item.

v0.11.0

18 Apr 17:18
Compare
Choose a tag to compare
  • atom-ide-terminal is now available!
  • Improved documentation for atom-ide-debugger usage and integrations.

v0.10.1

17 Apr 18:39
Compare
Choose a tag to compare

Debugging

Signature Help

  • Added a keyboard shortcut to trigger signature help (cmd/ctrl-shift-space).
  • The active parameter is now underlined (in addition to being bold)
  • Fixed vertical positioning of signature help datatips when they start to go off the screen.
  • Signature help should now be triggered when using autocomplete and/or copy+pasting.
  • Markdown in the signature should now be escaped.

Other

  • Errors from find references are now correctly surfaced.
  • Code from find references is now copyable.
  • Removed extra whitespace in diagnostic trace output.
  • Polished various details of the Console UI.
  • The "format on save" setting can now be controlled on a per-grammar basis.

v0.9.4

14 Mar 19:02
Compare
Choose a tag to compare
  • Fix console rendering bug

v0.9.3

06 Mar 06:45
Compare
Choose a tag to compare

Fixed two regressions in Outline:

  • Restored icons for atom-languageclient providers.
  • Restored the ability to filter-on-type.

v0.9.2

28 Feb 01:41
Compare
Choose a tag to compare

v0.9.1

21 Feb 02:09
Compare
Choose a tag to compare

This is a small release with the following highlight:

  • Resolves an issue where "Nuclide" would appear in the application menu. Instead, "Clear Console" has been moved to the Edit menu.