Re: [Pydev-users] [pydev - Users] Use existing Python source?

2007-02-15 Thread Don Taylor
SourceForge.net wrote:
> Read and respond to this message at: 
> https://sourceforge.net/forum/message.php?msg_id=4160568
> By: bde
> 
> Please forgive my obvious beginner's question, but how do you create a 
> "project"
> and point at an existing source directory?  The default behavior seems to copy
> all my files into wherever the project directory lives, but my version control
> system, Accurev, requires that files stay where they are.
> 
Brian:

I want to do this too. I have been experimenting with using 'linked 
folders' in Pydev/Eclipse.

Start a new project and then start to create a folder in it, but click 
on the advanced button then check 'Link to folder in the file system'. 
Browse to where your existing folder is.  I think that you can give it a 
different link folder name if you like but I would find this confusing.

I am having a few problems with this:  Pydev Package Explorer does not 
expand underneath the file hierarchy (is this a bug Fabio?) and I have 
had some strange behaviour when trying to create new files inside the 
linked folder hierarchy.   The last problem is inconsistent and may be 
finger trouble on my part.

In general, it seems to work but it feels as if Pydev needs to know a 
bit more about linked folders than it does.

Don.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] Use existing Python source?

2007-02-15 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4160568
By: bde

Please forgive my obvious beginner's question, but how do you create a "project"
and point at an existing source directory?  The default behavior seems to copy
all my files into wherever the project directory lives, but my version control
system, Accurev, requires that files stay where they are.

Thanks,
Brian

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


Re: [Pydev-users] Twisted Autocompletion missing?

2007-02-15 Thread Chris Hengge

Installing 1.2.7 doesn't help. now typing reactor. yields no auto-complete
results at all. This is crazy, now I've got less auto-complete then when I
started =P Syntax highlighting also still says my code is wrong, but it runs
no problem.

I also tried removing the interpreter, hitting apply, closing eclipse,
opening eclipse, adding the interpreter, adding 'twisted' to the forced
built-ins.

Any idea's?

On 2/15/07, Chris Hengge <[EMAIL PROTECTED]> wrote:


Windows XP Professional SP2
J2SE 5.0 update 11

Error log report:
!SESSION 2007-02-15 14:24:08.361
---
eclipse.buildId=M20060921-0945
java.version=1.5.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.ui 2 0 2007-02-15 14:24:11.426
!MESSAGE Warnings while parsing the view contributions from the
'org.eclipse.ui.viewActions' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2007-02-15 14:24:11.426
!MESSAGE Actions require a non-empty label or definitionId:
plug-in='ru.nlmk.eclipseutilplugins',
id='AUTOGEN:::eclipseutilplugins.viewResourceNavigator/eclipseutilplugins.ResourceAction1'

!SUBENTRY 1 org.eclipse.ui 2 0 2007-02-15 14:24:11.426
!MESSAGE Actions require a non-empty label or definitionId:
plug-in='ru.nlmk.eclipseutilplugins',
id='AUTOGEN:::eclipseutilplugins.viewResourceNavigator/eclipseutilplugins.ResourceAction2'

!SUBENTRY 1 org.eclipse.ui 2 0 2007-02-15 14:24:11.426
!MESSAGE Actions require a non-empty label or definitionId:
plug-in='ru.nlmk.eclipseutilplugins',
id='AUTOGEN:::eclipseutilplugins.viewResourceNavigator/eclipseutilplugins.ResourceAction3'

!SUBENTRY 1 org.eclipse.ui 2 0 2007-02-15 14:24:11.426
!MESSAGE Actions require a non-empty label or definitionId:
plug-in='ru.nlmk.eclipseutilplugins',
id='AUTOGEN:::eclipseutilplugins.viewResourceNavigator/eclipseutilplugins.ResourceAction4'

!SUBENTRY 1 org.eclipse.ui 2 0 2007-02-15 14:24:11.426
!MESSAGE Actions require a non-empty label or definitionId:
plug-in='ru.nlmk.eclipseutilplugins',
id='AUTOGEN:::eclipseutilplugins.viewPackageExplorer/eclipseutilplugins.PackageAction1'

!SUBENTRY 1 org.eclipse.ui 2 0 2007-02-15 14:24:11.426
!MESSAGE Actions require a non-empty label or definitionId:
plug-in='ru.nlmk.eclipseutilplugins',
id='AUTOGEN:::eclipseutilplugins.viewPackageExplorer/eclipseutilplugins.PackageAction2'

