- This topic has 12 replies, 3 voices, and was last updated 6 years ago by beleta1.
-
AuthorPosts
-
beleta1ParticipantWhen working with CodeMix 2 I found some issues that are no blocking problems but are very annoying.
For instance:
1) In the new Terminal+ it is not possible to clear the console, also ctrl-c does not work and you have to close the tab to stop the process that is being run.
2) When I type a new sentence in the TypeScript editor I get I missing semicolon error that most of the times is not cleared when I type the semicolon. Then, the only way to clear it is to close the editor and reopen it, even if the validating watch task is active.
3) TypeScript editor does not show the line number where the cursor is as others Eclipse editors do. The only way to know the line number of a sentence is to display all the line numbers.
I will keep posting this kind of problems as I encounter them.
ignaciomModeratorHey,
Thanks for sharing these observations, we do appreciate your feedback. I have a couple of questions.
1) For the Terminal+ issue you have, is it running an interactive terminal? With this I mean a terminal you start with the + button from the Terminal view, or is something that starts of a given action, like creating an angular component, starting the angular server (ng serve) or the build pipeline action?
2) For the issue you get with the Typescript Editor with the semicolon could you share a small gif/video showing the issue in action?
3) Could you share a Screenshot on how you see the line number in other Eclipse Editors, not sure if I’ve seen this or we are thinking in the same thing. This is a really good catch.
Best Regards
Ignacio
beleta1Participant
ignaciomModeratorThanks for the details and the video! I have other question about the terminal, have you tried the clear command? How are you looking to get the terminal to get clear? What OS are you running with? I remember using the ctrl+c at some point perhaps is platform dependent.
Best Regards
Ignacio
beleta1ParticipantWhen running a
ng test
you cannot send another command. In the old Terminal+ there was a Clear menu accessible thru the mouse right click.
beleta1ParticipantI forgot to say that the ctrl-c problem occurs in both Windows and OsX. The old Terminal+ accepted ctrl-c with no problems.
ignaciomModeratorI’ve just tried ctrl+c on osx and windows while running ng serve and ng test and it did stop the command execution on my side. Do you have any more details you can share?
Best Regards
Ignacio
ignaciomModeratorHere you can find a gif of what I see on my side.
Cheers
IgnacioAttachments:
You must be logged in to view attached files.
beleta1ParticipantForget de ctrl-c problem, in Mac is working, but in Windows thru remote desktop no. I have not now access to a local Windows machine. Monday I will test in Windows locally.
beleta1ParticipantPlease, do no forget the ctrl-c problem in Windows. crtl-c in Terminal+ does not work in Eclipse 4.9 on Windows 10.
Regards.
ignaciomModeratorHey,
Thanks for all the details we will get to investigate on these problems.
Best Regards
Ignacio
Wojciech GalanciakParticipantbeleta1,
We have just pushed out a new CodeMix update which fixes some issues related to error markers removal. If you still observe such issues, please pick up the latest update and see if it helps you.
Kind regards,
Wojciech Galanciak
beleta1ParticipantYes, it seems that the error markers problem is solved.
Thank you.
-
AuthorPosts