CS2852
Outcomes
Software Tips and Tricks
IntelliJ
- How to set up the default template
- How to put line numbers: Menu: File-> Settings. Tree: Editor -> General -> Appearance. Checkbox: Show line numbers. (Thanks to Pat & Nate for showing me how to do this.)
- Print & use shortcuts from this handy IntelliJ Reference card
- Using a Jar File that someone else wrote with your code
- To set up IntelliJ to not collapse imports to .\*:
- Go to settings, then Editor -> Code Style -> Java, then the tab "imports".
- Find line "Class count to use import with '.\*'". Set to a high number.
- Creating a Jar File
Week 1
Big-picture: What this class about
* . Have an ideaAcknowledgements
Original outcomes by Dr. Taylor