Jump to page: 1 2
Thread overview
DDOX search support and new 2.064.2 Phobos docs
Dec 29, 2013
Sönke Ludwig
Dec 29, 2013
Leandro Lucarella
Dec 29, 2013
Sönke Ludwig
Dec 29, 2013
extrawurst
Dec 29, 2013
Walter Bright
Dec 29, 2013
Dicebot
Dec 29, 2013
Sönke Ludwig
Dec 29, 2013
Andrej Mitrovic
Dec 29, 2013
Sönke Ludwig
Dec 30, 2013
Jonas Drewsen
Dec 30, 2013
Sönke Ludwig
Jan 04, 2014
Organic Farmer
Jan 04, 2014
Namespace
Jan 05, 2014
Stephan
December 29, 2013
DDOX [1] has just gained support for a JavaScript based live search function. I've uploaded new DMD 2.064.2 Phobos/Druntime docs [2] with this (search box in the upper-left corner).

The vibe.d docs [3] are now also searchable and documentation for old releases can now also be viewed in addition to the most current release.

[1]: https://github.com/rejectedsoftware/ddox
[2]: http://vibed.org/temp/dlang.org/library/index.html
[3]: http://vibed.org/api/
December 29, 2013
Sönke Ludwig, el 29 de December a las 19:07 me escribiste:
> DDOX [1] has just gained support for a JavaScript based live search function. I've uploaded new DMD 2.064.2 Phobos/Druntime docs [2] with this (search box in the upper-left corner).
> 
> The vibe.d docs [3] are now also searchable and documentation for old releases can now also be viewed in addition to the most current release.

Very nice! In FF 26 the search box is a little wider than the container though (in both phobs and vibe.d docs).

-- 
Leandro Lucarella (AKA luca)                     http://llucax.com.ar/
----------------------------------------------------------------------
GPG Key: 5F5A8D05 (F8CD F9A7 BF00 5431 4145  104C 949E BFB6 5F5A 8D05)
----------------------------------------------------------------------
We are born naked, wet and hungry
Then things get worse
December 29, 2013
Am 29.12.2013 21:10, schrieb Leandro Lucarella:
> Sönke Ludwig, el 29 de December a las 19:07 me escribiste:
>> DDOX [1] has just gained support for a JavaScript based live search function. I've uploaded new DMD 2.064.2 Phobos/Druntime docs [2] with this (search box in the upper-left corner).
>>
>> The vibe.d docs [3] are now also searchable and documentation for old releases can now also be viewed in addition to the most current release.
> 
> Very nice! In FF 26 the search box is a little wider than the container though (in both phobs and vibe.d docs).
> 

Thanks, fixed now on the Phobos page.
December 29, 2013
On Sunday, 29 December 2013 at 21:35:53 UTC, Sönke Ludwig wrote:
> Am 29.12.2013 21:10, schrieb Leandro Lucarella:
>> Sönke Ludwig, el 29 de December a las 19:07 me escribiste:
>>> DDOX [1] has just gained support for a JavaScript based live search
>>> function. I've uploaded new DMD 2.064.2 Phobos/Druntime docs [2] with
>>> this (search box in the upper-left corner).
>>>
>>> The vibe.d docs [3] are now also searchable and documentation for old
>>> releases can now also be viewed in addition to the most current release.
>> 
>> Very nice! In FF 26 the search box is a little wider than the container
>> though (in both phobs and vibe.d docs).
>> 
>
> Thanks, fixed now on the Phobos page.

Wow this is fantastic! Nice work
December 29, 2013
On 12/29/2013 1:39 PM, extrawurst wrote:
> On Sunday, 29 December 2013 at 21:35:53 UTC, Sönke Ludwig wrote:
>> Am 29.12.2013 21:10, schrieb Leandro Lucarella:
>>> Sönke Ludwig, el 29 de December a las 19:07 me escribiste:
>>>> DDOX [1] has just gained support for a JavaScript based live search
>>>> function. I've uploaded new DMD 2.064.2 Phobos/Druntime docs [2] with
>>>> this (search box in the upper-left corner).
>>>>
>>>> The vibe.d docs [3] are now also searchable and documentation for old
>>>> releases can now also be viewed in addition to the most current release.
>>>
>>> Very nice! In FF 26 the search box is a little wider than the container
>>> though (in both phobs and vibe.d docs).
>>>
>>
>> Thanks, fixed now on the Phobos page.
>
> Wow this is fantastic! Nice work

