Code editor

2013-03-31 Thread Rodolfo García Peñas (kix)
Hi,

what code editor are you using to devel wmaker?

Thanks,
kix
-- 
||// //\\// Rodolfo "kix" Garcia
||\\// //\\ http://www.kix.es/


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.


Re: Code editor

2013-03-31 Thread Andreas Tscharner

On 31.03.2013 18:35, "Rodolfo García Peñas (kix)" wrote:

what code editor are you using to devel wmaker?


Not for wmaker in particular, but generally for coding: geany

www.geany.org

Best regards
Andreas
--
  ("`-''-/").___..--''"`-._
   `o_ o  )   `-.  ( ).`-.__.`)
   (_Y_.)'  ._   )  `._ `. ``-..-'
 _..`--'_..-_/  /--'_.' .'
(il).-''  (li).'  ((!.-'

Andreas Tscharner   a...@vis.ethz.ch   ICQ-No. 14356454


--
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.


Re: Code editor

2013-03-31 Thread Renan Traba
vim. With vundle, vim-powerline, nerdtree, and I do have a vim function to
autocomplete code


2013/3/31 Andreas Tscharner 

> On 31.03.2013 18:35, "Rodolfo García Peñas (kix)" wrote:
>
>> what code editor are you using to devel wmaker?
>>
>
> Not for wmaker in particular, but generally for coding: geany
>
> www.geany.org
>
> Best regards
> Andreas
> --
>   ("`-''-/").___..--''"`-._
>`o_ o  )   `-.  ( ).`-.__.`)
>(_Y_.)'  ._   )  `._ `. ``-..-'
>  _..`--'_..-_/  /--'_.' .'
> (il).-''  (li).'  ((!.-'
>
> Andreas Tscharner   a...@vis.ethz.ch   ICQ-No. 14356454
>
>
>
> --
> To unsubscribe, send mail to wmaker-dev-unsubscribe@lists.**
> windowmaker.org .
>



-- 


Renan Vedovato Traba
Aluno de Bacharelado em Ciência da Computação
pela Universidade Federal do Paraná

Linux Register n°: 525911


Re: Code editor

2013-03-31 Thread Haroldo Santos
Code completion in VIM is excellent using vim-clang, works better than the
ctags base completion (which is used in geany).

But the learning curve of vim is a bit steep.




On Sun, Mar 31, 2013 at 6:56 PM, Renan Traba  wrote:

> vim. With vundle, vim-powerline, nerdtree, and I do have a vim function to
> autocomplete code
>
>
> 2013/3/31 Andreas Tscharner 
>
>> On 31.03.2013 18:35, "Rodolfo García Peñas (kix)" wrote:
>>
>>> what code editor are you using to devel wmaker?
>>>
>>
>> Not for wmaker in particular, but generally for coding: geany
>>
>> www.geany.org
>>
>> Best regards
>> Andreas
>> --
>>   ("`-''-/").___..--''"`-._
>>`o_ o  )   `-.  ( ).`-.__.`)
>>(_Y_.)'  ._   )  `._ `. ``-..-'
>>  _..`--'_..-_/  /--'_.' .'
>> (il).-''  (li).'  ((!.-'
>>
>> Andreas Tscharner   a...@vis.ethz.ch   ICQ-No. 14356454
>>
>>
>>
>> --
>> To unsubscribe, send mail to wmaker-dev-unsubscribe@lists.**
>> windowmaker.org .
>>
>
>
>
> --
>
>
> Renan Vedovato Traba
> Aluno de Bacharelado em Ciência da Computação
> pela Universidade Federal do Paraná
>
> Linux Register n°: 525911
>



-- 
=
Haroldo Gambini Santos
Computing Department
Universidade Federal de Ouro Preto - UFOP
email: haroldo [at ] iceb.ufop.br
home/research page: www.decom.ufop.br/haroldo


Re: [PATCH 12/16] Add drawers to wmaker!

2013-03-31 Thread Renan Traba
does this drawer accept dockapps ?

the wmdrawer only simulate a new dock, I do prefer a "true" drawer, that
accepts dockapps,


2013/3/25 Carlos R. Mafra 

> On Sun, 24 Mar 2013 at 19:34:55 +, Carlos R. Mafra wrote:
> > On Fri, 22 Mar 2013 at 23:23:44 +0100, yo@free.fr wrote:
> > > From: Daniel Déchelotte 
> > >
> > > Drawers are horizontal docks, and they can themselves only live in the
> dock
> > >
> > > Let WMPrefs.app disable drawers (in recent Dock panel)
> > > ---
> > >  WPrefs.app/Docks.c |  108 ++-
> > >  WPrefs.app/tiff/dockclipdrawersection.tiff |  Bin 0 -> 4188 bytes
> > >  WPrefs.app/tiff/dockclipsection.tiff   |  Bin 7248 -> 0 bytes
> >
> > There is a problem here, dockclipsection.tiff has 0 bytes.
> >
> > >  WPrefs.app/tiff/drawer.tiff|  Bin 0 -> 9556 bytes
> > >  WPrefs.app/xpm/dockclipdrawersection.xpm   |  307 ++
> > >  WPrefs.app/xpm/dockclipsection.xpm |  946 --
> >
> > and here you are removing it?
>
> Forget about this, I got confused when the new icons were not installed,
> and WPrefs had no icons.
>
> > And please make sure to update the file Makefile.am in xpm/ and tiff/ to
> > include the new icons.
>
> But this one is the root cause, please update Makefile.am in order to
> install the icons correctly.
>
>
> --
> To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.
>



-- 


Renan Vedovato Traba
Aluno de Bacharelado em Ciência da Computação
pela Universidade Federal do Paraná

Linux Register n°: 525911


Re: Code editor

2013-03-31 Thread SJS
begin  quoting Haroldo Santos as of Sun, Mar 31, 2013 at 07:17:11PM -0300:
> Code completion in VIM is excellent using vim-clang, works better than the
> ctags base completion (which is used in geany).
> 
> But the learning curve of vim is a bit steep.

Rogue/Nethack can train your fingers to move the cursor with hjkl, and
programs like vilearn or vimtutor can get you past the first hump. I
wouldn't suggest vi(m) to someone who can't already touch-type, too.

I haven't played with vim-clang yet, I'll have to check it out.

I'm getting close to having a machine at home that can run WindowMaker,
instead of just my work desktop box. (My Linux boxes at home tend to
run headless, and I've all but retired my Solaris box that was running
WindowMaker instead of CDE.) I want to try out some of these new features...

-- 
Stewart Stremler


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.