Re: win32-port branch hits main

2008-12-23 Thread Francois

Great news guys !
Thanks for your excellent work
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to pida+unsubscr...@googlegroups.com
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: Collaborative editing in Vim Emacs and Gedit

2008-12-05 Thread Francois

just forget to add that it could be interesting regarding the Dbus
usage

Regards

francois
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Collaborative editing in Vim Emacs and Gedit

2008-12-05 Thread Francois

Look at this !

http://alban.apinc.org/blog/2008/10/29/collaborative-editing-in-emacs/

Vim, Gedit and Emacs editing the same buffer


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: pIDA or PIDA or pida or Pida ? let's vote :)

2008-11-26 Thread Francois

Well I think I will make everyone happy

I prefer to spell it Pida ...
or pIDA as second choice.


On 26 nov, 20:21, Alejandro Mery <[EMAIL PROTECTED]> wrote:
> Bernard wrote:
> > Hi,
>
> 'I prefer to spell it pida'
>
> or PIDA as second choice.
>
>  smime.p7s
> 6KAfficherTélécharger
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: Project and tree view of files/dir/subdir

2008-11-26 Thread Francois

Thanks Guzmo,


> [...]
>
> well all you want is to have project listing the same way eclipse
> does. I don't think I'd want it like that. Though, it's totally
> possible to write another project service that integrates
> filemanager's abilities for browsing inside current project.

Yes I think that's it even if I'm not very familiar with Eclipse.
I have used komodo-edit and IMHO I think there are some very good
ideas in their project management and browsing facilities.
Have a look here to see  the different concepts they use:
http://docs.activestate.com/komodo/5.0/project.html#project_top

> I am, personally totally against mixing project service with
> filemanager service, because when I used eclipse, I really
> found it was a bad ergonomic choice.

Well I think PIDA can do a lot better ...
For me project managment is about:
* building/executing/refactoring facilities like tools, macro, ...
* and/also files management facilities (VC, directory management,
files import with extensions, project export...)

> But what I think would be really nice, is to have a project wide
> class browser that browses directory->files->symbols. But I the
> project view, is, imho, just a fast project switcher.
>

This idea is excellent.
I'm also with you for fast project switcher.
I may be wrong here but how do you keep the list of files currently
used in the project ?
When switching from one project to another one the idea is to have all
the files belonging to the current project available.
This already possible in PIDA ?

> I even think that we should be able to have a tree with project
> groups as roots and projects as leaves.
>

I agree with you. Some times before I made a ticket for this:
http://pida.co.uk/trac/ticket/184

> > We can perhaps just only show the files without the dir/subdir tree
> > and add an option for this.
>
> [...]
>
> nonsense... we already have the filemanager to achieve that !

Indeed but IMHO it's much more easier to select a file from list of
FilesOfCurrentProject rather than finding this file in the filemanager
if this file is in a obscure path.

just my 2 cents
cheers
Francois
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: Project and tree view of files/dir/subdir

2008-11-25 Thread Francois

Thanks Bernard,

Excuse my english it's not fluent ... try to do my best.
I'm talking about the possibility to view in the Project panel the
name of the project and just below (in a tree view) the directory,
subdirectory and the files which belong to this project.

For example:

- Project Foo
  |
  - Dir Titi
|
File 1
File 2
File 3
|
- Subdir Toto
  |
  File 4
  File 5
+ Subdir Tata


Hope it's more clear now ...

We can perhaps just only show the files without the dir/subdir tree
and add an option for this.

Let me know if you understand me correctly
Thanks

Francois

On 25 nov, 17:31, Bernard <[EMAIL PROTECTED]> wrote:
> Hi,
>
> On Tue, 2008-11-25 at 07:35 -0800, Francois wrote:
> > Is there a way to have and see a tree view of files/dir/subdir
> > belonging to a project in the project panel. Something like a merge
> > between the current project plugin and the bookmark plugin.
> > Is these feature already available or must I post a ticket for
> > this ...
>
> I'm not sure I understand what you want, but afaict, there's no
> such feature. You can try to code it as a new plugin, or make a
> ticket... but try to tell us more, through use cases for example.
>
> --
> Bernard Pratz
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Project and tree view of files/dir/subdir

2008-11-25 Thread Francois

Hi all,

Is there a way to have and see a tree view of files/dir/subdir
belonging to a project in the project panel. Something like a merge
between the current project plugin and the bookmark plugin.

Is these feature already available or must I post a ticket for
this ...

Cheers
Francois


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Project and tree view of files/dir/subdir

2008-11-25 Thread Francois

Hi all,

Is there a way to have and see a tree view of files/dir/subdir
belonging to a project in the project panel. Something like a merge
between the current project plugin and the bookmark plugin.

Is these feature already available or must I post a ticket for
this ...

Cheers
Francois


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: Communication between vim buffer and the commander

2008-10-24 Thread Francois

Thanks Ali for putting some light on my questions
I must learn PIDA more in depth to do that

Can't wait for your next release
Good luck guys

francois
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: Bundles like tools in PIDA

2008-10-24 Thread Francois

 > Hi Francois.

Hi Ali,

Thank you for your answer

>
> Just to see if I have the correct idea, you want to have PIDA be able
> to use/be compatible with Textmate/E-editor bundles?

Direct and transparent compatibility could be indeed the best,
but at first I was only thinking of PIDA tools that work like those
famous Textmate bundles.
Direct compatibility will of course awesome but not  necessary.

I've read somewhere on the web that a guy has made a script to convert
TextMate Snippets to his own snippet tool.
Don't remember if it's yasnippet for Emacs or Superabrev for Jedit ...
I will try to find the link

Thanks again
Francois
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Bundles like tools in PIDA

2008-10-23 Thread Francois

Hi all,

I've just see an eye candy screencast of E-texteditor today showing
how to build a todo.txt  bundle.

http://e-texteditor.com/blog/2008/todotxt-bundle-creation-tutorial

I'm wondering if this kind of tool (the bundle also used of course by
Textmate and Intype) could be one of the future feature enhancement of
PIDA ?

Don't know if it's difficult to implement but IMHO vim as already in
his design a lot of concept similar to the ones used in the bundle
(syntax file, dict file, etc  for different file type, completion,
python ruby scripting and so on ...) but need more polishing and user
friendliness.

What do you think abour this idea/concept ? Out of question or yes
this is the way to go ?

I'm using your last development version of PIDA, amazing work guys !
realy impressive and you know what I love PIDA.

Best regards


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Communication between vim buffer and the commander

2008-10-23 Thread Francois

Hi everybody,

Is it possible to communicate between my vim buffer and the commander
(shell prompt) ?

For example if I want to send the current line, word or selection of
my vim buffer to the shell prompt.

And more tricky if I'm doing some debugging of my ugly scientist
python script with ipython is it possible to send to ipython  the
current line, word or selection of my vim buffer ?

if someone has an idea ...
Thanks

Francois
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: Bundles like tools in PIDA

2008-10-23 Thread Francois

Have a look at this feature request of E-texteditor
a lot of guys are waiting for a linux version which don't seem to be
available soon

http://etexteditor.uservoice.com/

This is perhaps a good opportunity for PIDA to reach even more people
frustrated about the lack of TextMate on Linux.
... ok ok  I'm gone !

On 23 oct, 17:24, Francois <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I've just see an eye candy screencast of E-texteditor today showing
> how to build a todo.txt  bundle.
>
> http://e-texteditor.com/blog/2008/todotxt-bundle-creation-tutorial
>
> I'm wondering if this kind of tool (the bundle also used of course by
> Textmate and Intype) could be one of the future feature enhancement of
> PIDA ?
>
> Don't know if it's difficult to implement but IMHO vim as already in
> his design a lot of concept similar to the ones used in the bundle
> (syntax file, dict file, etc  for different file type, completion,
> python ruby scripting and so on ...) but need more polishing and user
> friendliness.
>
> What do you think abour this idea/concept ? Out of question or yes
> this is the way to go ?
>
> I'm using your last development version of PIDA, amazing work guys !
> realy impressive and you know what I love PIDA.
>
> Best regards
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: Cimpoling PIDA under windows XP

2008-09-30 Thread Francois

No problem ...

Hope you will find the guy who know the guy who know ...
By the way PIDA irc community is very friendly


On 30 sep, 20:23, RonnyPfannschmidt <[EMAIL PROTECTED]>
wrote:
> On 30 Sep., 19:53, Francois <[EMAIL PROTECTED]> wrote:
>
> > Ronny,
>
> > I'm known as Ragloublog on irc but unfortunately it's not me that
> > works on this aspect.
> > I wish I can ... but I can't
>
> > Sorry it's not me, perhaps you think of someone else
>
> > Anyway a windows port would be a great addition for PIDA expansion
> > Keep going guys !!!
>
> ok, i confused irc nicknames, i'll clarify when i'm not confused
> anymore
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: Cimpoling PIDA under windows XP

2008-09-30 Thread Francois

Ronny,

I'm known as Ragloublog on irc but unfortunately it's not me that
works on this aspect.
I wish I can ... but I can't

Sorry it's not me, perhaps you think of someone else

Anyway a windows port would be a great addition for PIDA expansion
Keep going guys !!!


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: Pida devel: some news ?

2008-09-25 Thread Francois

Hi all,

Just my 2 cents.
There is a post on vim-use that may (or not) interest pida dev ...

It's about vim api and the fact that vim doesn't have a clean
seperation between the actual
data handling, command parsing and execution etc and the visual
front-end.

Look at the end of the post here:

http://groups.google.com/group/vim_use/browse_thread/thread/adbd5a96d7322a6f/f3401bc8dac2725c

Have a nice day
Francois

On 13 sep, 18:35, Francois <[EMAIL PROTECTED]> wrote:
> Thanks guys for your answers
> I'm happy to see that Pida is healthy and in very good shape
>
> Best wishes
>
> On 13 sep, 05:22, "Ali Afshar" <[EMAIL PROTECTED]> wrote:
>
> > 2008/9/12 RonnyPfannschmidt <[EMAIL PROTECTED]>:
>
> > > On 12 Sep., 19:23, Francois <[EMAIL PROTECTED]> wrote:
> > >> What do you mean by a rich vim api (vim is my editor of choice with
> > >> pida) ?
> > > the current vim api is based on vims remote protocol
> > > its VERY limited
>
> > Well, it's certainly not "very limited", it has complete control over
> > anything Vim can do. But there are a couple of small issues that
> > prevent us from reaching absolute perfection with it, and hence:
>
> > > ali is experimenting with the integration of dbus/grpc for better apis
>
> > dbus/grpc are just ways to communicate with Vim (and we could
> > essentially plug anything in there), it's the actual Vim API that is a
> > bit painful. I am suspecting that the complete solution is a
> > combination of the real Vim API, augmented with some vim-python over
> > dbus/grpc.
>
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: Pida devel: some news ?

2008-09-13 Thread Francois

Thanks guys for your answers
I'm happy to see that Pida is healthy and in very good shape

Best wishes

On 13 sep, 05:22, "Ali Afshar" <[EMAIL PROTECTED]> wrote:
> 2008/9/12 RonnyPfannschmidt <[EMAIL PROTECTED]>:
>
> > On 12 Sep., 19:23, Francois <[EMAIL PROTECTED]> wrote:
> >> What do you mean by a rich vim api (vim is my editor of choice with
> >> pida) ?
> > the current vim api is based on vims remote protocol
> > its VERY limited
>
> Well, it's certainly not "very limited", it has complete control over
> anything Vim can do. But there are a couple of small issues that
> prevent us from reaching absolute perfection with it, and hence:
>
> > ali is experimenting with the integration of dbus/grpc for better apis
>
> dbus/grpc are just ways to communicate with Vim (and we could
> essentially plug anything in there), it's the actual Vim API that is a
> bit painful. I am suspecting that the complete solution is a
> combination of the real Vim API, augmented with some vim-python over
> dbus/grpc.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: Pida devel: some news ?

