Skip to content

Releases: jiripolasek/EditorBar

v3.0.1024

06 Oct 10:51
e95002e

Choose a tag to compare

What's Changed

  • Fixed: An issue where Visual Studio incorrectly changed focus when Navigate Backwards or Navigate Forwards commands were used to navigate between files. #75

Full Changelog: v3.0.0...v3.0.1024

v3.0.0

03 Oct 19:12
bf17cde

Choose a tag to compare

  • Added: Member list is now searchable - start typing to filter the list.
  • Added: Support for Visual 2026.
  • Updated: Editor bar is hidden in ReSharper windows (e.g., Find Results, Unit Test Sessions).

Download

Visual Studio Marketplace: https://marketplace.visualstudio.com/items?itemName=jiripolasek.EditorBar

v2.0.2048

02 Aug 07:47
307e4b0

Choose a tag to compare

What's Changed

  • Fixes: Breadcrumb separator rendering glitch in VS 17.14.10 Preview 1.0.
  • Fixes: Benign exception that could have previously appeared in the extension log.

Full Changelog: v2.0...v2.0.2048

Download

Visual Studio Marketplace: https://marketplace.visualstudio.com/items?itemName=jiripolasek.EditorBar

v2.0

25 Mar 19:59
8f328e2

Choose a tag to compare

What's Changed

v2.0

  • Added: File structure breadcrumbs (code structure for C#, VB.NET and XML).
    • Drop-drop menu with relevant child items (types in the file, members fields in types).
    • Displays useful secondary information (e.g., method parameters, property types, constant value, xml node id or name).
  • Added: Project segment can now display and switch target framework (in multi-targeted projects).
  • Added: Keyboard shortcuts to focus specific segments (project, file, etc.).
  • Added: "Locate in Soltion Explorer" context menu command for relevant segments.
  • Added: "Copy Path" and "Open Containing Folder" context menu command for project and folder segments.
  • Added: Automatic contrast fallback: when text contrast is insufficient, its color is automatically adjusted.
  • Changed: Improved performance and reduced memory usage.
  • Changed: Updated options page.
  • Changed: File path label is now hidden by default.

Full Changelog: v1.1.0...v2.0

v1.1.0

21 Dec 23:54

Choose a tag to compare

What's Changed

v1.1.0

  • Added: Parent folder segment to highlight immediate parent folder (optional).
  • Added: In-project path segments to highlight path in the project (optional).
  • Added: Support for non-solution roots (e.g., file system, network locations, files in solution folders not included in the solution, temporary folders).
  • Added: Ability to change background color of the Editor Bar.
  • Added: Additional formats for the file name label (e.g., only the file name or the path relative to the parent project).
  • Added: Refined control over where the Editor Bar is displayed (e.g., in annotate/blame views, file compare views, temporary files, and non-editable documents).
  • Changed: Switched to using the Visual Studio context menu instead of the default WPF menus for seamless look.
  • Changed: Improved color picker.
  • Changed: Toggle Editor Bar command is now checked if the Editor Bar is enabled.
  • Changed: Project breadcrumb is now optional and can be hidden in settings.
  • Fixed: Bar actions buttons icons color now correctly matches the bar background.

Full Changelog: v1.0.4...v1.1.0

Download

Visual Studio Marketplace: https://marketplace.visualstudio.com/items?itemName=jiripolasek.EditorBar

v1.0.4

26 Jan 12:08
42708fb

Choose a tag to compare

What's Changed

  • Added: Ability to open the current file in an external editor.
  • Added: A Visual Studio command to toggle the Editor Bar on and off (menu View / Editor Bar and button on Text Editor toolbar).
  • Added: Options to customize quick actions (double-click and CTRL + double-click).
  • Changed: Replaced the property grid options page with a custom dialog page.
  • Changed: Replaced the extension icon with a new one.
  • Changed: New command icons consistent with Visual Studio UI.

Full Changelog: https://github.com/jiripolasek/EditorBar/commits/v1.0.4

Download

Visual Studio Marketplace: https://marketplace.visualstudio.com/items?itemName=jiripolasek.EditorBar

v1.0.3

20 Jan 20:54
cbc0860

Choose a tag to compare

What's Changed

  • Added: Option to toggle the bar on and off from settings.
  • Added: Ability to customize the colors of the elements.
  • Added: Ability to hide elements of the bar.
  • Added: Additional Compact mode; the bar is smaller and allows more space for your code.
  • Changed: Changes in settings are now applied immediately to opened documents.
  • Fixed: Misspelled category name in settings.

Full Changelog: https://github.com/jiripolasek/EditorBar/commits/v1.0.3

Download

Visual Studio Marketplace: https://marketplace.visualstudio.com/items?itemName=jiripolasek.EditorBar

v1.0.2

20 Jan 20:52
9c739fb

Choose a tag to compare

v1.0.2 Pre-release
Pre-release

What's Changed

  • Fixed: Editor bar was displayed in inappropriate text views. Now the display is limited to documents only.

Full Changelog: https://github.com/jiripolasek/EditorBar/commits/v1.0.2

Download

Visual Studio Marketplace: https://marketplace.visualstudio.com/items?itemName=jiripolasek.EditorBar

v1.0.1

20 Jan 20:50

Choose a tag to compare

v1.0.1 Pre-release
Pre-release