taskPDS Project Library - Tasks: task #13734, Auto completado de funciones en...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

task #13734: Auto completado de funciones en Geany

Submitter:  Fernando Pujaico Rivera <trucomanx>
Submitted:  Sun 06 Sep 2015 07:30:58 PM UTC
   
 
Should Start On:  Sun 06 Sep 2015 03:00:00 AM UTC Should be Finished on:  Sun 06 Sep 2015 03:00:00 AM UTC
Category:  Documentacion Priority:  3 - Low
Status:  In Progress Privacy:  Public
Assigned to:  trucomanx Percent Complete:  50%
Open/Closed:  Open Effort:  0.00

Wed 16 Sep 2015 02:41:22 PM UTC, comment #1: 

Em geany 1.23, el auto-completado de las funciones de la biblioteca se habilita si colocas un archivo:

  *.c.tags

en la carpeta

~/.config/geany/tags/

para crear un archivo libpdsra.c.tags desde los archivos *.h de la carpeta "src", puede ser usado este comando:

find src -type f -iname "pds*.h" | xargs geany -g -P libpdsra.c.tags

Fernando Pujaico Rivera <trucomanx>
Group administrator
Sun 06 Sep 2015 07:30:58 PM UTC, original submission:  

Buscar una forma de crear archivos que sirvan para auto-completado de funciones en los editores de texto (gedit, geany, etc) e entornos integrados de desarrollo (geany, anjuta, codelite,codeblocks).

Fernando Pujaico Rivera <trucomanx>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by trucomanx (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 9 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-09-26 trucomanx Priority6 3 - Low
    2015-09-16 trucomanx CategoryNone Documentacion
    2015-09-16 trucomanx Percent Complete10% 50%
        SummaryAuto completado de funciones en algun IDE Auto completado de funciones en Geany
    2015-09-16 trucomanx SummaryAuto completado de funciones en IDE Auto completado de funciones en algun IDE
    2015-09-16 trucomanx SummaryAuto completado de funciones Auto completado de funciones en IDE
    2015-09-16 trucomanx StatusNone In Progress
        Percent Complete0% 10%
        Assigned toNone trucomanx

    Back to the top

    Powered by Savane 3.15-e6e5.
    Corresponding source code