2008-09-12 Thread Francois

Thanks Ronny,

Whaooo ! feels sweet ...

What do you mean by a rich vim api (vim is my editor of choice with
pida) ?
Any idea of the 0.6 release date ?

Thank you all developers for your amazing work !


>
> We are here:
>
> * Projects are vellum files now
> * The plugin system is largely reworked
> * rope got integrated , we got dynamic python analysis
> * anyvc gets extracted and more unittests
>   * native hg support
>   * Javier Derderian (author of bzr-gedit) is taking a look into
> adding native bzr support
>   * finally initial tests for git (it will need tonns of hacks to get
> the bastard named git scripted reliably)
>   * better subversion support, still non-native tho
> * various ui and option enhancements
> * initial works on new autocompletion apis
> * save start mode where unsave options are replaced by defaults
> * kill all options start mode, where pida kills all saved options and
> replaces them by defaults
> * we are looking into a rich vim api for better integration
>
> We want to finish the following before releasing 0.6
>
> * finalize vellum integration
> * finalize anyvc extraction
>   * MORE unittests in anyvc
> * fixing more bugs from launchpad/trac
> * integrate rope refactoring
>
> More things will probably come up.
>
> > Can't wait to have some good news ...
> > Anyway keep going, your work is excellent
>
> > Francois
>
> Regards Ronny
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: Pida devel: some news ?

2008-09-12 Thread Francois

Thanks Ronny,

Whaooo ! feels sweet ...

What do you mean by a rich vim api (vim is my editor of choice with
pida) ?
Any idea of the 0.6 release date ?

Thank you all developers for your amazing work !


>
> We are here:
>
> * Projects are vellum files now
> * The plugin system is largely reworked
> * rope got integrated , we got dynamic python analysis
> * anyvc gets extracted and more unittests
>   * native hg support
>   * Javier Derderian (author of bzr-gedit) is taking a look into
> adding native bzr support
>   * finally initial tests for git (it will need tonns of hacks to get
> the bastard named git scripted reliably)
>   * better subversion support, still non-native tho
> * various ui and option enhancements
> * initial works on new autocompletion apis
> * save start mode where unsave options are replaced by defaults
> * kill all options start mode, where pida kills all saved options and
> replaces them by defaults
> * we are looking into a rich vim api for better integration
>
> We want to finish the following before releasing 0.6
>
> * finalize vellum integration
> * finalize anyvc extraction
>   * MORE unittests in anyvc
> * fixing more bugs from launchpad/trac
> * integrate rope refactoring
>
> More things will probably come up.
>
> > Can't wait to have some good news ...
> > Anyway keep going, your work is excellent
>
> > Francois
>
> Regards Ronny
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Pida devel: some news ?

2008-09-12 Thread Francois

Hi all,

As anybody some news on the current development of pida.
Looks like the bitbucket repository is very active ...

In which directions is going Pida, what are the main goal of the
current developments  ?

Can't wait to have some good news ...
Anyway keep going, your work is excellent

Francois
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: What are Projects in pida

2008-04-29 Thread Francois

Hello

I'm certainly not the best person to answer but I will try ...

You can see a "project" as a group of files and rules when your are
working on a particular task

A project consist of a :

* Project Name
* Project Directory where you store your files
* Project Controllers which are things you often do in your project
   like building it, publishing it, executing
   you can configure controllers with environment variables, working
directory, execution command and so on

Francois

On Apr 29, 2:03 am, taiga <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> I recently installed Pida and I'm starting to love it, it's exactly
> what I've been looking for for all these years!  However when I tried
> to get information regarding what constitutes a "project" within pida,
> I was stumped.  The documentation doesn't tell you how to set up a
> project and for that matter what a project or a project file entails.
>
> Could someone help me wrap my brain around what a project is in pida?
>
> Thanks,
>
> taiga
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



