digitalmars.D - Even better navigation - thanks Nick Treleaven!
- Andrei Alexandrescu (7/7) Jan 07 2015 We just deployed Nick's work at
- Walter Bright (2/7) Jan 07 2015 Schweet!
- MattCoder (6/10) Jan 07 2015 Well done! I just think that would be nice to have a link to "go
- weaselcat (3/14) Jan 07 2015 Agreed, a little up arrow next to the functions to take you back
- Andrei Alexandrescu (4/13) Jan 07 2015 Thought of the same, but then figured the "Back" button works well. One
- H. S. Teoh via Digitalmars-d (12/19) Jan 07 2015 Thanks, Nick!
- H. S. Teoh via Digitalmars-d (8/26) Jan 07 2015 [...]
- Colin (7/14) Jan 08 2015 Nice!
We just deployed Nick's work at https://github.com/D-Programming-Language/dlang.org/pull/726, which enables jump-to navigation for structures. For example, from its methods. Thanks, Nick! Andrei
Jan 07 2015
On 1/7/2015 3:18 PM, Andrei Alexandrescu wrote:We just deployed Nick's work at https://github.com/D-Programming-Language/dlang.org/pull/726, which enables jump-to navigation for structures. For example, from methods.Schweet!
Jan 07 2015
On Wednesday, 7 January 2015 at 23:18:03 UTC, Andrei Alexandrescu wrote:... jump easily to its methods. Thanks, Nick!Well done! I just think that would be nice to have a link to "go back" (Like a Up Arrow on the right corner for example) of each method. Matheus.
Jan 07 2015
On Wednesday, 7 January 2015 at 23:30:01 UTC, MattCoder wrote:On Wednesday, 7 January 2015 at 23:18:03 UTC, Andrei Alexandrescu wrote:Agreed, a little up arrow next to the functions to take you back to the parent struct would be nice.... jump easily to its methods. Thanks, Nick!Well done! I just think that would be nice to have a link to "go back" (Like a Up Arrow on the right corner for example) of each method. Matheus.
Jan 07 2015
On 1/7/15 3:30 PM, MattCoder wrote:On Wednesday, 7 January 2015 at 23:18:03 UTC, Andrei Alexandrescu wrote:Thought of the same, but then figured the "Back" button works well. One other comment: the font and styling of the phrase "Jump To:" and the respective targets could be nicer - e.g. smaller and sleeker. -- Andrei... easily to its methods. Thanks, Nick!Well done! I just think that would be nice to have a link to "go back" (Like a Up Arrow on the right corner for example) of each method. Matheus.
Jan 07 2015
On Wed, Jan 07, 2015 at 03:18:02PM -0800, Andrei Alexandrescu via Digitalmars-d wrote:We just deployed Nick's work at https://github.com/D-Programming-Language/dlang.org/pull/726, which enables jump-to navigation for structures. For example, from methods. Thanks, Nick!Thanks, Nick! OTOH, there's yet more to fix. The most blatant being, can we please, pretty please with a cherry on top, REMOVE nested symbols like "front", "back", and "empty" from the blob of links at the top of the page??! They are completely meaningless when put out of the context of their containing struct/class (a module like std.range may have several "front"s, and nobody knows which one points to which), and now with Nick's fix they are also redundant. T -- "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next. -- (Stolen from the net)
Jan 07 2015
On Wed, Jan 07, 2015 at 03:33:23PM -0800, H. S. Teoh via Digitalmars-d wrote:On Wed, Jan 07, 2015 at 03:18:02PM -0800, Andrei Alexandrescu via Digitalmars-d wrote:[...] Actually, I take that back. In this particular case "front", "empty", and friends are actually module-level UFCS functions. So actually, this is no longer a problem. Hooray! And sorry for the noise. T -- Those who've learned LaTeX swear by it. Those who are learning LaTeX swear at it. -- Pete BleackleyWe just deployed Nick's work at https://github.com/D-Programming-Language/dlang.org/pull/726, which enables jump-to navigation for structures. For example, from methods. Thanks, Nick!Thanks, Nick! OTOH, there's yet more to fix. The most blatant being, can we please, pretty please with a cherry on top, REMOVE nested symbols like "front", "back", and "empty" from the blob of links at the top of the page??! They are completely meaningless when put out of the context of their containing struct/class (a module like std.range may have several "front"s, and nobody knows which one points to which), and now with Nick's fix they are also redundant.
Jan 07 2015
On Wednesday, 7 January 2015 at 23:18:03 UTC, Andrei Alexandrescu wrote:We just deployed Nick's work at https://github.com/D-Programming-Language/dlang.org/pull/726, which enables jump-to navigation for structures. For example, jump easily to its methods. Thanks, Nick! AndreiNice! std.datetime is a little* nicer to navigate now. (Your not guessing which toISOExtString your clicking on for example). * I do mean a LITTLE. That module is still an enigma wrapped up in a mystery all shrouded in a veil of deceit.
Jan 08 2015