View Issue Details

IDProjectCategoryView StatusLast Update
0000023Inno Script StudioGeneralpublic2018-02-24 14:56
ReporterRavaut123Assigned Totimchilvers 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformXPOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000023: The bold style for begin and end are gone after some code
DescriptionWhen i write some code in [Code] then after this code the bold and color is disappeared
Steps To Reproducein de 'Pascal Code' section we have the color and bold style, but in the 'Inno setup script' section the color and bold style is disappeared.

Just set this code in [Code]
and look it in the 'Pascal Code' and 'Inno setup script' section



function InitializeSetup(): Boolean;
begin
  Result:= PromptUntilProgramClosedOrInstallationCanceled( Format(ProgramRunningOnInstallMessage,['{#SetupSetting("AppName")}']));
  if (Not Result) then
  begin
    MsgBox( InstallationCanceledMessage, mbInformation, MB_OK );
  end;
end;
TagsNo tags attached.

Activities

timchilvers

2011-06-15 12:26

administrator   ~0000034

Issue has been confirmed

timchilvers

2011-06-15 12:43

administrator   ~0000035

The Syntax highlighter was incorrectly identifying ['{#SetupSetting("AppName")}'] as a Inno Setup section.

The code used to phase the syntax has been changed, and is now correctly identifying the Inno Setup sections.

A fix is now in place for Beta 18

Issue History

Date Modified Username Field Change
2011-06-10 07:05 Ravaut123 New Issue
2011-06-15 12:25 timchilvers Assigned To => timchilvers
2011-06-15 12:25 timchilvers Status new => assigned
2011-06-15 12:26 timchilvers Status assigned => acknowledged
2011-06-15 12:26 timchilvers Note Added: 0000034
2011-06-15 12:26 timchilvers Status acknowledged => confirmed
2011-06-15 12:43 timchilvers Note Added: 0000035
2011-06-15 12:43 timchilvers Status confirmed => resolved
2011-06-15 12:43 timchilvers Resolution open => fixed
2018-02-24 14:56 timchilvers Status resolved => closed