-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI Suggestions #264
Comments
Thanks for writing this up, those are all very valid points.
|
re: atom/autocomplete-plus#680 -- thanks for the pointer, that is exactly what I was trying to describe. And the styling provided in one the the comments has provided a very nice work around for now! |
Do you mean this behavior already exists or that it should be implemented one day (I currently cannot find any way to get scroll bars -- my info is Atom 1.10.2, ink 0.5.3, julia-client 0.5.6, osx) |
@pfitzseb I can't seem to get the same behavior. I just see truncated text but no scrollbar regardless of where or how long I hover. I'm on a mac, what platform was your sceenshot taken from.
in my global atom style file, but still no luck. For now |
Very strange. I'm on Windows, but I do think this works on mac, because otherwise @MikeInnes would've noticed. We do have .ink.inline:hover {
overflow: auto;
} in our styling -- can you check if that's applied correctly in the atom dev tools ( |
@pfitzseb It turns out, it is a mac thing related to OSX suppressing scrollbars if you have a track pad and a mouse. http://heresthethingblog.com/2015/03/10/mac-tip-macs-scroll-bars/ Once I changed my settings to something different, everything makes sense, so I am all set with this one! |
Ah, that makes sense. Glad you figured it out! |
+1 for the goto definition enhancement |
Try |
oh I just love it when my life gets better in a small but meaningful way. So why not change the right click menu to reveal this wonderful option. |
Great .. though this I also discovered about toggle-documentation option, neat! what about alt-x for debugging.. it doesn't seem to be working , it works from the command line though |
Right, breakpoints will be removable once Gallium is tagged (or you can switch to Gallium master). |
no further qeustions your honor |
Some progress on this: https://github.com/JunoLab/atom-ink/tree/sp/newrsults. |
Pretty much all of your suggestions have been implemented now! :) |
Hello --
Here is a list of suggested UI tweaks (obviously, with no expectations they will be addressed but hopefully the list will be useful, and perhaps one day I'll figure out enough to fix them myself):
Many of them may require modifications to ink or possibly upstream in Atom, but pragmatically it seemed sensible to present the list here.
methods(f)
in the console to closely achieve a similar flow, but due to the item above, it is less than perfect (and the old flow was really nice). This definitely requires adding support for navigating back so that one can quickly return the prior context.cmd-+
, let me know and I will try for a screen capture.Again no expectations, and feel free to ask for clarifications. Cheer, nehal
The text was updated successfully, but these errors were encountered: