-->
Home » , » Pida is an IDE, but one that is slightly different from other IDEs.
Sunday
17 July 2011

Pida is an IDE, but one that is slightly different from other IDEs.

Pida is an IDE, but one that is slightly different from other IDEs. 

Rather than attempting to write a set of development tools of its own, Pida uses tools that the developer has available. In this regards Pida can be used as a framework for putting together your own bespoke IDE.

Although still a young application, Pida can already boast a huge number of features because of the power of some of the tools it integrates. For example features such as code completion and syntax highlighting are well implemented in Pida's integrated editors far better than any editor built for a commercial IDE.

Pida currently features: Full code editing (syntax highlighting, code completion, automatic indenting, block commenting etc) Project management, version control management, Python debugger and profiler, GTK+ graphical user interface building and rapid application design, Pastebin integration.


List of PIDA plugins.
Send code to a pastebin service
PdfTex preview compiles and displays pdf documents every time the buffer is saved.
Show class/function from python file, and show compilation errors
Python Debugger based on RPDB2 the WinPDB Back End
Perform unit tests
Browse local docbook
Manage a personnal todo list per project
Download RFC index, search and view RFC pages inside PIDA
This plugin, developed outside of the project, integrates lots of Bazaar function that are not included in the base version control integration


Associated Programs.
Bicycle Repair Man A refactoring tool for python
Gazpacho GTK+ User Interface Designer
pyflakes passive checker of Python programs
Python interactive high-level object-oriented language (default version)
python-gtkhtml2 Python bindings for the GtkHTML2 library
Python Profiler deterministic profiling of any Python programs
Vim Gtk Vi IMproved - enhanced vi editor - with GTK2 GUI


Available deb Repositories.

Ubuntu 32-bit 64-bit
dapper 0.2.2-2ubuntu2 0.2.2-2ubuntu2
hardy 0.5.1-2 0.5.1-2
lucid 0.5.1-5.1ubuntu1 0.5.1-5.1ubuntu1
maverick 0.5.1-5.1ubuntu1 0.5.1-5.1ubuntu1
natty 0.5.1-5.2ubuntu1 0.5.1-5.2ubuntu1

FAQ - Frequently Asked Questions: Some questions get asked again and again.

 

Why does PIDA appear to hang when changing files?

When using Metacity (only as far as we can tell) for some reason Vim's confirmation dialog box from "confirm e /path/filename.py" appears behind the PIDA instance. We are not entirely sure why, but there are two fixes available:
  1. In vim (or in .vimrc) make Vim use text-based confirmation dialogs which will always be visible, like so: :set guioptions+=c
  2. Use a different window manager
Both these fixes are recommended.

 

Is PIDA available for Windows?

No (0.5.0)
Nearly (short answer). The actual answer is that it does work on windows pretty successfully, with most of the plugins also running successfully. You can see a screenshot of PIDA running Windows in a VMWare screenshot. The bit that is not yet complete is packaging it so that it can be easily installed by Windows users. Read the WindowsInstallation if you want to try it yourself.
Vim on Windows is not embeddable (at this time). Instead we use the text editor Moo, which is cross platform. We may attempt to embed Vim on windows in a separate Window using Com or OLE. But since none of us are Windows users we could use some development and testing help.

 

How do I make PIDA+VIM open files in new tabs like with :tabedit?

For now (until someone adds an option to PIDA, you need to modify the source.
Described here:
 http://groups.google.com/group/pida/browse_thread/thread/15a9f21d8daebb44/5102ddaad4cb44d7

 

Why does :bd and :bdelete not work to remove a file from the PIDA buffer list?

(only applies <= 0.4)
Because that doesn't actually unload the file from Vim. The recommended action is to use :bw which for some reason the Vim documentation suggests you don't do. The docs say:
:[N]bw[ipeout][!]   *:bw* *:bwipe* *:bwipeout* *E517*
:bw[ipeout][!] {bufname}
:N,Mbw[ipeout][!]
:bw[ipeout][!] N1 N2 ...
  Like |:bdelete|, but really delete the buffer.  Everything
  related to the buffer is lost.  All marks in this buffer
  become invalid, option settings are lost, etc.  Don't use this
  unless you know what you are doing.
I am not sure that we "know what we are doing" but it is tried and tested and we have been using it for a couple of years now and it works.
The reason that regular :bd doesn't work is that this doesn't call the Vim Autocommand associated with unloading files, and PIDA needs this to react to. So using :bd will *appear to* close the buffer in Vim, until the next time you select it in the PIDA buffer list.
NOTE: This is fixed in 0.5

 

Why is PIDA unstable on my system

python-gobject 2.16 is totally broken and unstable, this is shipped with:
However, 2.15 or 2.17+ are just fine.

 

Why does VIM not show any colors ?

If you are on arch linux, the /etc/vim/gvimrc is broken. Delete it and report a bug the package maintainer :-) Maybe if enough do, they will fix it…

