Cannot edit any code…!! while pressing backspace pointer moves left but deletes a character to right.!!
EDIT:
Okay btw it is our responsibility too to make the IDE better, i feel, so please write in details about problem/problems faced by you guys in a mail and send it to bugs@codechef.com.
An online ide with multiple (many) languages,custom input, text editor, interface and many more … is pretty complex and difficult to construct and maintain.
It is also in alpha/beta phase ( I think).
So at first it may lack the flexibility and efficiency but please bear with codechef, they will rectify/ modify it as soon as they can.
Note : One thing they should modify right way is remove the 30 second restriction between two submissions.
ya, the cursor blinks at 2 positions left whatever you type.
otherwise it is working good,
i have compiled a programe with gcc 4.8.1, it’s working.
great step by codechef team !!!
HAPPY NEW YEAR TO ALL PROGRAMMERS !!!1
@bhavesh_munot
The issue you faced while running your code was due to unavailability of gcc-4.3.2. When you uploaded the same code, the compiler changed to gcc-4.8.1 (due to auto detection of possible language/compiler ) and on submitting it got executed. We have removed gcc-4.3.2 from the list, as it is not available for now.
@ all who are facing cursor issues
The issue was due to unavailability of menlo font which we were using to initialize the editor font. We have changed it to monospace and you should not face any issue now. Please let us know if still anyone faces this issue.
@ all who believe 30 seconds restriction is too much
We have reduced it to 15 seconds. It’s an experimental value, we may further reduce it.
We hope that you guys are liking the feature. Keep us informed at feedback@codechef.com. You can directly reach me at abhijeet@codechef.com for suggestions/feedback/bugs/hugs.
I actually just wanted to know how does the editor know which problem we are writing the code for? i mean there is no details about the problem code or any such thing on the ide and we also open it anytime as independent of any links in the problem statement which might have made the correspondence between the code written on the ide and the problem we are writing the code for. If it is too advanced, then please explain in simple terms.