Changelog for
elementary-code-6.2.0-2.1.x86_64.rpm :
* Wed Apr 20 2022 Alexei Podvalsky
- Update to 6.2.0:
* The current document filename is now shown as the window title in multitasking view
* Hidden folders are now shown in the project sidebar
* The currently selected result and the number of results is displayed while searching
* The search bar now has a regular expression mode
* It is now possible to change Git branch with untracked files present in a project
* Crashes are prevented while searching in large projects
* The correct document is now focused after opening Code from an external program
* Line duplication is now actioned correctly if there is no selection present
* Code no longer crashes when asked to open an unknown URI format
* Updated translations
* Wed Nov 24 2021 Alexei Podvalsky - Update to 6.1.0:- Improvements:
* Projects with the same name now include their parent folder name as well
* When scrolling to search results, overshoot slightly for better visibility
* Use the FileChooser portal instead of the one from GTK
* Center the global search dialog over the main Code window- Fixes:
* Fix visibility of Terminal button on Welcome page
* Fix some keyboard shortcuts affecting unfocused Document instead of focused Terminal
* Close Terminal if shell exited and create new Terminal if re-opened with no shell- Minor updates:
* \"Visible whitespace\" combobox is now a switch
* Updated translations
* Sun Nov 07 2021 Alexei Podvalsky - Add 000-enabled-plugins-default.patch- Add packages with plugins
* Thu Oct 07 2021 Alexei Podvalsky - Update to 6.0.1:- Fixes:
* Fix crash when creating new window from tab drop
* Ensure files created from the sidebar are automatically opened- Improvements:
* Hide project chooser button when hiding sidebar- Minor updates:
* Ensure all copy is translatable
* Updated translations
* Mon Sep 06 2021 Alexei Podvalsky - Update to 6.0.0:
* New features:
* New Markdown plugin for WYSIWYG-like editing.
* Switch Git branches or create new ones in project folder context menus
* Show Git diff status in source view gutters
* Full text search within project folder.
* Save and restore cursor position between sessions
* Close files from a project when that project is closed
* Show full file path in tab tooltips
* Clear lines with Ctrl + K
* Minor updates:
* Allow Spell Checker extension in Markdown files
* Improve multi-line duplication
* Remember whether the sidebar is open
* Set window title to the focused file
* Add keyboard shortcuts for next and previous documents
* Show full document path in tab tooltip
* Update Pastebin plugin
* Corrently indent last line when using the preserve whitespace plugin
* Keep syntax highlighting when duplicating a file
* Expand a collapsed folder if you attempt to open it twice
* Fix an issue where searches are lost when Code loses focus
* Start Vim plugin in command mode
* Fix and add new Vim commands
* Show project folders with a hidden root folder
* Allow launching with pkexec and disallow launching with sudo
* Remove split view
* Remove browser preview
* Updated translations
* Thu Aug 06 2020 Alexei Podvalsky - Switch to vala 0.48
* Thu Jul 16 2020 Alexei Podvalsky - Update to 3.4.1:
* FolderItem: Handler error when getting file child (#825)
* FileView: Fix compiler warnings with casts (#826)
* FolderItem: Avoid cast warnings (#824)
* Update POTFILES
* Outliner plugin: Show a placeholder message when no symbols instead of hiding (#797)
* Use GLib.Settings instead of Granite.Service.Settings (#808)
* SourceView: Scroll past end (#802)
* Do not remove empty folder_manager_view (#796)
* Use a single gsetting key for window coords/size (#768) (#794)
* added \"keystroke a: insert after current position\" action (#712)
* Wed Apr 29 2020 Alexei Podvalsky - Switch to vala = 0.46
* Mon Apr 06 2020 Alexei Podvalsky - Update to 3.4.0:
* Explicit case sensitivity for find/replace (#718)
* SourceView: Don\'t require line selection for toggling comment (#778)
* Add Tooltip Explanation (#742)
* PreferencesDialog: Fix font switch is not valigned (#776)
* Mon Mar 02 2020 Alexei Podvalsky - Update to 3.3.0:
* MainWindow: Center new windows (#767)
* Travis: Specify node 10.17.0
* Remember and restore state of cyclic search button (#764)
* Make sidebar folders non selectable (#763)
* Add accelerators to menu items (#754)
* Add close all folders except this context item (#665)
* Pane: Use actionbar and adjust tooltips (#753)