Mantis Bug Tracker

View Issue Details Jump to Notes ] Wiki ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000157mSLDevSyntax Highlightingpublic2013-05-17 09:302013-05-17 14:26
ReporterWims 
Assigned Toadministrator 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version0.4.1.0 
Summary0000157: Highlighting { }
DescriptionIt is incorrect in some cases, create a new script file:

alias -l pacclient_soon {
  if (!$window(@pacman)) { .timerpacclientsoon off | return }|
  if ($1) {
    titlebar @pacman $1
    var %xd $int($calc($window(@pacman).bw / 2 - $pic($scriptdir $+ $1.png).width / 2)) + 150 ,%yd $int($calc($window(@pacman).bh / 2 - $pic($scriptdir $+ $1.png).height / 2)) + 150
    pacman_loop
    if ($1 == 3) pacman_infos init
    drawpic -ctn @pacman 16777215 %xd %yd $qt($scriptdir $+ $1.png)
    drawdot @pacman
  }
  else {
    .timerpacclient off
    .timer -h 1 0 pacclient_soon 3
    .timerpacclientsoon -m 2 1000 pacclient_soon $!calc($timer(pacclientsoon).reps +1)
  }
}

Notice the '|' cursor on line 2, you can see that the first { in the code is also highlighted
TagsNo tags attached.
Beta mIRC version?
mIRC Version
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2013-05-17 09:30 Wims New Issue
2013-05-17 14:26 administrator Status new => closed
2013-05-17 14:26 administrator Assigned To => administrator
2013-05-17 14:26 administrator Resolution open => fixed
2013-05-17 14:26 administrator Fixed in Version => 0.4.1.0


Copyright © 2000 - 2011 MantisBT Group
Powered by Mantis Bugtracker