Hi Sibylle,

On 10/5/2014 11:30, Sibylle Koczian wrote:
Am 04.10.2014 16:42, schrieb Ed Leafe:
On Oct 4, 2014, at 5:44 AM, Sibylle Koczian <[email protected]> wrote:

If that works not only with Editor.py, but also with my own application, I'll put the changed modules into codepad, ok?

Are you familiar with git and GitHub? If so, you could fork the code at [email protected]:dabodev/dabo.git, and create a pull request against the working branch. This way we could merge the code directly into the codebase for everyone to benefit from.


I've never tried to use git in any way. Probably it would be a good idea to learn about it, but except for getting Dabo via SVN in the past I don't know anything at all about version control. So is there a tutorial or something like that for absolute beginners? And is it reasonable to first learn to use git and then put these very small changes in?

On the other hand the traceback Bruno Gallard cited in his mail looks very similar, seems to be the same problem. So I certainly shouldn't sit on the change, small as it is.
I think you are on Windows, if correct I would suggest TortoiseGit:
https://code.google.com/p/tortoisegit/wiki/Download

Things you need to do:
*create a github account - https://github.com/*
*
then fork dabodev*
top right when viewing the dabodev repo - https://help.github.com/articles/fork-a-repo/ , this will create a copy of dabodev in your github account.

*then clone the dabodev to your PC*
I keep tools like this in 'c:\devtools', so right click in Explorer Window within e.g. 'devtools', and select "Git clone" and enter the url. You can find the 'url' for a repo on github at the lower right side, if you have 'SSH' setup use that otherwise use 'HTTPS'. In the directory enter e.g. 'devtools\dabo'

*to use this version of dabo
*Change the 'dabo.pth' file to contain e.g. 'D:\devTools\dabo' and 'daboide.pth' file should have 'D:\devTools\dabo\ide'

Now make the change under 'devTools\dabo', then test it and if it works commit it - right click the 'devtools\dabo' folder in the Explorer and select 'Git commit'.

Then 'push' the change to your copy of the dabo repo on github and then do a PR - https://help.github.com/articles/using-pull-requests/

I hope I didn't miss anything.

It is not that easy the first time round but then it gets easier and it is very fast and quick for devs to accept changes and integrate them with little work.

Werner


--- StripMime Report -- processed MIME parts ---
multipart/alternative
 text/plain (text body -- kept)
 text/html
---
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to