!SUBENTRY 1 org.eclipse.ui 2 0 2007-02-15 14:24:11.426
!MESSAGE Actions require a non-empty label or definitionId:
plug-in='ru.nlmk.eclipseutilplugins',
id='AUTOGEN:::eclipseutilplugins.viewPackageExplorer/eclipseutilplugins.PackageAction3'

!SUBENTRY 1 org.eclipse.ui 2 0 2007-02-15 14:24:11.426
!MESSAGE Actions require a non-empty label or definitionId:
plug-in='ru.nlmk.eclipseutilplugins',
id='AUTOGEN:::eclipseutilplugins.viewPackageExplorer/eclipseutilplugins.PackageAction4'



On 2/14/07, Fabio Zadrozny <[EMAIL PROTECTED] > wrote:

>
> On 2/14/07, Chris Hengge <[EMAIL PROTECTED]> wrote:
> >
> > I've now reinstalled this machine here at work, clean eclipse 3.2.1fresh 
downloaded from their site, plus
> > 1.2.6 fresh off the pydev site... No auto-completion still as well as
> > marking incorrect syntax highlights..
>
>
> Try it with 1.2.7 (you can get it at
> http://fabioz.com/pydev/download.html -- the sourceforge shell is still
> offline after almost 48 hours, so, sourceforge is still not up-to-date)...
> also, which OS do you have there? which JVM? Do you have something in your
> error log?
>
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
>
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> Pydev-users mailing list
> Pydev-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pydev-users
>
>

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


Re: [Pydev-users] Twisted Autocompletion missing?

2007-02-15 Thread Chris Hengge

Windows XP Professional SP2
J2SE 5.0 update 11

Error log report:
!SESSION 2007-02-15 14:24:08.361
---
eclipse.buildId=M20060921-0945
java.version=1.5.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY org.eclipse.ui 2 0 2007-02-15 14:24:11.426
!MESSAGE Warnings while parsing the view contributions from the
'org.eclipse.ui.viewActions' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2007-02-15 14:24:11.426
!MESSAGE Actions require a non-empty label or definitionId:
plug-in='ru.nlmk.eclipseutilplugins',
id='AUTOGEN:::eclipseutilplugins.viewResourceNavigator/eclipseutilplugins.ResourceAction1'
!SUBENTRY 1 org.eclipse.ui 2 0 2007-02-15 14:24:11.426
!MESSAGE Actions require a non-empty label or definitionId:
plug-in='ru.nlmk.eclipseutilplugins',
id='AUTOGEN:::eclipseutilplugins.viewResourceNavigator/eclipseutilplugins.ResourceAction2'
!SUBENTRY 1 org.eclipse.ui 2 0 2007-02-15 14:24:11.426
!MESSAGE Actions require a non-empty label or definitionId:
plug-in='ru.nlmk.eclipseutilplugins',
id='AUTOGEN:::eclipseutilplugins.viewResourceNavigator/eclipseutilplugins.ResourceAction3'
!SUBENTRY 1 org.eclipse.ui 2 0 2007-02-15 14:24:11.426
!MESSAGE Actions require a non-empty label or definitionId:
plug-in='ru.nlmk.eclipseutilplugins',
id='AUTOGEN:::eclipseutilplugins.viewResourceNavigator/eclipseutilplugins.ResourceAction4'
!SUBENTRY 1 org.eclipse.ui 2 0 2007-02-15 14:24:11.426
!MESSAGE Actions require a non-empty label or definitionId:
plug-in='ru.nlmk.eclipseutilplugins',
id='AUTOGEN:::eclipseutilplugins.viewPackageExplorer/eclipseutilplugins.PackageAction1'
!SUBENTRY 1 org.eclipse.ui 2 0 2007-02-15 14:24:11.426
!MESSAGE Actions require a non-empty label or definitionId:
plug-in='ru.nlmk.eclipseutilplugins',
id='AUTOGEN:::eclipseutilplugins.viewPackageExplorer/eclipseutilplugins.PackageAction2'
!SUBENTRY 1 org.eclipse.ui 2 0 2007-02-15 14:24:11.426
!MESSAGE Actions require a non-empty label or definitionId:
plug-in='ru.nlmk.eclipseutilplugins',
id='AUTOGEN:::eclipseutilplugins.viewPackageExplorer/eclipseutilplugins.PackageAction3'
!SUBENTRY 1 org.eclipse.ui 2 0 2007-02-15 14:24:11.426
!MESSAGE Actions require a non-empty label or definitionId:
plug-in='ru.nlmk.eclipseutilplugins',
id='AUTOGEN:::eclipseutilplugins.viewPackageExplorer/eclipseutilplugins.PackageAction4'


