-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Implement cursor info tip showing image coordinates under the cursor. #5870
Conversation
Adding name for Dutch to German translation
behaves like javascript itself
…/sh.exe"1 weren't accepted
…ent issue near top left corner of the image.
1. make image meta data strings not wrap 2. add ellipsis to image meta data when clipping 3. add title attribute to allow viewing the full path and meta data when text is clipped.
Conflicts: src/editor/ImageViewer.js
Fix issues with updating inline editor when not visible
@njx agh that worked. Thanks~ |
@RaymondLim just checked it, it looks good. I zoomed in and measure the top and bottom spacing and they're actually the same. |
@larz0 Thanks a lot for your help to get this right. I'm surprised that you can run my branch since my latest merge to from master to this branch is causing me some troubles on my mac. |
@RaymondLim np, I just followed @njx's instructions :) |
@RaymondLim did you do this "git submodule deinit src/thirdparty/smart-auto-complete"? |
@larz0 The problem is not only with smart-auto-complete. There was a bad merge to master and I got that pulled into my branch causing several submodules out-of sync. So I was trying to fix it by doing another merge from master so that Travis CI build can pass. I think I can solve the merging issue from my windows. |
ALF Automation
Implement Brackets Update-in-place via Installer
…ystem) -- Ensure compatibility shims are loaded in test-runner window, just as we do for the main window in brackets.js
Fix bug #5906 (Extension unit tests don't load when using NativeFileSystem)
Properly handle unknown self-close tags
Make JS code hint test runs more consistent
Show crosshair cursor if the image is too narrow in width or height.
Fix typo on samples/es
Closing this one as it shows up unrelated commits from master. A new pull request #5944 replace this one. |
Showing the info div on the top right of the cursor until there is no room on the right. When no room on the right, then the info div shows up on the top left of the cursor.
@larz0 I switch to crosshair cursor for now, but I would like to use a custom one if you can provide one like the one used in Photoshop. I also made the x and y coordinates right aligned as you suggested.
@couzteau I did some cleanup and made the image scale div always showing inside the image rectangle (fixing third bullet point in #5686).