You are not logged in.

#1 2005-06-01 20:02:11

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

PIDA - vim IDE

http://pida.berlios.de/

This looks pretty cool, except for the gimp-style setup... going to try it out later on, but it looks promising

Offline

#2 2005-06-02 01:41:34

medicated
Member
From: Storm Lake, IA
Registered: 2005-03-11
Posts: 79

Re: PIDA - vim IDE

That looks fun...  By the way..what python ide are you using currently?  I've been looking for something decent.  I like ide's because they tend to make my life a little easier.  I took a look at spe, but I'm not all that fond of it.

Offline

#3 2005-06-02 03:54:48

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: PIDA - vim IDE

i use vim with the python_calltips plugin

Offline

#4 2005-06-03 01:39:02

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: PIDA - vim IDE

this thing is cool, and its in python+pygtk too, so im going to have some real fun modifying this up.....

Offline

#5 2005-06-03 15:12:40

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: PIDA - vim IDE

phrakture wrote:

i use vim with the python_calltips plugin

FYI, python_calltips seems to balk on vim7... *shrug*

anyway, gonna get this working on win32 in a sec

Offline

#6 2005-06-03 15:37:37

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: PIDA - vim IDE

ugh, scratch that - can't get vte for windows (it's a terminal thing...) I tried commenting everythingvte-based out... but that failed... 8)

Offline

#7 2005-06-09 04:41:33

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: PIDA - vim IDE

iphitus:
couple questions... the newest version gives me some whack errors: gdkvim.py cb_notify/cb_reply errors... nothing real specific, but it seems it can't access vim... the only thing I can think would be that I'm using vim7 - do you have any related issues?

Offline

#8 2005-06-09 08:36:11

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: PIDA - vim IDE

it doesnt work with vim7. i turned back to old version.

the latest version is awesome (im on 0.1.6) , the project browser rocks even more now, and i installed bicycle repairman (crazy name) which does some really really cool stuff.

iphitus

Offline

#9 2005-06-09 09:18:49

dust
Member
Registered: 2005-06-04
Posts: 152
Website

Re: PIDA - vim IDE

Now if something like this existed for Ruby, it'd be orgasmic  :shock: . Hmm, maybe a project for another day. I'd also love to see something like this for c# , since the only 2 IDE's i've used for it (vs and sharpdevelop) are full blown ide's, and i just don't like that. I much prefer something light and useful like this app.


Writing stories for a machine.

Offline

#10 2005-06-09 10:49:52

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: PIDA - vim IDE

dust: you could use it fine with ruby, its not python specific, its just written in python and that's what I happen to use it for, but it's not language specific, although it does include one or two python extras.

iphitus

Offline

#11 2005-06-09 15:16:58

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: PIDA - vim IDE

in it's most fundamental mode, it's not too different from the BufferExplorer plugins for vim...

Offline

#12 2005-06-13 02:13:07

encelo
Member
From: Oxford, UK
Registered: 2005-02-23
Posts: 96
Website

Re: PIDA - vim IDE

Pida is on AUR, for those of you who want to try it. smile


Blog | Twitter | nCine 2D game engine
All problems in computer graphics can be solved with a matrix inversion. - James Blinn.

Offline

#13 2005-06-13 03:43:32

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: PIDA - vim IDE

encelo: keep a close eye on it, pida's been updating almost daily recently, its up to 0.17 now, you're already out of date tongue

Offline

#14 2005-06-13 19:09:22

encelo
Member
From: Oxford, UK
Registered: 2005-02-23
Posts: 96
Website

Re: PIDA - vim IDE

Doh! smile You're right.
I will increase my attention toward its release cycle then. wink


Blog | Twitter | nCine 2D game engine
All problems in computer graphics can be solved with a matrix inversion. - James Blinn.

Offline

#15 2006-07-02 08:19:14

Legout
Member
From: Wuerburg/germany
Registered: 2004-01-19
Posts: 292

Re: PIDA - vim IDE

HI,

when starting pida, i get this errors:

First, this is the error on the terminal


Could not load ObjectList: Failed to get ancestor for ObjectList
Could not load ProxyEntry: Failed to get ancestor for ProxyEntry
Could not load ProxyDateEntry: Failed to get ancestor for ProxyDateEntry
Could not load ProxyLabel: Failed to get ancestor for ProxyLabel
Could not load ProxyComboBox: Failed to get ancestor for ProxyComboBox
Could not load ProxyCheckButton: Failed to get ancestor for ProxyCheckButton
Could not load ProxyRadioButton: Failed to get ancestor for ProxyRadioButton
Could not load ProxySpinButton: Failed to get ancestor for ProxySpinButton
Could not load ProxyTextView: Failed to get ancestor for ProxyTextView
Could not load ProxyComboBoxEntry: Failed to get ancestor for ProxyComboBoxEntry
Could not load widget class ObjectList
Could not load widget class ProxyEntry
Could not load widget class ProxyLabel
Could not load widget class ProxyComboBox
Could not load widget class ProxyCheckButton
Could not load widget class ProxyRadioButton
Could not load widget class ProxySpinButton
Could not load widget class ProxyTextView
Could not load widget class ProxyDateEntry

And a window pops up, with this error:

File /usr/bin/pida, line 7, in ?
    sys.exit(
  File usr/lib/python2.4/site-packages/pida/core/application.py, line 238, in main
  File usr/lib/python2.4/site-packages/pida/core/application.py, line 191, in run_pida
  File usr/lib/python2.4/site-packages/pida/core/application.py, line 180, in start
  File usr/lib/python2.4/site-packages/pida/core/boss.py, line 46, in start
  File usr/lib/python2.4/site-packages/pida/core/boss.py, line 79, in get_service
ServiceNotFoundError: 'window'

Anybody can tell me how to fix this?

thanks

Legout

Offline

#16 2006-07-02 20:26:31

dwight
Member
From: Estonia
Registered: 2005-05-22
Posts: 18

Re: PIDA - vim IDE

I'm getting the same error message after installing the package from AUR. However, if I simply run the develop.sh script after unpacking Pida source files it works fine.

Offline

#17 2006-07-18 03:14:12

barebones
Member
Registered: 2006-04-30
Posts: 235

Re: PIDA - vim IDE

Has anyone found a solution to these errors? I'm getting the same thing. Are these the errors that show up because of incompatability with vim7 or has that been fixed?

Offline

#18 2006-07-18 11:11:06

postlogic
Member
Registered: 2005-02-24
Posts: 410
Website

Re: PIDA - vim IDE

Pida is great. I'm glad to see more people acknowledging this piece of app. Haven't used it in a while, though.

Offline

#19 2006-08-25 11:43:04

sweiss
Member
Registered: 2004-02-16
Posts: 635

Re: PIDA - vim IDE

medicated wrote:

That looks fun...  By the way..what python ide are you using currently?  I've been looking for something decent.  I like ide's because they tend to make my life a little easier.  I took a look at spe, but I'm not all that fond of it.

You might want to check out Eclipse using the PyDev plugin.

Offline

#20 2010-07-30 15:28:09

Daphron
Member
Registered: 2010-01-06
Posts: 27

Re: PIDA - vim IDE

Ok, I removed my old ~/.pida2 directory and tried to start pida but I got this: http://pastebin.com/GzmTQ7HD (in the middle of it the window came up, asked me for vim or emacs, this happened no matter which I chose. (on the loading screen, it freezes at start editor. Can someone show me their file? And if you have an idea why mine isn't being generated, let me know. (to get the package I edited the pkgbuild and removed the comma after 'kiwi' in the list of dependencies. (It wouldn't find it otherwise) (Pida version 6.1-1)

EDIT: Sorry about bumping an old topic, didn't check.

Last edited by Daphron (2010-07-30 15:29:45)

Offline

#21 2010-07-30 15:30:25

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,358

Re: PIDA - vim IDE

Closed. Good that you know not to bump old topics, please don't make that mistake again smile


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

Board footer

Powered by FluxBB