I am a professional in this ... Is there a easier way?
Oleg Shparber
@trollixx
Easier way than downloading prebuilt binaries? I am afraid no. You will need to wait until the next release then.
But it's really just a matter of following AppVeyor link, from the readme, and downloading artifact for the select build.
If you are on Windows
Iskander
@PrytexY
And when will the next release be?
Oleg Shparber
@trollixx
No idea, there's a long list of regressions after migrating to Qt WebEngine, which need to be fixed first. This is why we have CI builds, so people can test changes in sooner.
RyoidenshiAokigahara
@NEK-RA
Are there users of Mono and Xamarin docsets? I don't know why, but I've got freeze and "Application stoped" all times when trying to add these both docsets :c
RyoidenshiAokigahara
@NEK-RA
Debuging using VS debuger provide next error:
Uncaught exception at 0x751FE6EB (ucrtbase.dll) in zeal.exe Requesting program exit due to unremovable error
One small update: i'm using latest 0.6.1, but portable
Oleg Shparber
@trollixx
@NEK-RA Try installing Visual C++ 2015 Runtime Redist
Bhups P
@bhupesh
Any idea why "Guides" is displayed as "Guideses"
RyoidenshiAokigahara
@NEK-RA
@NEK-RA Try installing Visual C++ 2015 Runtime Redist
I'm sorry for so late answer, but it's already was installed at the moment of error
RyoidenshiAokigahara
@NEK-RA
Concrete version is 2015-2019 x64/x86 v14.22.27821
Oleg Shparber
@trollixx
@bhupesh Looks like bugs in the docsets. Symbol types are supposed to be singular in the index, then Zeal will make them plural in the tree.
@NEK-RA Really strange, have you tried any of the recent CI builds? or building Zeal yourself?
prog20901
@prog20901
how to create a zeal doscs with full of text files or documents or text categories with quick search with zeal......ex: https://table.branham.org/#/main -- i want a zeal docs where i want to import huge text files.. Please advise
Hi. If I download RFCs docset off https://zealusercontributions.herokuapp.com/ (via XML feed), it disappears the next time Zeal restarts. Each time I open Docsets dialog during this docset's lifetime, some kind of a slow process starts as indicated by the progress bar. The version off https://github.com/willnorris/rfcdash and other docsets from zealusercontributions work just fine. Does anyone know anything about it? [Zeal 0.6.1]
Steven Nunez
@octosteve
Having some issues downloading docs too.
Jaime Negrete
@jrnp97
i' m facing the same problem @StevenNunez
Jaime Negrete
@jrnp97
I find a solution to download docs using add feed functionality only need paste the raw xml file url on https://github.com/Kapeli/feeds
Oleg Shparber
@trollixx
@StevenNunez@jrnp97 Please see zealdocs/zeal#1247, it should be fixed now.
Jaime Negrete
@jrnp97
it's downloading now, thks
one question if i want to add missing framework docs how can i do it ?
which gtk version can alternative qt version of Zeal now?
Oleg Shparber
@trollixx
@tango0o I am not sure what you are asking about.
Dmitry Tokarev
@DToka
@trollixx Since Linux and basically any other modern OS uses case sensitivity a lot of dash docsets don't work correctly on normal operating systems(The default Javascript one for example). Would it be possible to work around this issue inside Zeal or would proper docsets need to be generated instead?
Oleg Shparber
@trollixx
@DToka looks like the problem from zealdocs/zeal#60 resurfaced again.
For v0.7.0 we switched to serving pages over HTTP. Will check if I can make it case insensitive.