hamis 0 Posted April 1, 2009 (edited) So there is missing/too many }; somewhere.Please take a look:Config Or is there something wrong with this:Csla config Edit:updated configs,added these 2 brdm2's:http://pastebin.com/m28a396e,http://pastebin.com/m1e3b0e28. Edited May 7, 2009 by hamis Share this post Link to post Share on other sites
.kju 3245 Posted April 1, 2009 Get a proper text editor like Notepad++ or EditPadPro.. Share this post Link to post Share on other sites
hamis 0 Posted April 1, 2009 How does that help?I tried Notepad++ but found nothing that could help in this situation.Usually i'm using textpad. Share this post Link to post Share on other sites
[aps]gnat 28 Posted April 1, 2009 These programs, including SC1 (http://www.scintilla.org) allow you to see how each { is matched with a } so you work out which ones are either required or not require Share this post Link to post Share on other sites
hamis 0 Posted April 1, 2009 Could you be more specific,e.g name of function in notepad++? Share this post Link to post Share on other sites
.kju 3245 Posted April 1, 2009 Dude .. did you even launch the app.. Just mark a bracket (put cursor before or behind it).. Share this post Link to post Share on other sites
hamis 0 Posted April 1, 2009 Yes,but i still get errors after dozen tries. Share this post Link to post Share on other sites
PhilippRauch 0 Posted April 1, 2009 hehe, no my friend it just HELPS you SEEING which brackets need a closure or where is one bracket too much.. but actually recognizing them is YOUR work... you have to do it by hand and eye ... sorry pal ... you go on the first bracket, then there will be another bracket 'glowing' and then you have to check if thats the one you intended to put there and that it didnt miss some inbetween and after and before ... each bracket pair has some stuff inside which belongs together like a class or so and you have to know it and then its very helpful to have a visual on a missing or superfluous bracket and such! you have to set the filetype for .cpp .cfg .sqf and .hpp to C++ style then you will also have nice coloring of class and comments and other nice visual helpers BUT they dont take away your work they just give you visual hints that you have to process and interpret. its you thats necessary to validate the code. unfortunately theres no software doing it for you, well maybe the stuff we used at Area51 after we downloaded it from the ufos... (ok, ok .. the last sentence is fun, but the rest is sincere! peace! Share this post Link to post Share on other sites
hamis 0 Posted April 2, 2009 Quote[/b] ]hehe, no my friend it just HELPS you SEEING which brackets need a closure or where is one bracket too much.. but actually recognizing them is YOUR work Sure,i mean i tried dozen times with different "bracketing" but can't figure it out.Maybe classes are in bad order or something.I'll hate to waste rest of my life with this prob,so could someone take a look at the config and tell me what's wrong? Updated configs,BMP_replacement:bmp_new CSLA_cfg:CSLA_new Share this post Link to post Share on other sites