A post on vim-dev about vim gui's / vim api

2008-03-29 Thread Francois

 Hi all,

I just saw an interesting post on vim-dev :
http://groups.google.com/group/vim_dev/browse_thread/thread/867504cf2e6cfda2

Maybe some developers here will find it interesting perhaps it's time
to introduce PIDA in this thread ...?
Jut my 2 cents

Have a nice day


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: Some ideas or suggestions for PIDA

2008-02-25 Thread Francois

Thanks too for your kind words Ali ...

So if I have your permission I will put those ideas with great
pleasure on the Trac.
I'm not sure but after I registered, I was not able to create a new
ticket on the Trac at http://pida.co.uk/trac/newticket

Error: Forbidden
TICKET_CREATE privileges are required to perform this operation

What's wrong (sorry I'm new to Trac) ?

Furthermore, is there a small tutorial to see how plugins are
implemented somewhere ?
I know there is some doc in the official PIDA doc but if someone has
something else ...

Thanks

On 25 fév, 18:29, Ali Afshar <[EMAIL PROTECTED]> wrote:
> Francois wrote:
> > Hi all,
>
> > During some months, I was switching between different editors and IDE:
> > PIDA with Vim, OpenKomodo, Gedit and Jedit. All of them have very good
> > features but there is a different feeling for me with PIDA. I rapidly
> > wish to contribute to his project but unfortunately my knowledge of
> > Python and PyGTK is to limited at present time to do something very
> > useful.
>
> > Never mind, during my quest I grab some of the best features I like in
> > each IDE and put them here like a wish list or future development
> > ideas for PIDA.on this page:
>
> >http://ragloo.blogspot.com/
>
> > It's not a blog only a draft for PIDA because I don't want to spam the
> > PIDA wiki with my ideas !
>
> > Perhaps you will find in some of them a little bit interest ...
>
> > I have also the occasion to thanks all the developer who made PIDA a
> > reality.
> > Thanks all ! ... and continue this excellent work ...
>
> > An happy user
> > Francois
>
> Hi Francois,
>
> Thank you for your kind words. I have read your features review, and I
> can see you have put a lot of work into it, so thank-you very much. If
> you would like to formalise any of these feature requests, you could
> make a ticket in the Trac instance athttp://pida.co.uk/tracThis should
> ensure that they get good consideration by all developers (and in the
> future).
>
> Thanks again,
>
> Ali
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Some ideas or suggestions for PIDA

2008-02-25 Thread Francois

Hi all,

During some months, I was switching between different editors and IDE:
PIDA with Vim, OpenKomodo, Gedit and Jedit. All of them have very good
features but there is a different feeling for me with PIDA. I rapidly
wish to contribute to his project but unfortunately my knowledge of
Python and PyGTK is to limited at present time to do something very
useful.

Never mind, during my quest I grab some of the best features I like in
each IDE and put them here like a wish list or future development
ideas for PIDA.on this page:

http://ragloo.blogspot.com/

It's not a blog only a draft for PIDA because I don't want to spam the
PIDA wiki with my ideas !

Perhaps you will find in some of them a little bit interest ...

I have also the occasion to thanks all the developer who made PIDA a
reality.
Thanks all ! ... and continue this excellent work ...

An happy user
Francois
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: pdftex preview plugin

2008-01-19 Thread Francois

Tobias your THE man !
Indeed it wasthe problem

Thank you very much for your help and this great plugin !
It works like a charm now ...

On Jan 19, 5:26 pm, Tobias Eberle <[EMAIL PROTECTED]> wrote:
> Hi,
>
> > Error: Couldn't open file '/home/tobias/studium/9.semester_ws_07_08/
> > parallele_verteilte_Dateisysteme/Ceph/ceph.pdf'
>
> please change the file name as I pointed out in my first mail. There are
> no checks at all that the file really exists and I guess that an
> exception is raised which is not handled. (this is the disadvantage of a
> proof of concept ;-) )
>
> Hope that helps,
>
> Tobias
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: pdftex preview plugin

