mirror of https://gitlab.com/basile.b/dexed.git
dub proj editor, add missing "sourcePaths" property
This commit is contained in:
parent
421cf48597
commit
f28bca7e61
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue