jacogr / atom-git-control

Not maintained :(
MIT License
227 stars 70 forks source link

Multi project #96

Closed rdcklinux closed 8 years ago

rdcklinux commented 9 years ago

add multi project feature

alexandernst commented 9 years ago

+1 for this. Is this ready to be merged or is there something that needs to be polished?

MarcelMue commented 9 years ago

I looked at this briefly, it looks good to be merged but I have some exams currently and didn't find the time yet to test extensively. If you want to test it and report back I would greatly appreciate it :+1:

MarcelMue commented 9 years ago

I looked at this more intensely, some minor merge problems are there currently but I tried that locally and removing them isn't a big issue. Another problem that needs to be adressed is that currently the error message for "No repository found" does not work. Changing the git-control-view.coffe to this:

      if !git.isInitialised()

      git.alert "> This project is not a git repository. Either open another project or create a repository."

      else

      @setWorkspaceTitle(git.getRepository().path.split('/').reverse()[1])```

schould do the trick. 
rdcklinux commented 8 years ago

fix on new branch