View Issue Details

IDProjectCategoryView StatusLast Update
0000295Ecere SDKide:autocompletepublic2014-04-30 10:04
Reportermothdragon Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionunable to reproduce 
Summary0000295: ide crashes when writing code to a pointer that hasn't been coded yet.
DescriptionRunning on my windows XP system running ecere sdk 0.43 when i try to enter the line bitmap = tMap->tileIndex[1]; the ide crashes at exactly the time that i enter the '>' character. It seems that the ide checks the tMap pointer to be able to produce the list of members and methods. However, I have not yet coded tMap into this yet, and as such the pointer doesn't exist. Therefore the ide is searching for stuff that doesn't exist...
TagsNo tags attached.

Activities

mothdragon

2009-12-11 04:31

reporter   ~0000138

adding in the line

TileMap *tMap;

before hand, resolves the issue.

jerome

2014-04-30 10:04

administrator   ~0001226

There was not enough information to confirm this has been fixed, but it probably is.

Please open a new issue with a snippet or attached source file if this is still an issue.

Issue History

Date Modified Username Field Change
2009-12-11 04:28 mothdragon New Issue
2009-12-11 04:31 mothdragon Note Added: 0000138
2012-03-08 16:52 redj Target Version => 0.45 Ginkakuji
2012-03-29 07:52 redj Category => ide
2012-03-29 07:52 redj Project @3@ => Ecere SDK
2014-02-22 18:27 jerome Category ide => ide:autocomplete
2014-04-30 10:04 jerome Note Added: 0001226
2014-04-30 10:04 jerome Status new => closed
2014-04-30 10:04 jerome Resolution open => unable to reproduce
2014-04-30 10:04 jerome Target Version 0.45 Ginkakuji =>