Differences From Artifact [e5cd17ab46]:
- File source/CCList.asm — part of check-in [fabf9fc773] at 2012-11-01 09:59:55 on branch trunk — Included trap in AsmEdit component to hunt for long time crash, which happens sometimes. Fixed crash when trying to autocomplete local label on not compiled project. (user: lhmnai0 size: 24127)
To Artifact [d7ca7393bb]:
- File source/CCList.asm — part of check-in [d9b2bad296] at 2012-11-02 06:46:35 on branch trunk — Added support for the local labels in "goto definition" and "Cross reference" functions. Preparations for the browsing history lists... (user: lhmnai0 size: 24125)
| ︙ | |||
442 443 444 445 446 447 448 | 442 443 444 445 446 447 448 449 450 451 452 453 454 455 | - |
jg @f
mov ecx, [.caret.y0]
sub ecx, [.rect.bottom]
sub ecx, 2
@@:
invoke SetWindowPos, [hCCList], NULL, eax, ecx, 0, 0, SWP_NOSIZE or SWP_NOZORDER or SWP_NOACTIVATE or SWP_NOCOPYBITS
|
| ︙ |