The hijack works fine, but seems to be some glitches into the 3dRad script window... btw, great work!!
good to hear if it works : )
..any specific glitches/bugs ?
The 3DRad community can be found at classdev.net.
The hijack works fine, but seems to be some glitches into the 3dRad script window... btw, great work!!
- I would like to save fonts, colors and other preferences...This is possible - will be in the next update.
- Could be possible to drag ( <--|--> ) all panels horizontally?Also possible - will be in the next update.
- Can you add line numbers?I'll have to see - it shouldn't be too difficult.
- Automatic Variable Detection needs some fixesYeah - it's needs some tweaking. At the moment, every time you update the text, it searches for all instances of 'int', 'float', and 'string', selects them, changes the colour, then deselects them. This means that the cursor will always jump back to the beginning of the script. This should be fixed once I've integrated ScintillaNET - this will also fix the comment colouring problem.
- Hope you can solve the text color problem (at least in comments)
On a different, yet related, subject, I have set up a CodePlex page so that if anyone feels like tinkering around with the source code, they're more than welcome to. Enjoy.
Just from quick test..
- Tab is too long? (maybe half would be better..)
- comment line, could color the text also? (following //...)
- automatic semicolon at end of line (if its not there, when pressed enter?) or simple "error checking" for missing ";"?
- are you going to make autocomplete/dropdown-keyword-select within the editor?
It seems that the list only automatically scrolls if it's at the very beginning of very end of the script - could you guys test this?