-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Issue by redmunds
Thursday Dec 19, 2013 at 05:09 GMT
Originally opened as adobe/brackets#6271
This is for #6239 to fix hinting for '../' which was exposed by recent file system changes. Added a unit test for this.
This also adds site-root relative path support (i.e. path that start with '/'). Added a unit test for this.
I also fixed a bug I noticed where list was not filtered for initial list. Recipe:
- Shutdown and restart Brackets to clear Url Hinting cache
- Open a .css file in a folder with other files and folders
- Add this declaration in a rule:
background-image: url(""); - Put cursor between quotes and type a single letter
Results:
Hints list shows all files and folders in the current folder
Expected:
Only files and folders that start with letter typed are listed (which may be none).
Workaround:
Hit Esc key and then Ctrl-space. This works because it uses cached list, which is filtered.
redmunds included the following code: https://github.com/adobe/brackets/pull/6271/commits