Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Codeblocks ported to sqrat
Jenna:
Just for the record: you can use a github repo with git (obviously) and svn (https://help.github.com/articles/support-for-subversion-clients).
MortenMacFly:
--- Quote from: jens on February 13, 2014, 06:26:38 am ---Just for the record: you can use a github repo with git (obviously) and svn (https://help.github.com/articles/support-for-subversion-clients).
--- End quote ---
Yes, I know about this and already using it. Still, it does not help to merge trunk into this repo to be up to date again. :-/
--- Quote from: jens on February 13, 2014, 06:26:38 am ---Just for the record: you can use a github repo with git (obviously) and svn (https://help.github.com/articles/support-for-subversion-clients).
--- End quote ---
BlueHazzard:
I made now a rebase and pushed it to github. I don't know if this was a good decision (because of the rewriting of the history...)
oBFusCATed:
Don't worry too much about it. And keep in mind that the history will be re-written anyway when these changes land in trunk (git svn dcommit will make sure to execute git svn rebase)
BlueHazzard:
I have now created a separate script plugin class and manage all events from there.
I added the possibility to use c::b events in scripts.
I had some difficulties with the menu events not getting handled. But after updating my compiler from 4.7 to 4.8 all works. I don't know if this had do do with a "hard" rebuild, or with the compiler version.
Can please someone test this build with a different compiler then 4.8.1 and look if the menu and c::b events work? Of course all others are also invited to test...
procedure to test:
--- Code: ---1) Compile all
2) Run C::B sqrat port
3) Open scripting console
4) In the script console open "scripts\test\script-test-plugin.script"
5) Run Menu->Plugins->Test scripting
6) Check scripting console for output (The Volume test fails)
7) In the script console open "scripts\test\event-test-plugin.script"
8) Run Menu->Plugins->Test Event scripting
9) Open and close random project and files -> Check in the console for errors
10) Reload a plugin (repeat step 4->9 or 7->9)
--- End code ---
thank you
greetings
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version