I agree. Looks very nice.
December 29, 2013
On Sunday, 29 December 2013 at 18:08:15 UTC, Sönke Ludwig wrote:
> DDOX [1] has just gained support for a JavaScript based live search
> function. I've uploaded new DMD 2.064.2 Phobos/Druntime docs [2] with
> this (search box in the upper-left corner).
>
> The vibe.d docs [3] are now also searchable and documentation for old
> releases can now also be viewed in addition to the most current release.
>
> [1]: https://github.com/rejectedsoftware/ddox
> [2]: http://vibed.org/temp/dlang.org/library/index.html
> [3]: http://vibed.org/api/

Enhancement proposal - how about adding abbreviation interpretation to match list? This was first thing I have naively tried :) (for example, "fqn" to propose "fullyQualifiedName")
December 29, 2013
On 12/29/13, Sönke Ludwig <sludwig@outerproduct.org> wrote:
> DDOX [1] has just gained support for a JavaScript based live search
> function.
> [2]: http://vibed.org/temp/dlang.org/library/index.html

Nice! I have a few notes/suggestions:

- The result bubble should likely hide when you select another part of the website (when you're not focused in on the search box). Otherwise you're forced to delete your query just to see what's hiding behind the result bubble (which can be very large).

- Is it possible to add walking through the list via UP/DOWN arrow keys to select one of the URLs? I think this would be convenient to have. It already sort-of works, but first you have to click on the bubble with the mouse, and then you can use the Tab/Shift+Tab to walk through the list.

- The search box should likely keep its value when you've clicked on a link to be redirected to a new URL from within the result bubble. I think it would at least be a convenient feature. But it's not a big deal, I can see the result is saved by the browser when I go to the previous page.

December 29, 2013
Am 29.12.2013 22:53, schrieb Andrej Mitrovic:
> On 12/29/13, Sönke Ludwig <sludwig@outerproduct.org> wrote:
>> DDOX [1] has just gained support for a JavaScript based live search
>> function.
>> [2]: http://vibed.org/temp/dlang.org/library/index.html
> 
> Nice! I have a few notes/suggestions:
> 
> - The result bubble should likely hide when you select another part of the website (when you're not focused in on the search box). Otherwise you're forced to delete your query just to see what's hiding behind the result bubble (which can be very large).
> 
> - Is it possible to add walking through the list via UP/DOWN arrow keys to select one of the URLs? I think this would be convenient to have. It already sort-of works, but first you have to click on the bubble with the mouse, and then you can use the Tab/Shift+Tab to walk through the list.
> 
> - The search box should likely keep its value when you've clicked on a link to be redirected to a new URL from within the result bubble. I think it would at least be a convenient feature. But it's not a big deal, I can see the result is saved by the browser when I go to the previous page.
> 

Created a little meta-issue: https://github.com/rejectedsoftware/ddox/issues/39

If anyone wants to get his/her hands dirty (which would be great), the
search code is at
https://github.com/rejectedsoftware/ddox/blob/master/public/scripts/ddox.js#L22
resp. here when/if the pull request gets merged:
https://github.com/D-Programming-Language/dlang.org/blob/master/js/ddox.js

December 29, 2013
Am 29.12.2013 22:46, schrieb Dicebot:
> On Sunday, 29 December 2013 at 18:08:15 UTC, Sönke Ludwig wrote:
>> DDOX [1] has just gained support for a JavaScript based live search function. I've uploaded new DMD 2.064.2 Phobos/Druntime docs [2] with this (search box in the upper-left corner).
>>
>> The vibe.d docs [3] are now also searchable and documentation for old releases can now also be viewed in addition to the most current release.
>>
>> [1]: https://github.com/rejectedsoftware/ddox
>> [2]: http://vibed.org/temp/dlang.org/library/index.html
>> [3]: http://vibed.org/api/
> 
> Enhancement proposal - how about adding abbreviation interpretation to match list? This was first thing I have naively tried :) (for example, "fqn" to propose "fullyQualifiedName")

Interesting idea, I've also added this here: https://github.com/rejectedsoftware/ddox/issues/39
December 30, 2013
Very nice!

Looking at the automatic index created for a module I guess it is using the first line of the function comment as the description column right?

If that is the case we should probably go through phobos and make proper first lines that works as summeries.

/Jonas
« First   ‹ Prev
1 2