2008-01-19 Thread Francois
ailed to load document from data (error 1)'

Traceback (most recent call last):
  File "/home/beaubert/.pida2/plugins/pdftex_preview/
pdftex_preview.py", line 152, in on_show_pdftex_preview
    self.svc.show_pdftex_preview()
  File "/home/beaubert/.pida2/plugins/pdftex_preview/
pdftex_preview.py", line 196, in show_pdftex_preview
self.boss.cmd('window', 'add_view', paned='Plugin',
view=self._view)
AttributeError: 'PdfTexPreview' object has no attribute '_view'


What's wrong wwith my config ?
if someone as an idea ...

Any thank you Ali and Tobias for your help
Francois


On Jan 19, 2:44 pm, Ali Afshar <[EMAIL PROTECTED]> wrote:
> Francois wrote:
> > Tanks for your help Tobias !
>
> > I've just download poppler-python-0.6-experimental but after the ./
> > autogen.sh
> > I've got the following error:
>
> > checking for python extension module directory... ${exec_prefix}/lib/
> > python2.5/site-packages
> > checking for headers required to compile python extensions... not
> > found
> > configure: error: could not find Python headers
>
> > I'm sorry but I don't know what to do now, some python headers are
> > missing but which ones ?
> > Anyway if sombody can help me ...
>
> > Thanks
> > Francois
>
> Hi, you need python-dev package.
>
> > On Jan 19, 12:18 am, Tobias Eberle <[EMAIL PROTECTED]> wrote:
>
> >> Hi,
>
> >>> oh, I forgot to mention it :)
>
> >> I also forgot to mention that the plugin uses "rubber" to compile the
> >> pdf. In Ubuntu you can install it as a package. Otherwise you can change
> >> the corresponding source line to use pdftex directly.
>
> >> Best wishes,
>
> >> Tobias
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: pdftex preview plugin

2008-01-19 Thread Francois

Tanks for your help Tobias !

I've just download poppler-python-0.6-experimental but after the ./
autogen.sh
I've got the following error:

checking for python extension module directory... ${exec_prefix}/lib/
python2.5/site-packages
checking for headers required to compile python extensions... not
found
configure: error: could not find Python headers

I'm sorry but I don't know what to do now, some python headers are
missing but which ones ?
Anyway if sombody can help me ...

Thanks
Francois

On Jan 19, 12:18 am, Tobias Eberle <[EMAIL PROTECTED]> wrote:
> Hi,
>
> > oh, I forgot to mention it :)
>
> I also forgot to mention that the plugin uses "rubber" to compile the
> pdf. In Ubuntu you can install it as a package. Otherwise you can change
> the corresponding source line to use pdftex directly.
>
> Best wishes,
>
> Tobias
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: pdftex preview plugin

2008-01-18 Thread Francois

Hi,

Indeed it looks awesome, good job !
But after the install, I've got the folowwing error message when I try
to enable the plugin:

pdftex_preview: No module named poppler

So  I'm looking to find a package for my Ubuntu Gutsy Gibbon but can't
find something like python-poppler
Any idea ?

Thank's a lot
Francois

