|
1 | 1 | # Code Flow |
2 | | -## Known issues |
| 2 | +[](https://ci.appveyor.com/project/tparreira93/codeflow/branch/stable) |
3 | 3 |
|
4 | | -* Nothing |
| 4 | +# What is CodeFlow? |
5 | 5 |
|
6 | | -## TODO |
| 6 | +CodeFlow is an Microsoft Visual Studio 2017 extension that integrates developement with Quidgest Genio. |
7 | 7 |
|
8 | | -* Margin indicator when code is submited to genio. |
9 | | -* Help window for types of routine. |
10 | | -* Save settings for search window. |
11 | | -* Verification o db version in static version system. |
| 8 | +# Features |
| 9 | + - Multiple checkouts |
| 10 | + - Commit code to genio |
| 11 | + - Update solution with code from Genio |
| 12 | + - Create code directly in Genio |
| 13 | + - Commit, update and create logs |
| 14 | + - Code merge |
| 15 | + - Solution analyser |
| 16 | + - Detection and automatic update to Visual Studio 2008 plataform tool set |
| 17 | + - Automatic replace of Genio FNTX indexes |
| 18 | + - Code search |
| 19 | + - Lightbulb options |
12 | 20 |
|
13 | | -## Versions |
| 21 | + |
14 | 22 |
|
15 | | -### 09/12/2017 - v2.1.0 |
| 23 | + |
16 | 24 |
|
17 | | -* It is now possible to remove manual code from Genio. Empty local manual code will show as manual code deletion in commit form. |
18 | | -* Code that is in solution but not in genio database will now be shown as "Not found" in commit form. |
19 | | -* Added option to log all commits. |
20 | | -* Added possbility to compare, undo and redo commits. |
21 | | -* Parallel search for manual code tags. |
22 | | -* Refactored commit code. Operations are now defined by the type of difference. It gives more flexibility for future types of commit. |
23 | | -* Refactored tag match in code. All types of manual code are now registered as ManualMatchProvider. This gives more flexibility for new manual code types. |
| 25 | + |
24 | 26 |
|
25 | | -### 07/12/2017 - v2.0.13 |
26 | | - |
27 | | -* Bug fixes. |
28 | | -* Sort data in code search. |
29 | | - |
30 | | -### 05/12/2017 - v2.0.12 |
31 | | - |
32 | | -* Bug fixes. |
33 | | - |
34 | | -### 05/12/2017 - v2.0.11 |
35 | | - |
36 | | -* Bug fixes. |
37 | | - |
38 | | -### 05/12/2017 - v2.0.10 |
39 | | - |
40 | | -* Fix in custom merge tool. |
41 | | - |
42 | | -### 04/12/2017 - v2.0.9 |
43 | | - |
44 | | -* Support for different merge tools. |
45 | | -* Default line endings to DOS line endings. |
46 | | -* Changed behaviour of commit form. It now commits only checked items. |
47 | | -* Conflict window now only allows to merge with database. |
48 | | - |
49 | | -### 29/11/2017 - v2.0.8 |
50 | | - |
51 | | -* Updated icons. |
52 | | -* Commit solution now reads files with correct encoding. |
53 | | -* Automatic search for infoReindex.xml in all folders and subfolders of solution. |
54 | | -* Fix in FNTX index for VCC++ solutions. It was removing end of line. |
55 | | -* Fix in profile selection. If active profile was updated, changes would not persist until it was selected again. |
56 | | - |
57 | | -### 29/11/2017 - v2.0.7 |
58 | | - |
59 | | -* Added information about solution version and information about current genio profile to commit form. |
60 | | - |
61 | | -### 24/11/2017 - v2.0.6 |
62 | | - |
63 | | -* Fix in search window. |
64 | | -* Commit form only loads differences. |
65 | | - |
66 | | -### 24/11/2017 - v2.0.5 |
67 | | - |
68 | | -* Fix in profiles form. |
69 | | -* Fix in command Create. |
70 | | -* Changed all icons to Microsof Visual Studio icons. |
71 | | -* New search window that uses Microsoft Visual Studio controls and commands. |
72 | | -* Commit, Update and Create can now be executed from context menu. |
73 | | -* Automatic retrieval of Genio checkout path, System name, Genio versio and current database version. |
74 | | -* Automatic parse of all types of routine. |
75 | | -* Added auto commit to Tools->Options->Genio. This options is only available for manual code that was opened from search tool window. |
76 | | - |
77 | | -### 24/11/2017 - v2.0.4 |
78 | | - |
79 | | -* Fix in auto commit when manual code is opened from search tool window. |
80 | | - |
81 | | -### 24/11/2017 - v2.0.3 |
82 | | - |
83 | | -* Fix in backoffice indexes. It was doing convertion for ManualCode obtained from the database. |
84 | | -* Fix in solution analysis. It now uses the correct enconding when comparing changes with database. |
85 | | -* Fix in profiles form. It was creating an empty profile for every profile created |
86 | | -* Fix in manual code extension when opened from search tool window. |
87 | | -* Automatic commit to database when manual code is opened from search tool window. |
88 | | -* Added new suggestions. ALT + ENTER to use. |
| 27 | + |
89 | 28 |
|
90 | 29 | ## License |
91 | | -[Apache 2.0](LICENSE) |
| 30 | +[Apache 2.0](LICENSE) |
0 commit comments