Quote:
Originally Posted by Shooting King
- Dynamically Highlight Syntax - Unlike NotePad++ you have to scan include files and highlight syntax
- Eclipse like auto include - like if we use pev(), and press ctrl+enter, it should automatically include fakemeta.inc
- Unused variable highlighter
- Unused include highlighter
- Intellisense would be awesome
- 'Compile and Copy to Directory (and start game)'
For now these are enough.
|
Thanks.
For the :
1- I will do it.
2- For the 2 this tool is not to write your plugin in it its just fix things well i like the idea of auto include i will add it.
3- Easy.
4-Easy.
5- i didn't understand.
6- i will try.
Well right now i finish the first check of is_user_alive I like to get what is the most errors that can do a coder.
Its really difficult to check if is_user_alive is in the event of Ham spawn because first i have to :
RegisterHam(Ham_Spawn, "player", "fw_here" , 1 )
I have to do a regex to get the "fw_here" then check if text contain it ( RegisterHam(Ham_Spawn ... ) then get what between bracket
public fw_here( blabla ) {
// Getting functions
}
Then checking if the function contain is_user alive if its not there is a checkbox if you check it, it will be added auto . This is all right now . Tomorrow will do the Unused var and stock and include and define . Then i cant promise you that this tool will be released soon! This is all. Other suggestions is welcomed .
Edit : i want to thank fysiks about AMXX Keywords for Syntax Highlighting its really helpfull.