On 2/14/07, Fabio Zadrozny <[EMAIL PROTECTED] > wrote:



On 2/14/07, Chris Hengge <[EMAIL PROTECTED]> wrote:
>
> I've now reinstalled this machine here at work, clean eclipse 3.2.1fresh 
downloaded from their site, plus
> 1.2.6 fresh off the pydev site... No auto-completion still as well as
> marking incorrect syntax highlights..


Try it with 1.2.7 (you can get it at
http://fabioz.com/pydev/download.html -- the sourceforge shell is still
offline after almost 48 hours, so, sourceforge is still not up-to-date)...
also, which OS do you have there? which JVM? Do you have something in your
error log?


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


Re: [Pydev-users] Has 1.2.7 been released?

2007-02-15 Thread Fabio Zadrozny



I am still puzzled.  Folks are reporting bugs against 1.2.7 and I still
can't see how they managed to install it.



At www.fabioz.com/pydev the update site has both versions of pydev (so, you
don't actually need sf to install the open source version).

Maybe they have 1.2.6 Open Source and 1.2.7 Pydev Extensions?  I thought

that was a no-no?  If so, maybe you should take 1.2.7 Pydev Extensions
off the air until SF can get its act together (ROTFL).

Anyway, I have some bugs/questions I want to check against 1.2.7 before
I report them so I would like to find 1.2.6 open source.  I tried your
web-site and the package manager in Eclipse with no luck.



'Quick-Instructions' on how to install and find both versions at:
http://fabioz.com/pydev/download.html

Cheers,

Fabio
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


Re: [Pydev-users] Has 1.2.7 been released?

2007-02-15 Thread Don Taylor
Fabio Zadrozny wrote:
> 
> On 2/13/07, *Don Taylor* <[EMAIL PROTECTED] 
> > wrote:
> 
> I see 1.2.7 Pydev Extensions, but 1.2.6 Pydev.
> 
> 
> See notes on: http://pydev.blogspot.com/2007/02/pydev-release-127.html 
> (I hope to fix that soon)
> 
Fabio:

I am still puzzled.  Folks are reporting bugs against 1.2.7 and I still 
can't see how they managed to install it.

Maybe they have 1.2.6 Open Source and 1.2.7 Pydev Extensions?  I thought 
that was a no-no?  If so, maybe you should take 1.2.7 Pydev Extensions 
off the air until SF can get its act together (ROTFL).

Anyway, I have some bugs/questions I want to check against 1.2.7 before 
I report them so I would like to find 1.2.6 open source.  I tried your 
web-site and the package manager in Eclipse with no luck.

Don.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] Jython Debug mode step into acts as step over

2007-02-15 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4159858
By: ashu27a

Relatively new to pydev/eclipse.
Followed setup instructions. Have defined from setup instructions a Jython 
project
and have the code running fine within Eclipse/Jython.
Debug breakpoints good and program will step through "main"
the biggest problem is that the step into function actually steps over, so its
hard to inspect what the class functions and other defs are doing. main is just
the tip of the iceberg :-)

Have browsed through the forum and it seemed like there are compatibility issues
with java/eclipse/pydev, so I've tried a whole set of combinations including

jython 2.1
python 2.5
java 1.4.2, 1.5.0
Eclipse 3.0.1, 3.1.2, 3.2.1
pydev 1.0.6, 1.0.7, 1.2.6, 1.2.7

Don't really need any advanced functionality, but would appreciate ONE working
combination that will enable effective debugging :-)

thanks much - and keep up the good work!


__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Code folding not working

2007-02-15 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4159730
By: radamand


That did the trick, thank you!

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: syntax highlighting doesn't work

2007-02-15 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4159675
By: fabioz

Please, take a look at the bug:
https://sourceforge.net/tracker/?func=detail&atid=577329&aid=1660583&group_id=85796
seems to be your case (and it offers a solution -- at least until I can find
out why this is happening).

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users


[Pydev-users] [pydev - Users] RE: Code folding not working

2007-02-15 Thread SourceForge.net

Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4159674
By: fabioz

Please, take a look at the bug:
https://sourceforge.net/tracker/?func=detail&atid=577329&aid=1660583&group_id=85796
seems to be your case (and it offers a solution -- at least until I can find
out why this is happening).

Cheers,

Fabio

__
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users