Merge branch gambas:master into master
|
@ -327,6 +327,7 @@ Private Procedure AddDir(Optional sDir As String)
|
|||
Dim aDir As New String[]
|
||||
Dim sFile As String
|
||||
Dim aFile As New String[]
|
||||
Dim aSelection As String[]
|
||||
|
||||
If sDir Then
|
||||
aDir.Add(sDir)
|
||||
|
@ -335,6 +336,7 @@ Private Procedure AddDir(Optional sDir As String)
|
|||
If $sDir <> $sSourceDir Then aDir.Add($sSourceDir)
|
||||
Endif
|
||||
|
||||
aSelection = $hTree.Selection
|
||||
$hTree._Begin()
|
||||
|
||||
Repeat
|
||||
|
@ -373,6 +375,7 @@ Private Procedure AddDir(Optional sDir As String)
|
|||
Until aDir.Count = 0
|
||||
|
||||
$hTree._End()
|
||||
$hTree.Selection = aSelection
|
||||
|
||||
End
|
||||
|
||||
|
|
|
@ -282,7 +282,7 @@ Private Sub InitNewProject()
|
|||
|
||||
End
|
||||
|
||||
Public Sub ProjectTemplate_Click(sPath As String, bAnother As Boolean)
|
||||
Public Sub ProjectTemplate_Click((sPath) As String, (bAnother) As Boolean)
|
||||
|
||||
txtProjectName.SetFocus
|
||||
|
||||
|
|
Before Width: | Height: | Size: 997 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 149 B After Width: | Height: | Size: 161 B |
Before Width: | Height: | Size: 601 B After Width: | Height: | Size: 663 B |
Before Width: | Height: | Size: 596 B After Width: | Height: | Size: 335 B |
Before Width: | Height: | Size: 179 B After Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 444 B After Width: | Height: | Size: 454 B |
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.1 KiB |