View Issue Details

IDProjectCategoryView StatusLast Update
0000249Inno Script StudioGeneralpublic2018-02-24 14:55
ReporterDutchGeminiAssigned Totimchilvers 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0000249: Project Explorer shows [0] section in structure
DescriptionThe Project Explorer structure shows elements that are not part of elements foreseen by Inno Setup (e.g. [Setup]). ISS appears to add to the structure tab all text that is enclosed in "[" and "]".
Steps To ReproduceIn your script enter, at whatever column, a text enclosed by [ and ] and without spaces in between , for instance "[InnoScriptStudio]". You will see this string become part of the structure tab.

This creates 2 structure entries labelled "[0]":

#define WildcardExists(str Filename) \
  ((Local[0] = FindFirst(Filename, faAnyFile)) ? \
   (FindClose(Local[0]), True) : False)
Additional InformationText between [ and ] shall have no spaces. "[InnoScriptStudio]" creates an entry but "[Inno Script Studio]" does not.

Inno Script Studio Version: 1.0.0.24 (20111122-105332).
ProductID: 81664-398-6328216-04060
TagsNo tags attached.

Activities

DutchGemini

2012-03-27 13:32

reporter  

ISSStructure.png (36,563 bytes)
ISSStructure.png (36,563 bytes)

timchilvers

2012-09-17 16:17

administrator   ~0000459

Issue has now been fixed in the latest beta version

Issue History

Date Modified Username Field Change
2012-03-27 13:32 DutchGemini New Issue
2012-03-27 13:32 DutchGemini File Added: ISSStructure.png
2012-03-27 18:51 timchilvers Assigned To => timchilvers
2012-03-27 18:51 timchilvers Status new => assigned
2012-03-27 18:51 timchilvers Status assigned => confirmed
2012-09-17 16:17 timchilvers Note Added: 0000459
2012-09-17 16:17 timchilvers Status confirmed => resolved
2012-09-17 16:17 timchilvers Resolution open => fixed
2018-02-24 14:55 timchilvers Status resolved => closed