Skip to content

v0.0.9

Choose a tag to compare

@github-actions github-actions released this 28 Apr 14:05

May release

image

This month brings ctags support for completion. The IDE can download a ctags binary and install it silently (see in configuration, CTags + Download). This gives us a way to follow symbol (right click on a symbol in your editor, after a you build your project), when you put your mouse over a symbol, you should see some information about it. Build output is colorful instead of plain text.

See this in action: https://www.youtube.com/watch?v=t9sB3tliKu0

Preview image shows this project compiling a demo rust app. While I am developing this in C++, Rust support is a priority. My intention is to make this a Rust IDE as well.

  • Simpler path editing widget - #69
  • Control+Shift+T works in minimized mode - diegoiast/qmdilib#18
  • First display - current line does not match the cursor position - diegoiast/qutepart-cpp#33
  • SplitTabWidget/qmdiSplitTab - show tooltips for tabs - #70
  • The side widget of the qtabwidget is no longer supported - #60
  • Last closed files list is not saved in config - diegoiast/qmdilib#21
  • ProjectManager: on output panel - files should be clickable: #64
  • Search: search in file locks UI - #45
  • qmdiTextEditor: ask tooltip data about item - #66
  • CTags plugin - #67
  • Sub menu for following symbols - #74
  • Configuration dialog supports more settings - diegoiast/qmdilib#19
  • PluginManager: close action on windows should be control+w - diegoiast/qmdilib#22
  • Editor: opening header from C does not work - #78
  • PluginManager: no way to hide/show toolars from UI ( WIP): diegoiast/qmdilib#23

Full Changelog: v0.0.8...v0.0.9