On Jan 17, 9:47 pm, Tobias Eberle <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I have uploaded the current development version 
> tohttp://www.tobiaseberle.de/downloads/pdftex_preview.tar.gz
>
> Please extract it into ~/.pida2/plugins
>
> The filename of the file that is to be compiled and the filename of the
> pdf are both hard-coded. You have to edit
> pdftex_preview/pdftex_preview.py und change both filenames to your
> needs. It's line 24 and 25 you have to edit.
>
> The controller combobox does currently nothing (except of displaying a
> list of existing controllers).
>
> There is at least one bug in pida that has to be fixed before there will
> be a final release, so there is no plan for a release yet. Please feel
> free to send me comments and improvement suggestions.
> (The plan is to write a new controller type for compiling latex
> documents. In the preview panel you will be able to choose a controller
> that is used to compile the document and also contains the filename of
> the pdf.)
>
> Best wishes,
>
> Tobias
>
> On Wed, 2008-01-16 at 04:28 -0800, [EMAIL PROTECTED] wrote:
> > wow, this looks awesome!
> > Are there any plan, when this will be released?
> > I'll start writing my diploma next month and this would be some great
> > thing.
>
> > On Dec 31 2007, 11:12 pm, Tobias Eberle <[EMAIL PROTECTED]> wrote:
> > > Hello,
>
> > > first of all I would like to thank all of you for providing pida.
>
> > > When I found it I thought, wow, this can be also useful for writing
> > > reports or slides with latex. Especially for slides and math formulae a
> > > preview is useful and so I have written a proof of concept plugin (the
> > > usual Sunday afternoon hack) for displaying a pdf preview. The pdf
> > > previewer is based on python-poppler (the one from launchbox). When a
> > > document is saved the previewer compiles the code using rubber.
>
> > > You can find a screenshot 
> > > athttp://www.tobiaseberle.de/pdftex-preview-plugin.png
>
> > > The current version is far from being perfect, but I would like to
> > > develop it further to be a full featured plugin.
>
> > > Best wishes and a happy new year,
>
> > > Tobias
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: Wiki link

2007-10-17 Thread Francois

Sorry, I forgot the link: http://pida.co.uk/trac/wiki/


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Wiki link

2007-10-17 Thread Francois

Hi all,

I'm not sure about that but is there a direct link to PIDA's Wiki on
the main pida page ?
If not, perhaps it will be usefull to add it.

What do you think about that ?

Francois


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Re: Pida and vim Plugins

2007-09-13 Thread Francois

Thank-you Ali for your answer.

What do you think about a post to vim-devel to see if some of the vim-
script  developers will enjoy to add a PIDA layer to their scripts ?
Do you think it's a good idea ?

I hope I could help you more when my python skills will be better, I'm
just a scientist and use python with scipy and  matplotlib just to
make matlab-like scripts.

What is the best way to report bugs and suggestions ?

Thank's again for PIDA

>
> Thank-you for your kind words.
>
> About using Vim plugins, this is certainly possible, and any developer is free
> to write and release any PIDA plugins on the community site, and they will be
> available for download in the PIDA plugin manager.
>
> The reason that we have not done this much in the past is that Vim-script
> based plugins will only be available to Vim users of PIDA. This has good
> points and bad points. Good: it will (as you say) leverage existing Vim code,
> and bad: Vim-only.
>
> In order to achieve things like this and reach the masses, we will need a lot
> more developers. We all have heavy working schedules and PIDA is a spare-time
> activity.
>
> Please help wherever you can: dev, bugs, docs etc etc.
>
> Thanks again,
>
> Ali


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---



Pida and vim Plugins

2007-09-12 Thread Francois

Hi all,

Thank you developpers, thanks a lot you have finaly done it !

 I'm very pleased to see those kind of development tool: the power of
vim (or emacs) with a very good gui: it rocks !

Hope that your project will reach the mass and be one of the major dev
tool.

I have a few question regarding the plugins development philosophy.
Vim has already more than thousand of plugins (they call them scripts)
and some are very very good but sometimes lack of a good gui  to be
easier to use.

Do you think it will be useful or interesting to merge the quality of
the most used vim scripts with the quality of pida gui ? My concern
and perhaps some of the vim and/or pida users is to keep the same
tools and not to duplicate them.

I think it's one of the major goal of PIDA (not to re-think the weel),
isn't' it ?

Look at snippets, project, source code browser, ... vim scripts: some
are famous and with the power and simplicity of PIDA'GUI I think it
willbe beautiful.

But perhaps this mail should have been send to vim mailing list. Sorry
for the un-technical  terms of my mail: I'm not a developer just a
happy user !

Keep going this way your job is already very very good !
Thank you again for that.

Have a nice day

Francois


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.com/group/pida?hl=en-GB
-~--~~~~--~~--~--~---