AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   (OLD) Bug Reports (https://forums.alliedmods.net/forumdisplay.php?f=24)
-   -   [AMXX-Studio] new const not showing in Code-Explorer (https://forums.alliedmods.net/showthread.php?t=51315)

soi 02-15-2007 18:40

[AMXX-Studio] new const not showing in Code-Explorer
 
1 Attachment(s)
Hi, i found a bug in AMXX-Studio 1.4.3 final

I have a big new const definition.
When i put a new "new const" definition under the big one, it doesn't show in the Code-Explorer under Constants.

Code:

new const test = 1

new const g_WeaponsNames[MAXLEVELS][] = {
    "AK-47",
    "G3/SG-1",
    "Colt M4A1",
    "Steyr AUG",
    "Galil",
    "SG-552 Commando",
    "Famas",
    "M249 Para",
    "SG-550 Sniper",
    "AWP",
    "P90",
    "Desert Eagle",
    "USP .45",
    "Ingram MAC-10",
    "MP5-Navy",
    "UMP45",
    "M3 Super90",
    "XM1014",
    "Steyr TMP",
    "Dual Elites",
    "P228",
    "Scout",
    "Five-Seven",
    "Glock18",
    "HE Grenade",
    "Knife"
}

new const test2 = 1

The constants "test" and "g_WeaponNames" are shown in the Code-Explorer but the constant "test2" und everything under is not shown!

I added a Screenshot of this.

Zenith77 02-15-2007 20:33

Re: [AMXX-Studio] new const not showing in Code-Explorer
 
It will show up eventually, but it still doesn't act like it should. It will appear from my experience, after you compile, when you save, after you exit then later start up AMXX Studio again.

Hawk552 02-15-2007 23:34

Re: [AMXX-Studio] new const not showing in Code-Explorer
 
Yeah, the entire thing is really hit and miss. Hopefully BM will address everything in the rewrite (whether intentional or accidental).


All times are GMT -4. The time now is 09:26.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.