DfRefactor: Difference between revisions
From DataFlex Wiki
Jump to navigationJump to search
Created page with "DfRefactor is a tool developed for help with refactoring your DataFlex source code. This project is the continuation of the Source Code Tools project which by itself is based..." |
m typo |
||
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
This project is the continuation of the Source Code Tools project which by itself is based on: | This project is the continuation of the Source Code Tools project which by itself is based on: | ||
* CleanMarkers | |||
* ReIndent | |||
* Unused Variables | |||
It groups them | It groups all of them together in one convenient package with a few additional perks, such as: | ||
* having options for registering the tool into your DataFlex Studio, for a 1-click interface to work on the file currently open in the Studio. | |||
* reads the indenting space preferences from your Studio setup | |||
* uses the scintilla code editor for displaying DataFlex source code | |||
* you can change the theme/skin | |||
* integration with Starzen's code source explorer | |||
[[File:DfRefactor-Screenshot.png|612px|DfRefactor screenshot - click to zoom]] | |||
The subversion repository can be found here: | The subversion repository can be found here: | ||
http://svn.vdf-guidance.com/DfRefactor/trunk/DfRefactor | http://svn.vdf-guidance.com/DfRefactor/trunk/DfRefactor | ||
The project page is here: https://projects.vdf-guidance.com/projects/dfrefactor | |||
[[Category: Development Tools]] | [[Category: Development Tools]] |
Latest revision as of 09:58, 10 March 2019
DfRefactor is a tool developed for help with refactoring your DataFlex source code.
This project is the continuation of the Source Code Tools project which by itself is based on:
- CleanMarkers
- ReIndent
- Unused Variables
It groups all of them together in one convenient package with a few additional perks, such as:
- having options for registering the tool into your DataFlex Studio, for a 1-click interface to work on the file currently open in the Studio.
- reads the indenting space preferences from your Studio setup
- uses the scintilla code editor for displaying DataFlex source code
- you can change the theme/skin
- integration with Starzen's code source explorer
The subversion repository can be found here:
http://svn.vdf-guidance.com/DfRefactor/trunk/DfRefactor
The project page is here: https://projects.vdf-guidance.com/projects/dfrefactor