aboutsummaryrefslogtreecommitdiff
path: root/editors/elementary-code/files
Commit message (Collapse)AuthorAgeFilesLines
* editors/elementary-code: Update to 8.1.2Olivier Duchateau2025-11-272-0/+21
| | | | | | | | | | | | | | | | | | | While here: - Fix LICENSE - Switch to USES=gettext-tools Author's Note: spell plugin has been disabled. Because it depends of gtkspell3, which seems unmaintained (no update since 2018). Changelog: - https://github.com/elementary/code/releases/tag/8.0.0 - https://github.com/elementary/code/releases/tag/8.1.0 - https://github.com/elementary/code/releases/tag/8.1.1 - https://github.com/elementary/code/releases/tag/8.1.2 PR: 290018 Reported by: Olivier Duchateau <duchateau.olivier@gmail.com> Approved by: Miguel Gocobachi <miguel@gocobachi.dev>
* editors/elementary-code: update to 7.1.0Olivier Duchateau2023-08-102-12/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* editors/elementary-code: update to 7.0.0Olivier Duchateau2023-01-262-21/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* editors/elementary-code: update to 6.2.0Miguel Gocobachi2022-06-052-3/+27
| | | | | PR: 264358 Reported by: miguel@gocobachi.dev
* Add editors/elementary-code, code editor designed for elementary OSLi-Wen Hsu2020-06-292-0/+22
PR: 247610 Submitted by: Miguel Gocobachi <miguel@gocobachi.dev> Notes: svn path=/head/; revision=540762