Open Source Comes to Campus/CCSF/Laptop setup/Windows text editor: Difference between revisions

Content added Content deleted
imported>Paulproteus
(Created page with "== Our recommendation == On Windows, we suggest the Notepad++ text editor. It is actually unrelated to the Windows default program called Notepad. To install it: * Click an...")
 
imported>Paulproteus
Line 20: Line 20:
* Click Close.
* Click Close.


That's it! Now, you can hit tab to indent your code, and that indentation will actually be made of spaces. This change will help you use spaces consistently, so that Python doesn't get confused about whitespace.
That's it! Now, you can hit tab to indent your code, and that indentation will actually be made of spaces. This change will help you use spaces consistently, so that if you code in languages like Python, they don't get confused about whitespace.


== Success! ==
== Success! ==