- enable to open current python interpreter on tools menu
- allow user to set use MRU menu or not
- implement navigation to next or previous position
- analyse class static members intellisense data
- analyse class and function doc declaration
- simple implement project creation
- analyse builtin member doc declaration and show its calltip information
- separate builtin intellisense data to python 2 and 3
- repair python3 parse function args bug
- fix autoindent bug when enter key is pressed
- Sets when a backspace pressed should do indentation unindents
- modify project document definition ,add project name and interpreter to it
- fix the error of set progress max range when search text in dir
- enable set enviroment variable of interpreter when debug or run python script
- fix output truncated error when debug python script
- add function and class argment show tip
- fix application exit bug when interpreter has been uninstalled
- fix the bug of subprocess.popen run error on some computer cause application cann't startup
- set calltip background and foreground color
- fix the bug when debug run python window program the window interface is hidden
- show python interpreter pip package list in configuration
- disable or enable back delete key when debug output has input according to the caret pos
- when load interpreter configuation list,at least select one interprter in datalist view control
- fix get python3 release version error,which is alpha,beta,candidate and final version