Developing Python/Sage with Netbeans

Netbeans is a GUI development evirnoment. The following instructions help to work on Sage.

Benefits

Requirements

Note

Setup

Definitions

Instructions

TODO

Mercurial

Netbeans supports Merucrial out of the box. Right-click on files in "File" window (Window>Files), see local diffs in a special diff window, commit changes, undo local changes. The Netbeans editor itself also supports nonlinear undos, right click on the left side of a highlighed change, see the diff, change only this part as in the local repository.

Trac Integration

It is theoretically possible to integrate Netbeans with Trac using CubeĀ°n. Maybe someone wants to look deeper into this ...