Author Topic: git support  (Read 2003 times)

zhangxudong

  • Community Member
  • Posts: 24
  • Hero Points: 0
git support
« on: July 07, 2009, 02:44:47 PM »
1. Support git version control system.
2. Could you develop slickedit using GTK in Linux/Unix.

ingo

  • Community Member
  • Posts: 12
  • Hero Points: 0
Re: git support
« Reply #1 on: September 05, 2009, 06:22:57 AM »
- Support for editing files larger then 2 GB
- git scm support.
- a nice to have, would also, to support something like remote compile.
  Say you have a headless maschine(on VM or so) with OpenBSD, an i can edit and compile remote
  on this maschine like i have an local project.

- native 64bit version on linux. Setup a box with only 64bit, and can't use VS here :(


« Last Edit: September 12, 2009, 03:03:57 PM by ingo »

jmfrouin

  • Senior Community Member
  • Posts: 103
  • Hero Points: 2
Re: git support
« Reply #2 on: August 01, 2010, 05:52:12 PM »
valgrind / gprof support.
cmake support
git support
wxwidgets support

photex

  • Community Member
  • Posts: 61
  • Hero Points: 1
Re: git support
« Reply #3 on: September 07, 2010, 03:56:15 PM »
Convert the UI to Qt!
QMake project type.
Windows SDK project type.
UnrealScript support (so I can abort my efforts and work on the fun stuff).
Issue system integration (Jira, Redmine, etc).
GIT.

RaffoPazzo

  • Community Member
  • Posts: 77
  • Hero Points: 2
Re: git support
« Reply #4 on: March 15, 2014, 10:32:45 AM »
Better git support.

I'd like to:
  • have a window showing me the status of the working tree, i.e. files modified, staged, untracked, etc.
  • have a window, possibly the same as before, showing me the tree of my branches like Atlassian's SourceTree does
  • type a keystroke to stage files
  • type a keystroke to commit
  • type a keystroke to create a new branch
  • type a keystroke to switch branch
  • have the project tree refreshed when switching branch
  • have the index rebuilt when switching branch