dub proj editor, add missing "sourcePaths" property

This commit is contained in:
Basile Burg 2017-01-06 19:34:02 +01:00
parent 421cf48597
commit f28bca7e61
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,7 @@ implementation
{$R *.lfm}
const
proposals: array[0..42] of TEditorProposal = (
proposals: array[0..43] of TEditorProposal = (
(name: 'authors'; jtype: ptArray),
(name: 'buildOptions'; jtype: ptArray),
(name: 'buildRequirements'; jtype: ptArray),
@ -113,6 +113,7 @@ const
(name: 'profile'; jtype: ptArray),
(name: 'release'; jtype: ptArray),
(name: 'sourceFiles'; jtype: ptArray),
(name: 'sourcePaths'; jtype: ptArray),
(name: 'stringImportPaths'; jtype: ptArray),
(name: 'subConfigurations'; jtype: ptObject),
(name: 'subPackages'; jtype: ptArray),