-
Notifications
You must be signed in to change notification settings - Fork 0
/
whatsnew_codetwig.txt
30 lines (22 loc) · 985 Bytes
/
whatsnew_codetwig.txt
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
What's new in CodeTwig?
1.65
- within search now you can use line-start-appending to uniquify overloaded names
use like: someproc~linenumber
- to limit false positives, dec-usages are now limited to:
- the imported modules
- only declarations with the right boundary-characters are added
(without param-evaluation false positives are still to be expected; however I have no plans to add param-eval)
1.62
- removed bug caused by short project-names
- added declaration-types method, iterator and converter
1.61
- enable the showing of full declarational source-code with a new command -s
- improved comment-rendering
1.56
- recursive scanning of subdirs for source-files.
- multiproject enables creation of a multi-project declaration-list and thus treeviews
- add a flexible semicolumn-separated search: declaration;module;project
0.35
- Both in the views and in the tree-function the following information will be added:
- procedural arguments
- initial comments