Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete CSS autocompletion #572

Open
scriptum opened this issue Jul 13, 2015 · 2 comments
Open

Incomplete CSS autocompletion #572

scriptum opened this issue Jul 13, 2015 · 2 comments

Comments

@scriptum
Copy link
Member

I tried to use CSS tags from here: http://wiki.geany.org/tags/start
(see https://raw.github.com/trongthanh/geany-for-front-end-dev/master/config/geany/tags/std.css.tags)

And there are some hints about CSS properties like this:

border-bottom-style||: none / hidden / dotted / dashed / solid / double / groove / ridge / inset / outset|

But Geany only auto-completes CSS properties and don't show argument list.

Try:

border-bottom-style:

Expected result: showing argument list with none / hidden / dotted / dashed / solid / double / groove / ridge / inset / outset
Actual result: nothing

Only with

position()

I can get expected result. But () isn't valid for CSS. border-bottom-style() - don't work too, maybe because of hyphen?

@lpaulsen93
Copy link
Contributor

@scriptum: I uploaded a new tag file to the Geany Wiki so maybe you want to try that. Simple auto-completion worked for me using that file.

The file you mentioned seems to have a flaw. That auto-completion is not working with that file has IMHO the following reasons:

IMHO the issue here is caused by the tags file you used, not Geany itself.

@saiballo
Copy link

the problem is the hyphen in name, not related to tags used by user

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants