|
Author | Thread |
---|---|
orgin |
Published: 2009/2/3 6:22 Updated:
2009/2/3 6:22
|
Supreme Council
Joined: 11/16/2006
From: Sweden
Comments: 3294
|
Re: CodeBench Beta release
Nice! I'm going try this when I get back from work.
Rigo: How do you feel about making it possible to integrate SVN support? Just a simple variant where you can specify username+password+svnuri and then use the following commands from the gui: To create the svn setup and fetch all files: svn checkout svn://uri --username uname --password pwd To get all updates: svn update --username uname --password pwd To add a file to the svn svn add myfile.c --username uname --password pwd To send updates to the svn svn commit --username uname --password pwd To create a directory on the svn svn mkdir --username uname --password pwd To delete a file on the svn svn delete myfile.c --username uname --password pwd |
ShInKurO |
Published: 2009/2/3 8:40 Updated:
2009/2/3 8:48
|
Just popping in
Joined: 03/01/2008
From:
Comments: 138
|
Re: CodeBench Beta release
When I try to scroll down a source file from cursor (with keyboard arrow button down) texteditor doesn't scroll my text, while if use mouse with vertical scrollbar it is scrolled down...
If I select vertical scrollbar and move it then if I scroll down with kb arrow down then it works. If I move vertical scrollbar down and then I try to scroll up or down with kb arrow then editor works until I arrive at the top of text file. From here, if try to scroll down with kb arrow down again it doesn't work... Even if I've enabled "snapshot window on exit" checkmark this feature doesn't work |
TSK |
Published: 2009/2/3 11:20 Updated:
2009/2/3 17:35
|
Just can't stay away
Joined: 02/23/2007
From: Finland, the land of Santa, sauna, sisu and salmiakki
Comments: 1209
|
Re: CodeBench Beta release
(edit)
@orgin Don't forget SVN import. (edit) @Rigo Thanks ! |
Rigo |
Published: 2009/2/3 12:48 Updated:
2009/2/3 12:48
|
Supreme Council
Joined: 11/19/2006
From: London, England
Comments: 1390
|
Re: CodeBench Beta release
I did make a start on SVN/CVS integration, but ran into problems integrating it into the console so that output was available. I have had to stop adding features otherwise this would never get released. So perhaps I might add it for a future update if I can get it working the way I want.
Simon |
Rigo |
Published: 2009/2/3 12:51 Updated:
2009/2/3 12:51
|
Supreme Council
Joined: 11/19/2006
From: London, England
Comments: 1390
|
Re: CodeBench Beta release
@ShInKurO
Quote:
In order for any keyboard input to work, the editor gadget needs to be active. This is usually indicated by the cursor turning from grey to blue. The mousewheel will scroll the text regardless of whether the gadget is active or not. When using the mouse to drag the scrollbars, you have clicked outside of the editor gadgets bounds, and deactivated it. So you need to click back inside the gadget before navigating the text with the keyboard again. Simon |
ShInKurO |
Published: 2009/2/3 14:08 Updated:
2009/2/3 14:08
|
Just popping in
Joined: 03/01/2008
From:
Comments: 138
|
Re: CodeBench Beta release
Quote:
texteditor gadget is active, if it wasn't I couldn't move cursor with keyboard... Quote:
if focus is into texteditor gadget it should be always navigable with keyboard... |
Rigo |
Published: 2009/2/3 14:30 Updated:
2009/2/3 14:30
|
Supreme Council
Joined: 11/19/2006
From: London, England
Comments: 1390
|
Re: CodeBench Beta release
Well, if that is the case, it is unreproducible here. What locale are you using?
Simon |
ShInKurO |
Published: 2009/2/3 14:51 Updated:
2009/2/3 14:51
|
Just popping in
Joined: 03/01/2008
From:
Comments: 138
|
Re: CodeBench Beta release
It's all in english even if my system is in italian language, I've supposed catalog is missing... why catalog should give these problems?
|
Rigo |
Published: 2009/2/3 15:15 Updated:
2009/2/3 15:22
|
Supreme Council
Joined: 11/19/2006
From: London, England
Comments: 1390
|
Re: CodeBench Beta release
It's not about the cataloge, it's about the key mapping, but I think CRSR UP and DOWN should always be the same.
Anyway, I have createda thread in the support forum, as this talk is not really appropriate in a news item. Please continue in the thread. Simon |