View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000023 | Inno Script Studio | General | public | 2011-06-10 07:05 | 2018-02-24 14:56 |
Reporter | Ravaut123 | Assigned To | timchilvers | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | XP | OS | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0000023: The bold style for begin and end are gone after some code | ||||
Description | When i write some code in [Code] then after this code the bold and color is disappeared | ||||
Steps To Reproduce | in 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; | ||||
Tags | No tags attached. | ||||
|
Issue has been confirmed |
|
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 |
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 |