Welcome to mirror list, hosted at ThFree Co, Russian Federation.

TODO « PyBinding « extras - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 34ff52ee7a0962e3f13cbf0b384d6d74d8c695d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
The following list are ideas that we should look into supporting in
this addin.

Code Completion

	* Complete items in modules

Parser

	* Index installed system modules

Gui

	* Support project based space settings so python projects
	  can have 4 spaces instead of tab. [MonoDevelop.Projects]
	- Support the MonoDevelop Class Pad
	- Auto Indentation
	* Interactive Python Console (Terminal)
	- Integrate with the Text Editor region combo boxes
	* Setuptools support (like autotools)
	- Support the Document pad

Refactoring / Code Coverage

	* Extract method
	* Rename method
	* Rename class
	* Code Coverage of methods during runtime
	* UML diagrams

Debugger / Profiler

	* Integrate pdb to the Debugger engine
	* Add python profiler as well
	* Remote debugging

Templates

	- Basic Shell Script
	* Gtk app
	* Gnome app
	* Clutter app
	* PyQT app
	* Twisted python

Unit Testing

	* Twisted trial unit tests
	* PyUnit