Tagged: cursor, switching tabs, tabs
- This topic has 21 replies, 5 voices, and was last updated 5 years, 7 months ago by Dale.
-
AuthorPosts
-
DaleParticipantHi
I use split screen while developing so i don’t have to switch tabs as often.
The problem is that the wrong text gets selected when trying to highlight from an inactive tab. I would expect the text to highlight from where i clicked and dragged and not from the last position of the cursor to current position of cursor.
Steps:
– open 2 files and drag the tab so that it splits the screen into 2 files.
– in file 2 place the cursor at the bottom of the files
– single click back in tab one to get focus
– now in tab2 try highlight some code near the top and notice how the selection is now from the bottom of the screen to the mouse cursorSimilarly:
– place the cursor at the top of tabs 2 and scroll to the bottom of the page
– click in tab 1
– click back in tab 2 and the screen goes back to the cursor
– I would expect the screen to stay where it is?Are these 2 points intentional as i don’t really see the use case of going back to the cursor after leaving the file?
Cheers
Dale
vmtestuserParticipantDale,
Sorry to hear that you are experiencing issues with split editor behavior.
I was able replicate both issues and I have filed a report for the dev team to investigate. we’ll get back to you with the fix soon.
Apologies for inconvenience caused.
Let us know if you have any further questions.
Regards,
Shilpee
DaleParticipantAlso another thing in the same category with split screen:
– change a file
– change another file
– click save all
Goes back to first file when it should stay on current file
support-swapnaModeratorDale,
Thank you for the report. I see the problem at my end.
I have added it to the split screen bugs list and we will keep you posted when the fixes are out.–Swapna
Genuitec Support
DaleParticipantHas there been any update on this? It’s super annoying!
There’s even another bug where when swtiching between tabs:
– Scroll to the bottom of the page and place the cursor at the bottom
– Use the scroll bar to go to the top
– change tabs
– go back to that tab and watch the screen go from the top to the bottomIt should stay at the top where i left it?
Brian FernandesModeratorDale,
I believe the latest issue is the same as the second issue you reported in your first post? Regardless, all the scrolling / selection issues have the same root cause, and I fully agree that the way the cursor jumps around is highly annoying.
We’re going to do our best to fix this in a release we have due next week, apologies for the annoyance.
DaleParticipantFantastic!
Once this is fixed it will be very nice and smooth to use and definately the best editor going!
Cheers
Dale
timwebbKeymasterDale,
We loaded up a prerelease of our CodeMix 3 release slated for this coming week (likely later in the week) – it should already have the cursor fixes working well in it. We’re still doing final regression, but if you don’t mind, you are welcome to pick it up and give us any additional feedback!
To use the preview release, follow these steps:
1. Add the following line to
Eclipse/configuration/config.ini
com.genuitec.code.manifest.url=http\://www.genuitec.com/updates/codemix/prerelease/codemix.json
2. Restart Eclipse
3. An update will be detected as shown bottom left — when the update is applied, click the Restart icon to reload Eclipse with the prerelease version of CodeMixPlease let us know if it works for you!
DaleParticipantHi, thanks but i was unable to trigger the update?
— config.ini —
#Generated by Delivery center at Mon Dec 17 15:32:13 IST 2018
#Mon Dec 17 15:32:13 IST 2018
bypass.workspace.ready=true
com.genuitec.code.manifest.url=http\://www.genuitec.com/updates/codemix/prerelease/codemix.json
com.genuitec.pulse.delivery.mpc.include.default=true
com.genuitec.pulse.delivery.mpc.include.from.extension.points=true
com.genuitec.pulse.delivery.mpc.include.patterns=^http\://marketplace.eclipse.org.*
com.genuitec.pulse.profile.install.directory=D\:\\DEV\\angularIDE
ds.delayed.keepInstances=true
eclipse.application=org.eclipse.ui.ide.workbench
eclipse.buildId=18.0.0.CI-AI
eclipse.p2.data.area=@config.dir/../p2/
eclipse.p2.profile=com.genuitec.delivery.package.profile.8731-Eaq-4565
eclipse.product=com.genuitec.eclipse.code.angularide.product
equinox.use.ds=true
org.eclipse.equinox.simpleconfigurator.configUrl=file\:org.eclipse.equinox.simpleconfigurator/bundles.info
org.eclipse.update.reconcile=false
osgi.bundles=reference\:file\:org.eclipse.equinox.simpleconfigurator_1.3.100.v20180827-1122.jar@1\:start
osgi.bundles.defaultStartLevel=4
osgi.framework=file\:plugins/org.eclipse.osgi_3.13.100.v20180827-1536.jar
osgi.framework.extensions=reference\:file\:org.eclipse.osgi.compatibility.state_1.1.200.v20180827-1536.jar
osgi.instance.area.default=@user.home/Workspaces/Angular IDE
osgi.splashPath=platform\:/base/plugins/com.genuitec.eclipse.code.angularide_2.0.0.201810221911
Brian FernandesModeratorDale,
We hadn’t realized you were using the standalone Angular IDE installation, as opposed to Angular IDE plugins installed into Eclipse, and these instructions unfortunately do not allow the standalone installation to update.
If there’s another way to update pre-release, I’ll update this thread; we are on track to the full release in a couple of days, so hopefully not much of a wait either way!
DaleParticipantok no worries. Cheers
DaleParticipantWould you recommend the plugin over the IDE then? Thinking of switching if that will be updated quicker / easier.
Brian FernandesModeratorDale,
We had a few unexpected but important last-minute issues crop up that have delayed the release to tomorrow (Thursday) – sorry for not mentioning the delay here.
We’re in the final stages of testing now, so if you’re fine waiting for a little over a day, you can stick with Angular IDE. If we find that it’s going to be further delayed for whatever reason, I’ll be sure to drop a note here.
DaleParticipantNo don’t worry was just curious, thanks.
support-swapnaModeratorDale,
Our latest CodeMix 3 release is out. Please update and let us know how it works for you.
Appreciate your feedback.–Swapna
Genuitec Support -
AuthorPosts