Difference between revisions of "Development Environment Setup"

From Kolmafia
Jump to navigation Jump to search
imported>Mcroft
(Created page with "After succeeding at Compiling from Source for your platform, you can add set up your KoLMafia source in an Integrated Development Environment (IDE) of your choice. It is...")
 
Line 18: Line 18:
 
; [http://www.eclipse.org Eclipse]
 
; [http://www.eclipse.org Eclipse]
 
:: [[eclipse Setup]]
 
:: [[eclipse Setup]]
 +
; [https://code.visualstudio.com/ VS Code]
 +
:: [[VS Code Setup]]
 
; [https://www.jetbrains.com/idea/download/ NetBeans]
 
; [https://www.jetbrains.com/idea/download/ NetBeans]
 
:: [[NetBeans Setup]]
 
:: [[NetBeans Setup]]

Revision as of 01:17, 19 November 2020

After succeeding at Compiling from Source for your platform, you can add set up your KoLMafia source in an Integrated Development Environment (IDE) of your choice. It is entirely possible to build and change KoLMafia without and IDE and some of the developers do just that.

Platform-specific Development Tools

Apple's OS X notes on development for Java, including the XCode Tools setup, can make command line work easier.
Apple Developer Tools for Java

Developer Text Editors

Choose your favorite, or add your favorite.

BBEdit
Mac OS X based text editor
TextMate
Another Mac based editor
Ultra Edit
cross-platform text editor

IDEs

This list will be out of date shortly after it's written, but can be updated as newer tools and versions are released.

IntelliJ IDEA
IntelliJ Setup
Eclipse
eclipse Setup
VS Code
VS Code Setup
NetBeans
NetBeans Setup
Xcode (Mac only)
XCode Setup


Source Control Management tools

TortoiseSVN
Tortoise Setup