Skip to content

Commit

Permalink
codenav/goto_file: Improvements/fixes (tab key autocomplete, absolute…
Browse files Browse the repository at this point in the history
… dirs, ~/)

PR geany#1390

New features & changes:

- The Tab key can now be used to:
  (Inspired from shells, and GtkFileChooser)
	- Show the completion list when it's hidden
	- Trigger an inline completion
	- Accept a suggested inline completion
- Keep dialog open after user denies creation of not-found file (geany#1329)
- Allow absolute paths, and recognize ~ as the user's home dir
- If no document is open, the current dir is the user's home dir
- Show error if the entered path is a directory
- Bug fixes, improvements, code formatting fixes
  • Loading branch information
gkatev committed Nov 27, 2024
1 parent 8df0a34 commit 56f0994
Showing 1 changed file with 259 additions and 105 deletions.
Loading

0 comments on commit 56f0994

Please sign in to comment.