Skip to content

Commit 3b855b8

Browse files
committed
update CHANGES
1 parent 7c3b16a commit 3b855b8

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGES

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,6 +1014,8 @@ unreleased Version 0.48.0
10141014
longer set in sc.ini since dmd 2.079
10151015
- removed option "additional linker options", it was invisible anyway
10161016
- rearrange settings to better show their scope
1017+
* build system
1018+
- fixed linking link privatephobos.lib if intermediate dir different from output dir
10171019
* dparser
10181020
- semantic analysis did not work if "parse source for syntax errors" was disabled
10191021
- no semantic info for a package if any file in the package has fatal parser error
@@ -1040,7 +1042,12 @@ unreleased Version 0.48.0
10401042
* cv2pdb
10411043
- can now detect VS2017 via Setup-COM-API
10421044
- some DWARF fixes
1043-
* when pasting code to D source file newlines are adapted to surrounding code
1044-
* added outlining for case statements
1045+
* editor
1046+
- when pasting code to D source file newlines are adapted to surrounding code
1047+
- added outlining for case statements
1048+
- implemented commands View.PopBrowsContext and View.ForwardBrowseContext
1049+
- reindent if multiple lines added by completion
1050+
- tweaked formatting for enumerators, struct and array initializers
1051+
- added option to not indent case statements
10451052
* fixed "Compile and Run" on selection
10461053
* fix help via F1 for dmd 2.072+

0 commit comments

Comments
 (0)