Git Product home page Git Product logo

Comments (5)

pfitzseb avatar pfitzseb commented on August 12, 2024

Thanks for opening this and sorry for the lack of responses. :)
I think pretty much all of these points are valid, though the third and fourth point can easily be adressed by setting your own shortcuts for those commands:

'.ink-console':
  'down': 'console:next-in-history'
  'up': 'console:previous-in-history'
'.atom-workspace atom-text-editor':
  'ctrl+l': 'julia-client:clear-console'

The second point is a bit debatable imo, because that is a somewhat nice feature I kind like ;)

Still, the console defintely needs more work.

from atom-julia-client.

CarloLucibello avatar CarloLucibello commented on August 12, 2024

as suggested by @Varanas I overrided the console history's keybinding adding

'.ink-console atom-text-editor:not([mini])':
  'down': 'console:next-in-history'
  'up': 'console:previous-in-history'

to my keyboard.cson.

Shouldn't these be the default bindings instead of alt-down and alt-up?

from atom-julia-client.

CarloLucibello avatar CarloLucibello commented on August 12, 2024

another nice feature to have would be the possibility of selecting (and copying) the result of evaluations, both in the console and in the editor

from atom-julia-client.

pfitzseb avatar pfitzseb commented on August 12, 2024

See also #47. Copying of inline results should work if you right click on the result.

from atom-julia-client.

MikeInnes avatar MikeInnes commented on August 12, 2024

Most of the technical things here are fixed, the exceptions being styling issues and pretty printing @show. @show is definitely on the roadmap (I'd like to both pretty-print results as well as display a backtrace, like the chrome devtools), and I'll try things out in a few different themes to make sure that styling is ok.

from atom-julia-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.