-
Notifications
You must be signed in to change notification settings - Fork 1
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
Config Question #1
Comments
@evanricard, I can't understand your problem. Can you please elaborate? Please provide steps to replicate your issue. 😀 And, sorry for late reply. 😒 |
No problem @bantya, looking back at this...I can't quite understand it myself sorry I should have clarified. I am trying to filter keypirinha when I want to do a search through zeal for a specific data type or object that I might need to know about at any given time for programming. Specifically, I was trying to configure your package so I basically copied the read-only version of the configuration file, uncommented the text, and then pasted into the writable config, zealous.ini. Unfortunately, typing in a filter like net: for the .NET framework just prompts me to refresh your package and does not resolve to Zeal like I was hoping. Anyways, thanks! |
I have a solution for you. Looks like you did everything right but went wrong in case of Zeal Doc Name. As per the first screenshot you attached, your [main]
# Plugin's main configuration section
#
# * path
# The path to the zeal executable.
path = "C:\Program Files\Zeal"
#
# * docset_path
# The zeal docsets path.
docset_path = "C:\Users\evanricard\AppData\Local\Zeal\Zeal\docsets"
#
# * results
# The total results count.
result = 15
[docs]
# The zeal docs list
#
# Syntax:
# [distinct keyword] = [zeal doc name]
#
# Examples:
# ap = apache
# ng = nginx
net = .NET
js = Javascript The culprit here in Now you may ask, how on earth should I decide what to use? Good question! Here is the paragraph where I apologize 😖 for not being clear about what zeal doc identifier to use and where to find it. The documentation fell short here. Now to find appropriate doc identifier follow mentioned steps 🐾:
So now you can find the exact zeal docs identifier for your docset. ℹ NOTE: The identifiers have to be exactly same as given in [docs]
# The zeal docs list
#
# Syntax:
# [distinct keyword] = [zeal doc name]
#
# Examples:
# ap = apache
# ng = nginx
net = net
js = javascript Hope this lengthy late reply solved your problem! If problem persists, consult your family doctor 😁. 🙏🏼 |
So I am considering it as solved and closing it! @evanricard If you want any help again, please let me know here and I will re-open this if required! 🙏🏼 |
Hey Bantya, I am unsure what I'm doing wrong...I've got the necessary fields populated on the right hand side for the writable config file. Thanks!
The text was updated successfully, but these errors were encountered: