First thank to all the people who helped me so far. I've been hacking for almost 10 years and I always coded with FCEUXD (debugger). I recently decided to use easier program, and I ask advices from people here. I got a lot of help and useful informations. I ended up picking Eclipse to code, it answered my needs.
However, I have few more points for which I would need help if possible. I will write few small questions:
Related with Eclipse (ASM6 to compile):
1-) Is there a way to comment all selected line and decomment them, like with Visual Studio?
2-) If I use multiple document, for example I will have main file which will include everything. I will first include the variables, then for example, a boss file. However the boss files has no include but uses variable from the file loaded before in the main file.
Is there a way to see the variable in Eclipse to the right when I edit the boss file even if it has no include?
3-) I would like Eclipse to propose me the variable to the right when I start typing, like visual studio. Is it possible?
4-) Considering I have a main file that does all the include like mentionned above, can I have private labels?
For example, in every boss file, I will have labels at each RTS for the BEQ, BNE, JMP, etc...
RTS0:
RTS
.
.
.
RTS1:
RTS
But these label would refer to different things in every boss file. Is there a way to be able to use labels as RTS0, RTS1 as private in every file?
However, I have few more points for which I would need help if possible. I will write few small questions:
Related with Eclipse (ASM6 to compile):
1-) Is there a way to comment all selected line and decomment them, like with Visual Studio?
2-) If I use multiple document, for example I will have main file which will include everything. I will first include the variables, then for example, a boss file. However the boss files has no include but uses variable from the file loaded before in the main file.
Is there a way to see the variable in Eclipse to the right when I edit the boss file even if it has no include?
3-) I would like Eclipse to propose me the variable to the right when I start typing, like visual studio. Is it possible?
4-) Considering I have a main file that does all the include like mentionned above, can I have private labels?
For example, in every boss file, I will have labels at each RTS for the BEQ, BNE, JMP, etc...
RTS0:
RTS
.
.
.
RTS1:
RTS
But these label would refer to different things in every boss file. Is there a way to be able to use labels as RTS0, RTS1 as private in every file?