Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJan Francírek
1,766 PointsHey, It is kinda embarrassing but I don´t know how to turn off this "rewriting of text".
It means that I cant actually delete something.
Example
1) Potato - when i want to delete ,,P,, and it makes this 2) otato - thats good and now I want to replace it with small "p" and thing what happens .... 3) ptato - o disappeared
Please how to turn it off in workspaces?
Thanks a lot
Jan
Jan Francírek
1,766 PointsI pressed ,,Insert,, and problem was solved.
Thank you
Nurul Ahsan
2,039 PointsHi kinda, I think one or some code are missing above it.
1 Answer
Codin - Codesmite
8,600 PointsThe insert key on your keyboard has been pressed (INS on some keyboards).
What this does is toggle between text-entering modes.
Overwrite mode where any characters input will replace the current character at the cursors position.
Insert mode where any character input will push the next character one foward.
Think of it like an array, you can either add data and push the rest of the array foward or replace the current data in the array.
Alexander Bosch
151 PointsThis Answer is nog sufficient for macbook users.
Tayfun Kayahan
Courses Plus Student 1,870 PointsTayfun Kayahan
Courses Plus Student 1,870 PointsWell I guess you mean the "Indent Guides".. You can simply turn that off via; view and than click on indent Guides.. If you still have problems, try to restart your workspace.. I don't have any problem with it.