I'm thrilled. It worked! Thanks for the hint!
On Tuesday, April 26, 2016 at 2:46:42 PM UTC+1, Scott T wrote: > > Try setting > > ENV["EDITOR"] = "atom" > > in .juliarc. This works for me on a linux system but you may need a > different command name to launch atom on mac or windows. > > > On Tuesday, 26 April 2016 12:16:36 UTC+1, chobb...@gmail.com wrote: >> >> I know @which, but not @edit. Thanks! >> >> Btw, I have a hard time setting the default editor for Julia, following >> the suggestion in the following thread. >> >> >> https://groups.google.com/forum/#!searchin/julia-users/default$20editor/julia-users/00OlSKal6uY/7XjDuNnPMUAJ >> >> Could you let me know the exact line I need to add in .juliarc, if I want >> to set Atom as the default? >> >> Thanks!! >> >> >> >> >> >> >> >> >> >> On Tuesday, April 26, 2016 at 8:38:00 AM UTC+1, Hans-Peter wrote: >>> >>> On Monday, 25 April 2016 23:34:03 UTC+2, chobb...@gmail.com wrote: >>>> >>>> ... want to see which constructor is called for construction, if >>>> multiple constructors exist >>>> >>> ^^^^^ >>> >>> Do you know the @which macro? E.g. @which DateTime(2016) or @which >>> DateTime("20151204"). To jump to the source code, there is @edit. >>> >>