Commit graph

2 commits

Author SHA1 Message Date
Olivier Duchateau
7b585155e5 editors/elementary-code: update to 7.1.0
ChangeLog: https://github.com/elementary/code/releases/tag/7.1.0

 * Ensure active project at startup (include non-git folders)
 * Handle saving to unwritable location better to avoid data loss
 * Flatpak: Use 7.1 Sdk, Update Dependencies
 * Make symbol outline aware of follow-system-style setting
 * Show running branch if not master
 * appdata: Minor wording fixes in release notes
 * Fix styling when no documents
 * Ensure Replace button (and other search widget) states are mutually consistent
 * Switch to GHCR containers
 * Delay asking for save location if cannot determine write access
 * Additional Search options in menu
 * Implement option to show files with unknown characters as new document
 * Do not change document search results unexpectedly on focus in
 * Add ctrl + pageUp and pageDown for switching tabs
 * Persist search settings
 * Set search entry icon and styleclass according to results
 * Add release metainfo and update screenshot addresses for 7.1.0
 * Ask save location with dialog
 * Metainfo: set brand color to Latte 500
 * Ensure folder items in sidebar always expandable
 * Fix creating duplicates of unwritable files
 * Update metainfo for pull 1252
 * Fix typo in metainfo
 * Install man page with meson
 * Reduce terminal noise
 * Remove plugin set option
 * FormatBar: Show column number not buffer offset
 * Handle only relevant settings key changes
 * Use dialog for external changes
 * Sync tab settings
 * Fix searchterm reverts
 * Ensure correct sidebar item is focused, or none, when tab removed
 * Fix logic for clearing search entry
 * Fix spurious external change warnings
 * Meson: modernize

PR:		272979
Reported by:	duchateau.olivier@gmail.com
Approved by:	miguel@gocobachi.dev (maintainer)
2023-08-10 12:11:23 +02:00
Olivier Duchateau
cb9331513e editors/elementary-code: update to 7.0.0
ChangeLog: https://github.com/elementary/code/releases/tag/7.0.0

 * Fix compile warnings
 * add code to keywords
 * Fix drag and drop of accented text and between tabs
 * Git ignore flatpak build files
 * Ensure tab toggle label is always correct
 * Add follow system style switch
 * Explicitly handle missing cases
 * Remove unused properties
 * Change key to trigger rebuild completion word list
 * Global search selected
 * Move strip trailing whitespace into main code; remove plugin
 * Fix meson warning for run_command
 * Add custom elementary syntax styles
 * Hide non-active documents when project manually chosen
 * Show symbol outline pane on right of document
 * ProjectFolderItem: Fix wrong ngettext syntax
 * Redesign app icon as a tile
 * Put the ProjectChooserButton inside the sidebar
 * HeaderBar: put find actions in menu
 * EditorConfig plugin overrides global settings for indent width and style
 * Make sidebar pane the toplevel container
 * Use elementary styles when following system style
 * Change panel menu items to linkbutton
 * FormatBar: use SwitchModelButton in tab popover
 * Move Terminal to core
 * Headerbar: remove sep before Revert
 * FormatBar: use menubuttons instead of ToggleButtons
 * Sidebar: Remove minimum width
 * GSchema: follow system style
 * Only restore documents for first window.
 * Do not add duplicate project
 * Update ci.yml
 * FormatBar: Set sensitivity of affected items, fix binding
 * PluginManager: Remove unused hooks
 * Make Control-Scroll zooming controllable
 * Metainfo improvements
 * Headerbar: code style, small fixes
 * Application: use built-in GLib functions in Activate
 * Inactivate find actions when no current doc
 * Fix startup warnings
 * Styles: misc refinements

PR:		269135
Reported by:	duchateau.olivier@gmail.com
Approved by:	miguel@gocobachi.dev (maintainer)
2023-01-26 19:02:41 +01:00