I'm getting strange python errors

Q: RuntimeError?: cannot unmarshal code objects in restricted execution mode
A
: This happens because of the pyc corruption and either in your pida folder or in the python library somewhere.
Usully you changed a file somewhere in your python lib by accident and the pyc file is not consistent with the py file anymore. as root under debian run:
find /usr/lib/python2.5 -name "*.py" | xargs /usr/bin/python2.5 /usr/bin/py_compilefiles -f
to fix all python2.5 files for example

 

How do I detect PIDA is running in my .vimrc?

PIDA provides a variable (PIDA_EMBEDDED) that you can read in .vimrc that you can use to do specific configurations based on whether or not vim is running in PIDA:
if !exists("PIDA_EMBEDDED")

" your vim-only vimrc commands here

endif

if exists("PIDA_EMBEDDED")

" your vim-in-pida vimrc commands here

endif



PIDA Documentation:
Developer Documentation here:
Other Documentation here:

Screenshots.

PIDA-0.5.1
PIDA-0.5.1
PIDA-0.5
PIDA-0.5
PIDA-0.4.0 on Win
PIDA-0.4.0
PIDA-0.4.2
PIDA-0.3.1 on Win
PIDA-0.3.1

Custom Search
Adserver                   610x250
If you liked this article, subscribe to the feed by clicking the image below to keep informed about new contents of the blog:


0 commenti:

Post a Comment

Random Posts

  • FF Multi Converter 1.5.0 released, simple graphical application which enables you to convert audio, video, image and document files.
    12.04.2013 - 0 Comments
    FF Multi Converter is a simple graphical application which enables you to convert audio, video, image and document files between all popular formats, using and combining other programs. It uses ffmpeg for audio/video files, unoconv for document…
  • New KDE Connect Indicator Ubuntu / Linux Mint PPA
    23.04.2021 - 0 Comments
     The KDE Connect Indicator (fork) PPA maintainer is not available any more, and I was asked to create a new PPA.  Since I'm a KDE Connect Indicator user myself, I couldn't say no, so I created a new KDE Connect Indicator PPA,…
  • Linux Kernel 3.9 Has Been Officially Released.
    02.05.2013 - 0 Comments
    After eight Release Candidate versions, Linus Torvalds proudly announced a couple of hours ago, April 28, the immediate availability for download of the highly anticipated Linux 3.9 kernel. Linux kernel 3.9 brings numerous breathtaking features,…
  • Installing Ardour in Linux: Understanding Basic Concepts and Terminology.
    30.06.2013 - 0 Comments
    Ardour allows you to record and edit both audio and MIDI data, add many different kinds of effects and mix. Released under the terms of the GNU General Public License (version two or any later version), Ardour is free software. Users who…
  • Ubuntu 18.04 LTS Release Date and New Features
    01.05.2018 - 0 Comments
    Ubuntu 18.04 LTS Release Date and New Features It’s a new LTS (Long Term Support) release. So you get 5 years of support for both the desktop and server version. Named “Bionic Beaver”. The founder of Canonical, Mark Shuttleworth, explained the…
  • Replacing a Windows NT/2000 server using Linux and SAMBA
    25.07.2009 - 0 Comments
    This article supplements some aspects previously presented in other LinuxFocus articles about the SAMBA product and its use to share resources in heterogeneous Unix-Windows networks. Particularly it is focused on a Linux system with SAMBA in order…
  • TuxPaint, open source drawing program for young children
    20.11.2009 - 1 Comments
    Tux Paint is a free, award-winning drawing program for children ages 3 to 12 (for example, preschool and K-6). It combines an easy-to-use interface, fun sound effects, and an encouraging cartoon mascot who guides children as they use the…
  • 4MLinux Review and Installation Guide: LAMP, SSH, SMTP, DNS, Proxy and Other servers.
    15.08.2019 - 0 Comments
    11. LAMP server: Linux.4MLinux uses the LTS Linux kernel. You should keep it (and the whole system) up-to-date by executing the "zk update" command.Note: Updates are released monthly (usually on the first weekend of each month).12. LAMP server:…
  • gMTP is a simple MP3 and Media player client for UNIX and UNIX like systems.
    13.03.2012 - 0 Comments
    gMTP is a simple graphical MTP based device client for Unix and Unix-like systems. It supports all MTP based devices, including MP3 players, media players, tablets, and mobile phones. Due to Oracle Solaris 10 not having a native MTP based MP3 player…
  • Plasma 5.17 is the version where the desktop anticipates your needs.
    24.11.2019 - 0 Comments
    Plasma 5.17 is the version where the desktop anticipates your needs. Night Color, the color-grading system that relaxes your eyes when the sun sets, has landed for X11. Your Plasma desktop also recognizes when you are giving a presentation, and…

Recent Posts

Recent Posts Widget

Popular Posts

Labels

Archive

page counter follow us in feedly
 
Copyright © 2014 Linuxlandit & The Conqueror Penguin
-->