codestriker-user Mailing List for Codestriker: collaborative code reviewer (Page 4)
Brought to you by:
sits
You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(12) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
|
Feb
|
Mar
(1) |
Apr
(6) |
May
(3) |
Jun
(1) |
Jul
|
Aug
(9) |
Sep
(2) |
Oct
(2) |
Nov
(8) |
Dec
(6) |
| 2004 |
Jan
(12) |
Feb
(19) |
Mar
(2) |
Apr
(2) |
May
(4) |
Jun
(11) |
Jul
|
Aug
(14) |
Sep
(4) |
Oct
(27) |
Nov
(4) |
Dec
(22) |
| 2005 |
Jan
(14) |
Feb
(2) |
Mar
(11) |
Apr
(3) |
May
(14) |
Jun
(60) |
Jul
(58) |
Aug
(76) |
Sep
(72) |
Oct
(59) |
Nov
|
Dec
(4) |
| 2006 |
Jan
(1) |
Feb
(5) |
Mar
(13) |
Apr
(11) |
May
(30) |
Jun
(17) |
Jul
(18) |
Aug
(39) |
Sep
|
Oct
|
Nov
|
Dec
(17) |
| 2007 |
Jan
(18) |
Feb
(5) |
Mar
(20) |
Apr
(2) |
May
(3) |
Jun
(13) |
Jul
(11) |
Aug
(4) |
Sep
(6) |
Oct
(9) |
Nov
(3) |
Dec
|
| 2008 |
Jan
(10) |
Feb
|
Mar
(5) |
Apr
|
May
|
Jun
(9) |
Jul
(10) |
Aug
(10) |
Sep
(13) |
Oct
(34) |
Nov
(12) |
Dec
(8) |
| 2009 |
Jan
(4) |
Feb
(11) |
Mar
(12) |
Apr
(3) |
May
(36) |
Jun
(4) |
Jul
(11) |
Aug
(12) |
Sep
(25) |
Oct
(13) |
Nov
(9) |
Dec
|
| 2010 |
Jan
|
Feb
(12) |
Mar
(6) |
Apr
(10) |
May
(12) |
Jun
|
Jul
(4) |
Aug
(9) |
Sep
(12) |
Oct
(3) |
Nov
(6) |
Dec
(3) |
| 2011 |
Jan
(2) |
Feb
(1) |
Mar
(3) |
Apr
(5) |
May
(3) |
Jun
(8) |
Jul
|
Aug
(14) |
Sep
|
Oct
(3) |
Nov
(1) |
Dec
|
| 2012 |
Jan
(2) |
Feb
(10) |
Mar
(4) |
Apr
(3) |
May
(2) |
Jun
(5) |
Jul
|
Aug
(3) |
Sep
|
Oct
(2) |
Nov
(4) |
Dec
(2) |
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(1) |
Nov
|
Dec
(2) |
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: David S. <dav...@gm...> - 2011-03-15 23:13:18
|
Hi Jain, For some reason with Perl 5.12, they decided to change the default list of installed modules, which is why this has broken. Codestriker was developed under Perl 5.8 and 5.10. The easiest fix for now is to edit the Codestriker.pm file line 563 and change "croak" to "die". Other occurrences of "croak" should be replaced with "die". Cheers, David |
|
From: Jain J. <Jai...@sh...> - 2011-03-15 16:23:49
|
Hi Neeta, Thank you for your response. Could you please let me know the exact module name of Carp package to be installed on the server. Thanks, Jain Jacob From: <nee...@em...> To: <Jai...@sh...>, <cod...@li...> Date: 03/15/2011 12:07 PM Subject: RE: [Codestriker-user] Codestriker installation issue Have you got the Carp package installed on your server? http://perldoc.perl.org/Carp.html From: Jain Jacob [mailto:Jai...@sh...] Sent: Tuesday, March 15, 2011 12:02 PM To: cod...@li... Subject: [Codestriker-user] Codestriker installation issue Hi All, I tried installing codestriker on Linux System, but it is throwing error while running install.pl. Below is the error I'm getting. I tried codestriker 1.9.9 and 1.9.10, but on both versions I'm getting the error shown below. I downloaded codestriker [both versions]from the link http://sourceforge.net/projects/codestriker/files/codestriker/1.9.10/ and followed the instruction from http://codestriker.sourceforge.net/c49.html. [root@requests bin]# ./install.pl String found where operator expected at /opt/codestriker/codestriker-1.9.9/lib/Codestriker.pm line 563, near "croak "Failed to execute $system_line: $!\n"" (Do you need to predeclare croak?) syntax error at /opt/codestriker/codestriker-1.9.9/lib/Codestriker.pm line 563, near "croak "Failed to execute $system_line: $!\n"" Compilation failed in require at /opt/codestriker/codestriker-1.9.9/lib/Codestriker/DB/DBI.pm line 14. BEGIN failed--compilation aborted at /opt/codestriker/codestriker-1.9.9/lib/Codestriker/DB/DBI.pm line 14. Compilation failed in require at /opt/codestriker/codestriker-1.9.9/lib/Codestriker/Model/User.pm line 14. BEGIN failed--compilation aborted at /opt/codestriker/codestriker-1.9.9/lib/Codestriker/Model/User.pm line 14. Compilation failed in require at ./install.pl line 58. BEGIN failed--compilation aborted at ./install.pl line 58. I'm using: Enterprise RedHat 5.5, on 32 bit machine DB: Mysql Could you please help me in fixing this issue. Thanks, Jain Jacob |
|
From: Jain J. <Jai...@sh...> - 2011-03-15 16:01:50
|
Hi All, I tried installing codestriker on Linux System, but it is throwing error while running install.pl. Below is the error I'm getting. I tried codestriker 1.9.9 and 1.9.10, but on both versions I'm getting the error shown below. I downloaded codestriker [both versions]from the link http://sourceforge.net/projects/codestriker/files/codestriker/1.9.10/ and followed the instruction from http://codestriker.sourceforge.net/c49.html. [root@requests bin]# ./install.pl String found where operator expected at /opt/codestriker/codestriker-1.9.9/lib/Codestriker.pm line 563, near "croak "Failed to execute $system_line: $!\n"" (Do you need to predeclare croak?) syntax error at /opt/codestriker/codestriker-1.9.9/lib/Codestriker.pm line 563, near "croak "Failed to execute $system_line: $!\n"" Compilation failed in require at /opt/codestriker/codestriker-1.9.9/lib/Codestriker/DB/DBI.pm line 14. BEGIN failed--compilation aborted at /opt/codestriker/codestriker-1.9.9/lib/Codestriker/DB/DBI.pm line 14. Compilation failed in require at /opt/codestriker/codestriker-1.9.9/lib/Codestriker/Model/User.pm line 14. BEGIN failed--compilation aborted at /opt/codestriker/codestriker-1.9.9/lib/Codestriker/Model/User.pm line 14. Compilation failed in require at ./install.pl line 58. BEGIN failed--compilation aborted at ./install.pl line 58. I'm using: Enterprise RedHat 5.5, on 32 bit machine DB: Mysql Could you please help me in fixing this issue. Thanks, Jain Jacob |
|
From: David S. <dav...@gm...> - 2011-02-27 01:55:27
|
Hi Justin, > Creating table topic... > DBD::SQLite::db do failed: table topic already exists at > /var/www/codestriker/codestriker-1.9.10/lib/Codestriker/DB/Database.pm line > 140. > Unable to create table/indexes. This seems strange. Can you delete your SQLite database file and try again? Alternatively, use the MySQL database as that one has had the most use. From memory, the SQLite database was contributed and has probably not been thoroughly used. Cheers, David |
|
From: David S. <dav...@gm...> - 2011-01-11 22:10:29
|
Its not available today, but if you are willing, we can work together to make it happen. On Wed, Jan 12, 2011 at 4:29 AM, Archana Sinha <arc...@gm...> wrote: > Hello , > Could you please tell me weather we can integrate codestriker with > Microsoft Team Developer ? > > Thanks in advance. > > Regards > Archana |
|
From: David S. <dav...@gm...> - 2011-01-02 02:55:49
|
Hi Ricky, That sounds strange. I take it there was nothing more useful reported in apache's error.log file? If you have configured the app as mod_perl, can you try as CGI? I'd be surprised about the tmp directory being the issue. Its interesting it works as user apache - I assume that is the same user that runs the httpd process? Cheers, David On Fri, Dec 31, 2010 at 11:06 AM, Ricky Charlet <RCh...@ad...> wrote: > Howdy, > > I'm trying to bring up a brand new codestriker install. > > OS = Fedora Linux 2.6.35.6-45.fc14.x86_64 > Codestriker Version = 9.1.10 > Source Repository = perforce > > I successfully created a topic. But when I try to get a parallel view, I get this error: > -------cut------------- > Command failed: Failed to execute "/usr/local/bin/p4" "-p" "sj-perforce-1:1666" "-u" "codestriker" "-P" "code2010!" "print" "-q" "//FBSD80_APPS/integrate/dedup/V0/newDedup/Kern/alias.c#1" > "/tmp/codestriker/cJf_nlhik7/stdout.txt" 2> "/tmp/codestriker/cJf_nlhik7/stderr.txt": > at /var/www/codestriker/codestriker-1.9.10/lib/Codestriker/Repository/Perforce.pm line 67 > > /usr/local/bin/p4 -p sj-perforce-1:1666 -u codestriker -P code2010! print -q //FBSD80_APPS/integrate/dedup/V0/newDedup/Kern/alias.c#1 > Check your webserver error log for more information. > at /var/www/codestriker/codestriker-1.9.10/lib/Codestriker/Repository/Perforce.pm line 67 > -------paste----------- > > I checked the p4 command running as the user apache and the command works fine. I suspect the problem is in opening/creating that random looking directory name under /tmp/codestriker/<randomBits>/stdout.txt. > > In my codestriker.conf I have tried leaving $tmpdir commented out and also setting it to '/tmp/codestriker'. I get the same error message either way but complaining about /tmp/<random>/stdout.txt vs /tmp/codestriker/<random>stdout.txt > > Any ideas on what I should test/configure/modify? > > > > --- > Ricky Charlet > Adara Networks > USA 408-433-4942 > > > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Codestriker-user mailing list > Cod...@li... > https://lists.sourceforge.net/lists/listinfo/codestriker-user > |
|
From: Ricky C. <RCh...@ad...> - 2010-12-31 00:06:27
|
Howdy,
I'm trying to bring up a brand new codestriker install.
OS = Fedora Linux 2.6.35.6-45.fc14.x86_64
Codestriker Version = 9.1.10
Source Repository = perforce
I successfully created a topic. But when I try to get a parallel view, I get this error:
-------cut-------------
Command failed: Failed to execute "/usr/local/bin/p4" "-p" "sj-perforce-1:1666" "-u" "codestriker" "-P" "code2010!" "print" "-q" "//FBSD80_APPS/integrate/dedup/V0/newDedup/Kern/alias.c#1" > "/tmp/codestriker/cJf_nlhik7/stdout.txt" 2> "/tmp/codestriker/cJf_nlhik7/stderr.txt":
at /var/www/codestriker/codestriker-1.9.10/lib/Codestriker/Repository/Perforce.pm line 67
/usr/local/bin/p4 -p sj-perforce-1:1666 -u codestriker -P code2010! print -q //FBSD80_APPS/integrate/dedup/V0/newDedup/Kern/alias.c#1
Check your webserver error log for more information.
at /var/www/codestriker/codestriker-1.9.10/lib/Codestriker/Repository/Perforce.pm line 67
-------paste-----------
I checked the p4 command running as the user apache and the command works fine. I suspect the problem is in opening/creating that random looking directory name under /tmp/codestriker/<randomBits>/stdout.txt.
In my codestriker.conf I have tried leaving $tmpdir commented out and also setting it to '/tmp/codestriker'. I get the same error message either way but complaining about /tmp/<random>/stdout.txt vs /tmp/codestriker/<random>stdout.txt
Any ideas on what I should test/configure/modify?
---
Ricky Charlet
Adara Networks
USA 408-433-4942
|
|
From: David S. <dav...@gm...> - 2010-12-08 00:51:02
|
Hi Dudu, The SSDIR environment variable is set for you automatically, as long as you set it right in your codestriker.conf file. Check some of the examples vss: examples in the $repository section. Cheers, David On Wed, Dec 8, 2010 at 12:58 AM, Dudu Zoltan <dz...@gm...> wrote: > Hello all, > I'm trying to create a topic using codestriker 1.9.10 and giving start/end > tags + module name. > I get "Problem generating topic text:" error and nothing else. > I am running Apache 2.2 with codestriker as CGI on Windows 7. > I checked the logs and I get > > [Tue Dec 07 15:51:45 2010] [error] [client 127.0.0.1] No VSS database > (srcsafe.ini) found. Set the SSDIR environment variable to the path of > srcsafe.ini for your VSS database.\r, referer: > http://localhost/cgi/codestriker.pl > > I set the SSDIR variable and tried running Apache service under different > account to check for permissions but still I get that error > The valid_repositories has the right path to the ini file and the $vss > variable in the codestriker.conf is set to the right location of ss.exe. > > Creating a topic from a text file works but I would like to be able to > create a topic without a text file. > > What's still missing? > Thanks > > ------------------------------------------------------------------------------ > What happens now with your Lotus Notes apps - do you make another costly > upgrade, or settle for being marooned without product support? Time to move > off Lotus Notes and onto the cloud with Force.com, apps are easier to build, > use, and manage than apps on traditional platforms. Sign up for the Lotus > Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d > _______________________________________________ > Codestriker-user mailing list > Cod...@li... > https://lists.sourceforge.net/lists/listinfo/codestriker-user > > |
|
From: Dudu Z. <dz...@gm...> - 2010-12-07 13:58:37
|
Hello all, I'm trying to create a topic using codestriker 1.9.10 and giving start/end tags + module name. I get "Problem generating topic text:" error and nothing else. I am running Apache 2.2 with codestriker as CGI on Windows 7. I checked the logs and I get [Tue Dec 07 15:51:45 2010] [error] [client 127.0.0.1] No VSS database (srcsafe.ini) found. Set the SSDIR environment variable to the path of srcsafe.ini for your VSS database.\r, referer: http://localhost/cgi/codestriker.pl I set the SSDIR variable and tried running Apache service under different account to check for permissions but still I get that error The valid_repositories has the right path to the ini file and the $vss variable in the codestriker.conf is set to the right location of ss.exe. Creating a topic from a text file works but I would like to be able to create a topic without a text file. What's still missing? Thanks |
|
From: David S. <dav...@gm...> - 2010-11-15 22:13:03
|
> My development team is looking at alternatives to Code Collaborator for web > based code peer reviews. The solution I’m putting together is CodeStriker > integrated with Bugzilla. > > My question is this, how many simultaneous reviewers does CodeStriker > support? Plenty. It is just a CGI application running Apache and a database like MySQL, so the limits are really with those systems. There is no eclipse plugin. Cheers, David |
|
From: Just Me <jus...@gm...> - 2010-11-15 20:40:00
|
My team is putting together a process for performing web based code reviews. As of now, we are evaluating CodeStriker integrated with Bugzilla. We have a few questions: 1: How many simultaneous reviewers can log on to review the code? 2. Is there an eclipse plug-in for CodeStriker? Thanks. Tanner and Team |
|
From: David S. <dav...@gm...> - 2010-11-11 05:01:17
|
> In other code review tool, I could update the diff when getting some > comments and update the code. But in codestriker, I cannot find the > entrypoint to update the existing diff. How can I update the diff to let the > reviewer see my newest change? It can't do it nicely today. The only way is to "obsolete the existing topic" from the topic properties screen, and then create the new topic. The topics are linked together, but its not that convenient compared to other tools. Cheers, David |
|
From: David S. <dav...@gm...> - 2010-11-11 02:46:01
|
Hi Peng, This one "works" in a sense, but it has no content. Perhaps this is why it is returning the whole file. Can you try another diff which actually has some source code changes? If it still fails, can you send me a sample? Cheers, David 2010/11/10 杨鹏 <pen...@av...>: > Thanks, David. > > Attachment(log) is the diff file generated by the ssdiff.pl. Also I attached > the codestriker.conf, hope it could give more information to you. Thanks. > > Thanks > Peng > > -----Original Message----- > From: David Sitsky [mailto:dav...@gm...] > Sent: 2010年11月10日 13:16 > To: 杨鹏 > Cc: cod...@li... > Subject: Re: CodeStriker cannot display the diff with the correct format > when view an topic > > Hi Peng, > >> My environment is: windows 2003 + IIS 6.0 + mod_perl > (ActivePerl-5.12.2.1202)+ Highlight converter V3.1. And there are two > virtual directories "codestriker", "codestrikerhtml" under the "Default Web > Site". > > IIS (and CGI.pm that ships with Perl) is troublesome. Its been some > years since I have last used it. Can I suggest you use apache > instead? This won't have this issue with the URLs. > > As for the file parsing issue - can you email me the smallest VSS diff > file that doesn't parse so I can check it out? Thanks. > > Cheers, > David > |
|
From: David S. <dav...@gm...> - 2010-11-10 05:15:59
|
Hi Peng, > My environment is: windows 2003 + IIS 6.0 + mod_perl (ActivePerl-5.12.2.1202)+ Highlight converter V3.1. And there are two virtual directories "codestriker", "codestrikerhtml" under the "Default Web Site". IIS (and CGI.pm that ships with Perl) is troublesome. Its been some years since I have last used it. Can I suggest you use apache instead? This won't have this issue with the URLs. As for the file parsing issue - can you email me the smallest VSS diff file that doesn't parse so I can check it out? Thanks. Cheers, David |
|
From: David S. <dav...@gm...> - 2010-11-10 02:24:47
|
Hi Peng,
On line 77 of the file bin\codestriker.pl.base, there is:
$ENV{'PATH'} = '';
Can you change it to (or the directory where cmd.exe is):
$ENV{'PATH'} = 'c:/Windows/system32';
Then re-run install.pl, restart your web-server and try again? Please
let me know if this fixes it.
Are you using mod-perl or CGI?
Cheers,
David
|
|
From: Dean A. <dea...@pa...> - 2010-10-09 00:29:27
|
One last (major) update for now (attached). This solves the "View all files" issue, and cleans up the template code a bit. There's an oddity with the Parallel viewer that causes the left pane to reset to the top when the horizontal scrollbar moves...probably some DOM element that needs tweaking. But I think its generally useful...or at least good enough. Dean Arnold ParAccel, Inc. |
|
From: Dean A. <dea...@pa...> - 2010-10-08 15:44:47
|
I managed to solve item (3) on my own. If the old or new source line is empty (has an empty line number), I apply an un-linked "0" w/ white color so its invisible. That forces the table row layout to the fixed font size wo/ displaying anything. Fixed version attached. Again, its not pretty, but does get the job done. This is starting to look acceptable to my users; item (1) should be simple...item (2) is a bit more difficult. Dean Arnold ParAccel, Inc. -----Original Message----- From: Dean Arnold Sent: Thursday, October 07, 2010 5:58 PM To: 'David Sitsky' Cc: cod...@li... Subject: RE: [Codestriker-user] Break into horizontal scrolling panes ? I've managed to make progress (see attachment). Its not a pretty hack, but its getting close to what I'm after. Fwiw, I've only tested w/ FF and chrome so far. As stated before, I don't know that this will ever work w/ IE (at least, not wo/ major JS hackery...and since I avoid the blue E like plague, I call "not it") Other gotchas: 1. It probably won't work as is w/ "view all files"; that can probably be fixed by a bit more JS (A separate set of panes for each file, and installing each set of pane's ID's into the scrollbar handler) 2. The sizing of the panes is static; I need to JS up the window dimensions and adjust accordingly 3. Empty lines in one pane are smaller height than non-empty lines in the other pane, which causes gradual misalignment between the panes. I'm guessing a CSS adjustment is needed to get adjacent rows in left and right tables to always be the same height. Any ideas how to deal w/ item (3) ? Maybe empty lines need a class definition to match ? Dean Arnold ParAccel, Inc. -----Original Message----- From: David Sitsky [mailto:dav...@gm...] Sent: Monday, September 27, 2010 11:04 PM To: Dean Arnold Cc: cod...@li... Subject: Re: [Codestriker-user] Break into horizontal scrolling panes ? > However, I'm not certain where to make the incision to inject this into the templates. Its going to add a div around the tables used for the old/new sources, and adds a bit of JS. Have a look at viewdeltas.html.tmpl, which goes through all the deltas and creates the tables. > Question: will the delta view always pad the shorter file to the same # of lines as the longer ? This hack seems to handle different file sizes OK, but to be usable both panes have to have vertical scrollbars; whereas if both are the same length, then the vertical scroll can be hidden on the left (or the right) pane. They should be the same height - blank lines are inserted. Cheers, David |
|
From: Dean A. <dea...@pa...> - 2010-10-08 01:13:13
|
I've managed to make progress (see attachment). Its not a pretty hack, but its getting close to what I'm after. Fwiw, I've only tested w/ FF and chrome so far. As stated before, I don't know that this will ever work w/ IE (at least, not wo/ major JS hackery...and since I avoid the blue E like plague, I call "not it") Other gotchas: 1. It probably won't work as is w/ "view all files"; that can probably be fixed by a bit more JS (A separate set of panes for each file, and installing each set of pane's ID's into the scrollbar handler) 2. The sizing of the panes is static; I need to JS up the window dimensions and adjust accordingly 3. Empty lines in one pane are smaller height than non-empty lines in the other pane, which causes gradual misalignment between the panes. I'm guessing a CSS adjustment is needed to get adjacent rows in left and right tables to always be the same height. Any ideas how to deal w/ item (3) ? Maybe empty lines need a class definition to match ? Dean Arnold ParAccel, Inc. -----Original Message----- From: David Sitsky [mailto:dav...@gm...] Sent: Monday, September 27, 2010 11:04 PM To: Dean Arnold Cc: cod...@li... Subject: Re: [Codestriker-user] Break into horizontal scrolling panes ? > However, I'm not certain where to make the incision to inject this into the templates. Its going to add a div around the tables used for the old/new sources, and adds a bit of JS. Have a look at viewdeltas.html.tmpl, which goes through all the deltas and creates the tables. > Question: will the delta view always pad the shorter file to the same # of lines as the longer ? This hack seems to handle different file sizes OK, but to be usable both panes have to have vertical scrollbars; whereas if both are the same length, then the vertical scroll can be hidden on the left (or the right) pane. They should be the same height - blank lines are inserted. Cheers, David |
|
From: David S. <dav...@gm...> - 2010-09-28 06:04:19
|
> However, I'm not certain where to make the incision to inject this into the templates. Its going to add a div around the tables used for the old/new sources, and adds a bit of JS. Have a look at viewdeltas.html.tmpl, which goes through all the deltas and creates the tables. > Question: will the delta view always pad the shorter file to the same # of lines as the longer ? This hack seems to handle different file sizes OK, but to be usable both panes have to have vertical scrollbars; whereas if both are the same length, then the vertical scroll can be hidden on the left (or the right) pane. They should be the same height - blank lines are inserted. Cheers, David |
|
From: Dean A. <dea...@pa...> - 2010-09-27 21:23:47
|
I'm attaching a sample piece of html (hope it gets thru). It accomplishes most of what I'm after. It works in FF and Chrome, but of course, not in IE (I tested IE8). I haven't tested safari or opera yet. However, I'm not certain where to make the incision to inject this into the templates. Its going to add a div around the tables used for the old/new sources, and adds a bit of JS. Question: will the delta view always pad the shorter file to the same # of lines as the longer ? This hack seems to handle different file sizes OK, but to be usable both panes have to have vertical scrollbars; whereas if both are the same length, then the vertical scroll can be hidden on the left (or the right) pane. If you can mark the spot to inject this, I'll hack and give it a whirl. TIA, Dean Arnold ParAccel, Inc. -----Original Message----- From: David Sitsky [mailto:dav...@gm...] Sent: Saturday, September 25, 2010 9:03 PM To: Dean Arnold Subject: Re: [Codestriker-user] Break into horizontal scrolling panes ? If you have any luck - feel free to email across your changes. Thanks! On Thu, Sep 23, 2010 at 2:03 AM, Dean Arnold <dea...@pa...> wrote: > Alas, that's suboptimal. While it does fit everything into the browser, the wrap causes the line numbers to align to the center of the wrapped lines (which is hard to read), and frankly the resulting wrapped layout is hard to read (my target users tend to be fussy about code layout). > > Looking at the templates, it seems like template/en/default/viewdeltas.html.tmpl is where the code gets rendered ? I'll see if I can split the single table into 2. My CSS is rusty, but I recall doing something similar for other projects (maybe using a scrollable div instead of table ?) > > I guess I'll kick it around a bit. > > Thanks for the prompt response, > Dean Arnold > ParAccel, Inc. > > -----Original Message----- > From: David Sitsky [mailto:dav...@gm...] > Sent: Wednesday, September 22, 2010 3:16 AM > To: Dean Arnold > Cc: cod...@li... > Subject: Re: [Codestriker-user] Break into horizontal scrolling panes ? > > Hi Dean, > > Thanks for your message. > > I haven't tried this, but edit the html/codestriker.css file, and replace: > > white-space: pre; > > white-space: pre-wrap; > > This might give you something closer to what you want.. > > Cheers, > David > > On Wed, Sep 22, 2010 at 9:26 AM, Dean Arnold <dea...@pa...> wrote: >> 1st, many thnx for a great tool! And in my old favorite language! >> >> >> >> But I've got a request: my source code has long lines, and the lack of a >> wrapping capability is a serious limitation. Is it possible to break the >> display table into 2 nested, fixed width tables w/ horizontal scrolling ? Or >> alternately, into iframes w/ horizontal scrollbars ? >> >> >> >> If you can point me at the general area where this might be applied, I'd be >> happy to play w/ it and submit a patch. >> >> >> >> Thanks, >> >> >> >> ParAccel, Inc. >> >> >> >> Dean Arnold >> >> Sr. Connectivity Engineer >> >> dea...@pa... >> >> 3 Results Way, Cupertino, CA 95014 >> >> Phone: (858)309-4733 x158 YIM: renodino1 >> >> www.paraccel.com >> >> >> >> >> >> ------------------------------------------------------------------------------ >> Start uncovering the many advantages of virtual appliances >> and start using them to simplify application deployment and >> accelerate your shift to cloud computing. >> http://p.sf.net/sfu/novell-sfdev2dev >> _______________________________________________ >> Codestriker-user mailing list >> Cod...@li... >> https://lists.sourceforge.net/lists/listinfo/codestriker-user >> >> > |
|
From: David S. <dav...@gm...> - 2010-09-26 03:53:03
|
Hi Javed, You need to setup a Clearcase repository setting in your codestriker.conf file, and have that selected when you create the topic. If you only have one repository setting, then this will be done automatically. The other possibility is your diff is in a strange format. Feel free to email me directly your codestriker.conf file, a sample diff file and a screenshot. Cheers, David On Sun, Sep 26, 2010 at 8:36 AM, Javed Nazim <ja...@gm...> wrote: > I just setup codestriker on my windows machine with Apache 2.2. I was trying > to integrate it with clearcase. I created a new topic and uploaded a diff > file I generated from clearcase. > I can see only see the diff when I click on the topic but I don't see the > parallel or line links at all. Is it because my clearcase was n't setup > right. I thought I should still see the parallel/links links atleast ? > Thanks, > Javed |
|
From: Javed N. <ja...@gm...> - 2010-09-25 22:36:22
|
I just setup codestriker on my windows machine with Apache 2.2. I was trying to integrate it with clearcase. I created a new topic and uploaded a diff file I generated from clearcase. I can see only see the diff when I click on the topic but I don't see the parallel or line links at all. Is it because my clearcase was n't setup right. I thought I should still see the parallel/links links atleast ? Thanks, Javed |
|
From: Dean A. <dea...@pa...> - 2010-09-22 16:03:56
|
Alas, that's suboptimal. While it does fit everything into the browser, the wrap causes the line numbers to align to the center of the wrapped lines (which is hard to read), and frankly the resulting wrapped layout is hard to read (my target users tend to be fussy about code layout). Looking at the templates, it seems like template/en/default/viewdeltas.html.tmpl is where the code gets rendered ? I'll see if I can split the single table into 2. My CSS is rusty, but I recall doing something similar for other projects (maybe using a scrollable div instead of table ?) I guess I'll kick it around a bit. Thanks for the prompt response, Dean Arnold ParAccel, Inc. -----Original Message----- From: David Sitsky [mailto:dav...@gm...] Sent: Wednesday, September 22, 2010 3:16 AM To: Dean Arnold Cc: cod...@li... Subject: Re: [Codestriker-user] Break into horizontal scrolling panes ? Hi Dean, Thanks for your message. I haven't tried this, but edit the html/codestriker.css file, and replace: white-space: pre; white-space: pre-wrap; This might give you something closer to what you want.. Cheers, David On Wed, Sep 22, 2010 at 9:26 AM, Dean Arnold <dea...@pa...> wrote: > 1st, many thnx for a great tool! And in my old favorite language! > > > > But I've got a request: my source code has long lines, and the lack of a > wrapping capability is a serious limitation. Is it possible to break the > display table into 2 nested, fixed width tables w/ horizontal scrolling ? Or > alternately, into iframes w/ horizontal scrollbars ? > > > > If you can point me at the general area where this might be applied, I'd be > happy to play w/ it and submit a patch. > > > > Thanks, > > > > ParAccel, Inc. > > > > Dean Arnold > > Sr. Connectivity Engineer > > dea...@pa... > > 3 Results Way, Cupertino, CA 95014 > > Phone: (858)309-4733 x158 YIM: renodino1 > > www.paraccel.com > > > > > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > Codestriker-user mailing list > Cod...@li... > https://lists.sourceforge.net/lists/listinfo/codestriker-user > > |
|
From: David S. <dav...@gm...> - 2010-09-22 10:35:53
|
Reading the user manual would be a good start.. which details how this all works. if you have specific questions later, feel free to ask them. On Wed, Sep 22, 2010 at 8:33 PM, madhav kulkarni http://madhavkulkarni.blogspot.com <mad...@gm...> wrote: > Hi Friends, > > I would like to know how to use codestriker with SVN scm system. > i am new to codestriker and SVN. > > Also, i am interested to know what all information codestriker needs > to interact with SVN system. > > -- > ----- > Thanks, > Madhava > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > Codestriker-user mailing list > Cod...@li... > https://lists.sourceforge.net/lists/listinfo/codestriker-user > |
|
From: madhav k. http://madhavkulkarni.blogspot.c. <mad...@gm...> - 2010-09-22 10:33:35
|
Hi Friends, I would like to know how to use codestriker with SVN scm system. i am new to codestriker and SVN. Also, i am interested to know what all information codestriker needs to interact with SVN system. -- ----- Thanks, Madhava |