setedit-checkins Mailing List for SET's Editor, a friendly text editor (Page 6)
Brought to you by:
set
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(11) |
Oct
(562) |
Nov
(65) |
Dec
(45) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(93) |
Feb
(61) |
Mar
(2) |
Apr
(50) |
May
(83) |
Jun
(71) |
Jul
(117) |
Aug
(49) |
Sep
(102) |
Oct
(15) |
Nov
(50) |
Dec
(69) |
2003 |
Jan
(24) |
Feb
(15) |
Mar
(2) |
Apr
(206) |
May
(266) |
Jun
(145) |
Jul
(50) |
Aug
(12) |
Sep
(4) |
Oct
(89) |
Nov
(50) |
Dec
(46) |
2004 |
Jan
(7) |
Feb
(7) |
Mar
(12) |
Apr
(15) |
May
(37) |
Jun
(124) |
Jul
(100) |
Aug
(190) |
Sep
(98) |
Oct
(51) |
Nov
(27) |
Dec
(52) |
2005 |
Jan
(20) |
Feb
(15) |
Mar
(10) |
Apr
(70) |
May
(15) |
Jun
(2) |
Jul
(28) |
Aug
(39) |
Sep
(21) |
Oct
|
Nov
(2) |
Dec
(16) |
2006 |
Jan
(9) |
Feb
(11) |
Mar
(8) |
Apr
|
May
(4) |
Jun
(4) |
Jul
(7) |
Aug
(4) |
Sep
(4) |
Oct
|
Nov
(20) |
Dec
|
2007 |
Jan
(7) |
Feb
(4) |
Mar
(8) |
Apr
(31) |
May
(78) |
Jun
(11) |
Jul
|
Aug
(2) |
Sep
(2) |
Oct
(21) |
Nov
(5) |
Dec
(6) |
2008 |
Jan
(4) |
Feb
|
Mar
(4) |
Apr
(3) |
May
|
Jun
(5) |
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
(33) |
Mar
(6) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(8) |
Oct
|
Nov
(2) |
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(16) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
(11) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(8) |
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(18) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Salvador E. T. <se...@us...> - 2008-01-10 13:49:46
|
Update of /cvsroot/setedit/setedit/cfgfiles In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv15019/cfgfiles Modified Files: syntaxhl.shl Log Message: * Modified: [SHL] USB Descriptors syntax also added indent information. * Modified: [SHL] USB Transactions syntax. * Modified: Cosmetic details in loadshl.cc Index: syntaxhl.shl =================================================================== RCS file: /cvsroot/setedit/setedit/cfgfiles/syntaxhl.shl,v retrieving revision 1.94 retrieving revision 1.95 diff -C2 -d -r1.94 -r1.95 *** syntaxhl.shl 9 Jan 2008 13:29:39 -0000 1.94 --- syntaxhl.shl 10 Jan 2008 13:49:40 -0000 1.95 *************** *** 2899,2907 **** Files=usbdes,usbd,usbreq EmacsModes=USBDes ! EOLComment1=; ! EOLComment2=# HexMarker=0x Symbols1=(),=| AllowedInsideNames=-. Keywords=Input,Output,Collection,Feature,End,Collection Keywords=Usage,Page,Logical,Minimum,Maximum,Physical,Unit,Exponent --- 2899,2911 ---- Files=usbdes,usbd,usbreq EmacsModes=USBDes ! EOLComment1=# ! EOLComment2=; ! String1=" ! String2=' HexMarker=0x Symbols1=(),=| AllowedInsideNames=-. + NLIndent=FirstWord,Descriptor,,,AutoIndent,2 + NLIndent=FirstWord,Request,,,AutoIndent,2 Keywords=Input,Output,Collection,Feature,End,Collection Keywords=Usage,Page,Logical,Minimum,Maximum,Physical,Unit,Exponent *************** *** 2935,2939 **** Files=usbtra EmacsModes=USBTra ! EOLComment2=# Symbols1=, Keywords=in,out,setup,ack,nack,stall,data0,data1,empty,reset --- 2939,2943 ---- Files=usbtra EmacsModes=USBTra ! EOLComment1=# Symbols1=, Keywords=in,out,setup,ack,nack,stall,data0,data1,empty,reset |
From: Salvador E. T. <se...@us...> - 2008-01-09 13:29:46
|
Update of /cvsroot/setedit/setedit In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv18698 Modified Files: change.log Log Message: * Added: [SHL] USB Transactions language. * Added: [SHL] More USB Descriptor language keywords. Index: change.log =================================================================== RCS file: /cvsroot/setedit/setedit/change.log,v retrieving revision 1.765 retrieving revision 1.766 diff -C2 -d -r1.765 -r1.766 *** change.log 20 Dec 2007 14:02:33 -0000 1.765 --- change.log 9 Jan 2008 13:29:39 -0000 1.766 *************** *** 1,6 **** $Log$ Revision 1.765 2007/12/20 14:02:33 set * Added: [SHL] USB Descriptors language. ! . Revision 1.764 2007/12/10 14:53:23 set * Added: [SHL] USB HID Report descriptor language. --- 1,10 ---- $Log$ + Revision 1.766 2008/01/09 13:29:39 set + * Added: [SHL] USB Transactions language. + * Added: [SHL] More USB Descriptor language keywords. + Revision 1.765 2007/12/20 14:02:33 set * Added: [SHL] USB Descriptors language. ! Revision 1.764 2007/12/10 14:53:23 set * Added: [SHL] USB HID Report descriptor language. |
From: Salvador E. T. <se...@us...> - 2008-01-09 13:29:46
|
Update of /cvsroot/setedit/setedit/cfgfiles In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv18698/cfgfiles Modified Files: syntaxhl.shl Log Message: * Added: [SHL] USB Transactions language. * Added: [SHL] More USB Descriptor language keywords. Index: syntaxhl.shl =================================================================== RCS file: /cvsroot/setedit/setedit/cfgfiles/syntaxhl.shl,v retrieving revision 1.93 retrieving revision 1.94 diff -C2 -d -r1.93 -r1.94 *** syntaxhl.shl 20 Dec 2007 14:02:33 -0000 1.93 --- syntaxhl.shl 9 Jan 2008 13:29:39 -0000 1.94 *************** *** 2897,2901 **** # Name=USB Descriptors ! Files=usbdes,usbd EmacsModes=USBDes EOLComment1=; --- 2897,2901 ---- # Name=USB Descriptors ! Files=usbdes,usbd,usbreq EmacsModes=USBDes EOLComment1=; *************** *** 2913,2917 **** Keywords=idVendor,idProduct,bcdDevice,iManufacturer,iProduct,iSerialNumber Keywords=bNumConfigurations,bEndpointAddress,bReserved0 ! Keywords=bEndpointDir,bmAttributes,wMaxPacketSize,bAdditionalTrans,bReserved Keywords=bInterval,bThisDescriptorType,bcdHID,bCountryCode,bNumDescriptors Keywords=wDescriptorLength,bInterfaceNumber,bAlternateSettings,bNumEndpoints --- 2913,2917 ---- Keywords=idVendor,idProduct,bcdDevice,iManufacturer,iProduct,iSerialNumber Keywords=bNumConfigurations,bEndpointAddress,bReserved0 ! Keywords=bEndpointDir,bmAttributes,wMaxPacketSize,bAdditionalTrans Keywords=bInterval,bThisDescriptorType,bcdHID,bCountryCode,bNumDescriptors Keywords=wDescriptorLength,bInterfaceNumber,bAlternateSettings,bNumEndpoints *************** *** 2919,2923 **** Keywords=External,bString,wLANGID,Descriptor,DEnd,constant,size_all,number Keywords=flags,load,bcd,class,subclass,protocol,enum,enum_fix,id_type,id_size ! Keywords=my_id,unicode End --- 2919,2941 ---- Keywords=External,bString,wLANGID,Descriptor,DEnd,constant,size_all,number Keywords=flags,load,bcd,class,subclass,protocol,enum,enum_fix,id_type,id_size ! Keywords=my_id,unicode,Request,REnd,bmRequestType,bRequest,wValue,wIndex,id_v ! Keywords=wLength,wFeature,bTestSelector,bDeviceAddress,bConfiguration ! Keywords=GET_STATUS_d,GET_STATUS_i,GET_STATUS_e,CLEAR_FEATURE_d,CLEAR_FEATURE_i ! Keywords=CLEAR_FEATURE_e,SET_FEATURE_d,SET_FEATURE_i,SET_FEATURE_e ! Keywords=SET_FEATURE_t,SET_ADDRESS,GET_DESCRIPTOR,SET_DESCRIPTOR ! Keywords=GET_CONFIGURATION,SET_CONFIGURATION,GET_INTERFACE,SET_INTERFACE ! Keywords=SYNCH_FRAME,bDescriptorIndex,bDuration,bReportType,bReportID ! Keywords=GET_DESCRIPTOR_hid,GET_REPORT,GET_IDLE,SET_IDLE,id0,Parents ! End ! ! # ---------------- USB Transactions ---------------- ! # USB Transactions language ! # ! Name=USB Transactions ! Files=usbtra ! EmacsModes=USBTra ! EOLComment2=# ! Symbols1=, ! Keywords=in,out,setup,ack,nack,stall,data0,data1,empty,reset End |
From: Salvador E. T. <se...@us...> - 2007-12-20 14:03:47
|
Update of /cvsroot/setedit/setedit/internac In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv17590/internac Modified Files: de.po es.po Log Message: * Updated. Index: de.po =================================================================== RCS file: /cvsroot/setedit/setedit/internac/de.po,v retrieving revision 1.136 retrieving revision 1.137 diff -C2 -d -r1.136 -r1.137 *** de.po 5 Nov 2007 17:10:57 -0000 1.136 --- de.po 20 Dec 2007 14:03:43 -0000 1.137 *************** *** 7,11 **** msgstr "" "Project-Id-Version: setedit 0.5.5\n" ! "PO-Revision-Date: 2007-11-05 14:06-0300\n" "Last-Translator: Oliver Schieche <oli...@d2...>\n" "Language-Team: German <se...@ie...>\n" --- 7,11 ---- msgstr "" "Project-Id-Version: setedit 0.5.5\n" ! "PO-Revision-Date: 2007-11-22 12:12-0300\n" "Last-Translator: Oliver Schieche <oli...@d2...>\n" "Language-Team: German <se...@ie...>\n" Index: es.po =================================================================== RCS file: /cvsroot/setedit/setedit/internac/es.po,v retrieving revision 1.159 retrieving revision 1.160 diff -C2 -d -r1.159 -r1.160 *** es.po 5 Nov 2007 17:10:58 -0000 1.159 --- es.po 20 Dec 2007 14:03:44 -0000 1.160 *************** *** 7,11 **** msgstr "" "Project-Id-Version: setedit 0.5.5\n" ! "PO-Revision-Date: 2007-11-05 14:06-0300\n" "Last-Translator: Salvador E. Tropea <se...@ie...>\n" "Language-Team: Spanish <se...@ie...>\n" --- 7,11 ---- msgstr "" "Project-Id-Version: setedit 0.5.5\n" ! "PO-Revision-Date: 2007-11-22 12:12-0300\n" "Last-Translator: Salvador E. Tropea <se...@ie...>\n" "Language-Team: Spanish <se...@ie...>\n" |
From: Salvador E. T. <se...@us...> - 2007-12-20 14:03:46
|
Update of /cvsroot/setedit/setedit/include In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv17590/include Modified Files: vername.h Log Message: * Updated. Index: vername.h =================================================================== RCS file: /cvsroot/setedit/setedit/include/vername.h,v retrieving revision 1.152 retrieving revision 1.153 diff -C2 -d -r1.152 -r1.153 *** vername.h 5 Nov 2007 17:10:57 -0000 1.152 --- vername.h 20 Dec 2007 14:03:43 -0000 1.153 *************** *** 1,3 **** #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1277 --- 1,3 ---- #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1279 |
From: Salvador E. T. <se...@us...> - 2007-12-20 14:02:36
|
Update of /cvsroot/setedit/setedit/cfgfiles In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv17127/cfgfiles Modified Files: syntaxhl.shl Log Message: * Added: [SHL] USB Descriptors language. Index: syntaxhl.shl =================================================================== RCS file: /cvsroot/setedit/setedit/cfgfiles/syntaxhl.shl,v retrieving revision 1.92 retrieving revision 1.93 diff -C2 -d -r1.92 -r1.93 *** syntaxhl.shl 10 Dec 2007 14:53:23 -0000 1.92 --- syntaxhl.shl 20 Dec 2007 14:02:33 -0000 1.93 *************** *** 2893,2894 **** --- 2893,2923 ---- End + # ---------------- USB Descriptor ---------------- + # USB Descriptors language + # + Name=USB Descriptors + Files=usbdes,usbd + EmacsModes=USBDes + EOLComment1=; + EOLComment2=# + HexMarker=0x + Symbols1=(),=| + AllowedInsideNames=-. + Keywords=Input,Output,Collection,Feature,End,Collection + Keywords=Usage,Page,Logical,Minimum,Maximum,Physical,Unit,Exponent + Keywords=Report,Size,ID,Count,Push,Pop,Designator,Index,String,Delimiter + Keywords=bLength,bDescriptorType,wTotalLength,bNumInterfaces + Keywords=bConfigurationValue,iConfiguration,bmAttributes,bReserved,bMaxPower + Keywords=Device,Configuration,StringZero,String,Interface,Endpoint,HID,Report + Keywords=bcdUSB,bDeviceClass,bDeviceSubClass,bDeviceProtocol,bMaxPaquetSize0 + Keywords=idVendor,idProduct,bcdDevice,iManufacturer,iProduct,iSerialNumber + Keywords=bNumConfigurations,bEndpointAddress,bReserved0 + Keywords=bEndpointDir,bmAttributes,wMaxPacketSize,bAdditionalTrans,bReserved + Keywords=bInterval,bThisDescriptorType,bcdHID,bCountryCode,bNumDescriptors + Keywords=wDescriptorLength,bInterfaceNumber,bAlternateSettings,bNumEndpoints + Keywords=bInterfaceClass,bInterfaceSubClass,bInterfaceProtocol,iInterface + Keywords=External,bString,wLANGID,Descriptor,DEnd,constant,size_all,number + Keywords=flags,load,bcd,class,subclass,protocol,enum,enum_fix,id_type,id_size + Keywords=my_id,unicode + End + |
From: Salvador E. T. <se...@us...> - 2007-12-20 14:02:36
|
Update of /cvsroot/setedit/setedit In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv17127 Modified Files: change.log Log Message: * Added: [SHL] USB Descriptors language. Index: change.log =================================================================== RCS file: /cvsroot/setedit/setedit/change.log,v retrieving revision 1.764 retrieving revision 1.765 diff -C2 -d -r1.764 -r1.765 *** change.log 10 Dec 2007 14:53:23 -0000 1.764 --- change.log 20 Dec 2007 14:02:33 -0000 1.765 *************** *** 1,3 **** --- 1,6 ---- $Log$ + Revision 1.765 2007/12/20 14:02:33 set + * Added: [SHL] USB Descriptors language. + . Revision 1.764 2007/12/10 14:53:23 set * Added: [SHL] USB HID Report descriptor language. |
From: Salvador E. T. <se...@us...> - 2007-12-10 14:53:33
|
Update of /cvsroot/setedit/setedit/cfgfiles In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv14690/cfgfiles Modified Files: syntaxhl.shl Log Message: * Added: [SHL] USB HID Report descriptor language. Index: syntaxhl.shl =================================================================== RCS file: /cvsroot/setedit/setedit/cfgfiles/syntaxhl.shl,v retrieving revision 1.91 retrieving revision 1.92 diff -C2 -d -r1.91 -r1.92 *** syntaxhl.shl 28 Aug 2007 15:53:59 -0000 1.91 --- syntaxhl.shl 10 Dec 2007 14:53:23 -0000 1.92 *************** *** 2878,2879 **** --- 2878,2894 ---- End + # ---------------- USB HID Report ---------------- + # USB HID Report descriptor language + # + Name=USB HID Report + Files=hid + EmacsModes=hid + EOLComment1=; + EOLComment2=// + HexMarker=0x + Symbols1=(), + Keywords=Input,Output,Collection,Feature,End,Collection + Keywords=Usage,Page,Logical,Minimum,Maximum,Physical,Unit,Exponent + Keywords=Report,Size,ID,Count,Push,Pop,Designator,Index,String,Delimiter + End + |
From: Salvador E. T. <se...@us...> - 2007-12-10 14:53:26
|
Update of /cvsroot/setedit/setedit In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv14690 Modified Files: change.log Log Message: * Added: [SHL] USB HID Report descriptor language. Index: change.log =================================================================== RCS file: /cvsroot/setedit/setedit/change.log,v retrieving revision 1.763 retrieving revision 1.764 diff -C2 -d -r1.763 -r1.764 *** change.log 5 Nov 2007 17:10:11 -0000 1.763 --- change.log 10 Dec 2007 14:53:23 -0000 1.764 *************** *** 1,8 **** $Log$ Revision 1.763 2007/11/05 17:10:11 set * Fixed: When autosaving the project it could get stored in the wrong place if the editor changed its working directory. Now we use the full qualified file name. ! . Revision 1.762 2007/10/31 16:25:05 set * Modified: [Search] When searching inside a selection and nothing is --- 1,11 ---- $Log$ + Revision 1.764 2007/12/10 14:53:23 set + * Added: [SHL] USB HID Report descriptor language. + Revision 1.763 2007/11/05 17:10:11 set * Fixed: When autosaving the project it could get stored in the wrong place if the editor changed its working directory. Now we use the full qualified file name. ! Revision 1.762 2007/10/31 16:25:05 set * Modified: [Search] When searching inside a selection and nothing is |
From: Salvador E. T. <se...@us...> - 2007-11-05 17:11:09
|
Update of /cvsroot/setedit/setedit/internac In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv6979/internac Modified Files: de.po es.po Log Message: * Updated. Index: de.po =================================================================== RCS file: /cvsroot/setedit/setedit/internac/de.po,v retrieving revision 1.135 retrieving revision 1.136 diff -C2 -d -r1.135 -r1.136 *** de.po 31 Oct 2007 16:26:43 -0000 1.135 --- de.po 5 Nov 2007 17:10:57 -0000 1.136 *************** *** 7,11 **** msgstr "" "Project-Id-Version: setedit 0.5.5\n" ! "PO-Revision-Date: 2007-10-31 13:21-0300\n" "Last-Translator: Oliver Schieche <oli...@d2...>\n" "Language-Team: German <se...@ie...>\n" --- 7,11 ---- msgstr "" "Project-Id-Version: setedit 0.5.5\n" ! "PO-Revision-Date: 2007-11-05 14:06-0300\n" "Last-Translator: Oliver Schieche <oli...@d2...>\n" "Language-Team: German <se...@ie...>\n" *************** *** 6838,6842 **** msgstr "Datei hinzufügen" ! #: ../setedit/edprj.cc:645 ../setedit/edprj.cc:686 msgid "Project Window" msgstr "Projektfenster" --- 6838,6842 ---- msgstr "Datei hinzufügen" ! #: ../setedit/edprj.cc:645 ../setedit/edprj.cc:690 msgid "Project Window" msgstr "Projektfenster" *************** *** 6846,6895 **** msgstr " 1 Projektfenster" ! #: ../setedit/edprj.cc:738 msgid "Could not open project file" msgstr "Konnte Projektdatei nicht öffnen" ! #: ../setedit/edprj.cc:745 msgid "Wrong project file." msgstr "Falsche Projektdatei." ! #: ../setedit/edprj.cc:780 msgid "Error reading project file" msgstr "Fehler beim Lesen der Projektdatei" ! #: ../setedit/edprj.cc:782 ../setedit/edprj.cc:973 #, fuzzy msgid "Project: " msgstr "~P~rojekt" ! #: ../setedit/edprj.cc:818 msgid "Could not save the project." msgstr "Konnte das Projekt nicht speichern." ! #: ../setedit/edprj.cc:918 msgid "Open Project" msgstr "Projekt öffnen" ! #: ../setedit/edprj.cc:1073 #, fuzzy, c-format msgid "Failed to open the file %s" msgstr "Konnte die Listendatei nicht öffnen" ! #: ../setedit/edprj.cc:1345 #, fuzzy msgid "Export project items" msgstr "Export Optionen" ! #: ../setedit/edprj.cc:1382 #, fuzzy msgid "Import project items" msgstr "Falsche Projektdatei." ! #: ../setedit/edprj.cc:1390 #, fuzzy msgid "Unable to open file" msgstr "Konnte die Listendatei nicht öffnen" ! #: ../setedit/edprj.cc:1426 #, c-format msgid "Results: added %d, already included: %d, rejected %d" --- 6846,6895 ---- msgstr " 1 Projektfenster" ! #: ../setedit/edprj.cc:744 msgid "Could not open project file" msgstr "Konnte Projektdatei nicht öffnen" ! #: ../setedit/edprj.cc:751 msgid "Wrong project file." msgstr "Falsche Projektdatei." ! #: ../setedit/edprj.cc:786 msgid "Error reading project file" msgstr "Fehler beim Lesen der Projektdatei" ! #: ../setedit/edprj.cc:788 ../setedit/edprj.cc:979 #, fuzzy msgid "Project: " msgstr "~P~rojekt" ! #: ../setedit/edprj.cc:824 msgid "Could not save the project." msgstr "Konnte das Projekt nicht speichern." ! #: ../setedit/edprj.cc:924 msgid "Open Project" msgstr "Projekt öffnen" ! #: ../setedit/edprj.cc:1079 #, fuzzy, c-format msgid "Failed to open the file %s" msgstr "Konnte die Listendatei nicht öffnen" ! #: ../setedit/edprj.cc:1351 #, fuzzy msgid "Export project items" msgstr "Export Optionen" ! #: ../setedit/edprj.cc:1388 #, fuzzy msgid "Import project items" msgstr "Falsche Projektdatei." ! #: ../setedit/edprj.cc:1396 #, fuzzy msgid "Unable to open file" msgstr "Konnte die Listendatei nicht öffnen" ! #: ../setedit/edprj.cc:1432 #, c-format msgid "Results: added %d, already included: %d, rejected %d" Index: es.po =================================================================== RCS file: /cvsroot/setedit/setedit/internac/es.po,v retrieving revision 1.158 retrieving revision 1.159 diff -C2 -d -r1.158 -r1.159 *** es.po 31 Oct 2007 16:26:43 -0000 1.158 --- es.po 5 Nov 2007 17:10:58 -0000 1.159 *************** *** 7,11 **** msgstr "" "Project-Id-Version: setedit 0.5.5\n" ! "PO-Revision-Date: 2007-10-31 13:21-0300\n" "Last-Translator: Salvador E. Tropea <se...@ie...>\n" "Language-Team: Spanish <se...@ie...>\n" --- 7,11 ---- msgstr "" "Project-Id-Version: setedit 0.5.5\n" ! "PO-Revision-Date: 2007-11-05 14:06-0300\n" "Last-Translator: Salvador E. Tropea <se...@ie...>\n" "Language-Team: Spanish <se...@ie...>\n" *************** *** 2130,2134 **** #: ../mainsrc/doedidia.cc:285 msgid "Searching inside a selection but nothing is selected. Search outside?" ! msgstr "Búsqueda dentro de una selección pero no hay nada seleccionado. ¿Buscar fuera?" #: ../mainsrc/doedidia.cc:289 --- 2130,2136 ---- #: ../mainsrc/doedidia.cc:285 msgid "Searching inside a selection but nothing is selected. Search outside?" ! msgstr "" ! "Búsqueda dentro de una selección pero no hay nada seleccionado. ¿Buscar " ! "fuera?" #: ../mainsrc/doedidia.cc:289 *************** *** 6432,6436 **** msgstr "Agregar Archivo" ! #: ../setedit/edprj.cc:645 ../setedit/edprj.cc:686 msgid "Project Window" msgstr "Ventana del Proyecto" --- 6434,6438 ---- msgstr "Agregar Archivo" ! #: ../setedit/edprj.cc:645 ../setedit/edprj.cc:690 msgid "Project Window" msgstr "Ventana del Proyecto" *************** *** 6440,6485 **** msgstr " 1 Ventana del Proyecto" ! #: ../setedit/edprj.cc:738 msgid "Could not open project file" msgstr "No puedo abrir el archivo de proyecto" ! #: ../setedit/edprj.cc:745 msgid "Wrong project file." msgstr "Archivo de proyecto incorrecto." ! #: ../setedit/edprj.cc:780 msgid "Error reading project file" msgstr "Error al leer el archivo de proyecto" ! #: ../setedit/edprj.cc:782 ../setedit/edprj.cc:973 msgid "Project: " msgstr "Proyecto: " ! #: ../setedit/edprj.cc:818 msgid "Could not save the project." msgstr "No puedo crear el archivo de proyecto." ! #: ../setedit/edprj.cc:918 msgid "Open Project" msgstr "Abrir Proyecto" ! #: ../setedit/edprj.cc:1073 #, c-format msgid "Failed to open the file %s" msgstr "No puedo abrir la lista de archivos %s" ! #: ../setedit/edprj.cc:1345 msgid "Export project items" msgstr "Exportar los items del proyecto" ! #: ../setedit/edprj.cc:1382 msgid "Import project items" msgstr "Importar items al proyecto" ! #: ../setedit/edprj.cc:1390 msgid "Unable to open file" msgstr "No pude abrir el archivo" ! #: ../setedit/edprj.cc:1426 #, c-format msgid "Results: added %d, already included: %d, rejected %d" --- 6442,6487 ---- msgstr " 1 Ventana del Proyecto" ! #: ../setedit/edprj.cc:744 msgid "Could not open project file" msgstr "No puedo abrir el archivo de proyecto" ! #: ../setedit/edprj.cc:751 msgid "Wrong project file." msgstr "Archivo de proyecto incorrecto." ! #: ../setedit/edprj.cc:786 msgid "Error reading project file" msgstr "Error al leer el archivo de proyecto" ! #: ../setedit/edprj.cc:788 ../setedit/edprj.cc:979 msgid "Project: " msgstr "Proyecto: " ! #: ../setedit/edprj.cc:824 msgid "Could not save the project." msgstr "No puedo crear el archivo de proyecto." ! #: ../setedit/edprj.cc:924 msgid "Open Project" msgstr "Abrir Proyecto" ! #: ../setedit/edprj.cc:1079 #, c-format msgid "Failed to open the file %s" msgstr "No puedo abrir la lista de archivos %s" ! #: ../setedit/edprj.cc:1351 msgid "Export project items" msgstr "Exportar los items del proyecto" ! #: ../setedit/edprj.cc:1388 msgid "Import project items" msgstr "Importar items al proyecto" ! #: ../setedit/edprj.cc:1396 msgid "Unable to open file" msgstr "No pude abrir el archivo" ! #: ../setedit/edprj.cc:1432 #, c-format msgid "Results: added %d, already included: %d, rejected %d" |
From: Salvador E. T. <se...@us...> - 2007-11-05 17:11:04
|
Update of /cvsroot/setedit/setedit/include In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv6979/include Modified Files: vername.h Log Message: * Updated. Index: vername.h =================================================================== RCS file: /cvsroot/setedit/setedit/include/vername.h,v retrieving revision 1.151 retrieving revision 1.152 diff -C2 -d -r1.151 -r1.152 *** vername.h 31 Oct 2007 16:26:43 -0000 1.151 --- vername.h 5 Nov 2007 17:10:57 -0000 1.152 *************** *** 1,3 **** #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1276 --- 1,3 ---- #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1277 |
From: Salvador E. T. <se...@us...> - 2007-11-05 17:10:20
|
Update of /cvsroot/setedit/setedit In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv6505 Modified Files: change.log Log Message: * Fixed: When autosaving the project it could get stored in the wrong place if the editor changed its working directory. Now we use the full qualified file name. Index: change.log =================================================================== RCS file: /cvsroot/setedit/setedit/change.log,v retrieving revision 1.762 retrieving revision 1.763 diff -C2 -d -r1.762 -r1.763 *** change.log 31 Oct 2007 16:25:05 -0000 1.762 --- change.log 5 Nov 2007 17:10:11 -0000 1.763 *************** *** 1,3 **** --- 1,8 ---- $Log$ + Revision 1.763 2007/11/05 17:10:11 set + * Fixed: When autosaving the project it could get stored in the wrong place + if the editor changed its working directory. Now we use the full qualified + file name. + . Revision 1.762 2007/10/31 16:25:05 set * Modified: [Search] When searching inside a selection and nothing is |
From: Salvador E. T. <se...@us...> - 2007-11-05 17:10:17
|
Update of /cvsroot/setedit/setedit/setedit In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv6505/setedit Modified Files: edprj.cc Log Message: * Fixed: When autosaving the project it could get stored in the wrong place if the editor changed its working directory. Now we use the full qualified file name. Index: edprj.cc =================================================================== RCS file: /cvsroot/setedit/setedit/setedit/edprj.cc,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** edprj.cc 2 Oct 2007 15:13:46 -0000 1.57 --- edprj.cc 5 Nov 2007 17:10:11 -0000 1.58 *************** *** 668,671 **** --- 668,675 ---- delete[] window->FileName; window->FileName=newStr(file); + char b[PATH_MAX]; + strcpy(b,file); + CLY_fexpand(b); + FullName=newStr(b); ProjectList->analizeReference(file); } *************** *** 685,688 **** --- 689,693 ---- r.a.y=r.b.y-7; view=window=new TEditorProjectWindow(r,__("Project Window")); + FullName=NULL; setFileName(fName); type=dktPrj; *************** *** 696,699 **** --- 701,705 ---- { CLY_destroy(window); + delete[] FullName; editorApp->SetTitle(); } *************** *** 800,804 **** static void SaveOnlyProject(void) { ! fpstream *f=new fpstream(prjWin->getFileName(),CLY_IOSOut | CLY_IOSBin); if (f) --- 806,810 ---- static void SaveOnlyProject(void) { ! fpstream *f=new fpstream(prjWin->FullName,CLY_IOSOut | CLY_IOSBin); if (f) *************** *** 817,821 **** { messageBox(__("Could not save the project."), mfOKButton | mfError); ! ::remove(prjWin->getFileName()); } else --- 823,827 ---- { messageBox(__("Could not save the project."), mfOKButton | mfError); ! ::remove(prjWin->FullName); } else *************** *** 851,855 **** { SaveOnlyProject(); ! s=strdup(prjWin->getFileName()); if (s) { --- 857,861 ---- { SaveOnlyProject(); ! s=strdup(prjWin->FullName); if (s) { |
From: Salvador E. T. <se...@us...> - 2007-11-05 17:10:15
|
Update of /cvsroot/setedit/setedit/setedit/include In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv6505/setedit/include Modified Files: dskprj.h Log Message: * Fixed: When autosaving the project it could get stored in the wrong place if the editor changed its working directory. Now we use the full qualified file name. Index: dskprj.h =================================================================== RCS file: /cvsroot/setedit/setedit/setedit/include/dskprj.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** dskprj.h 2 Oct 2007 15:13:46 -0000 1.5 --- dskprj.h 5 Nov 2007 17:10:11 -0000 1.6 *************** *** 26,29 **** --- 26,30 ---- ushort wS, hS; + char *FullName; const char *streamableName() const |
From: Salvador E. T. <se...@us...> - 2007-10-31 16:26:55
|
Update of /cvsroot/setedit/setedit/include In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv22550/include Modified Files: vername.h Log Message: * Updated. Index: vername.h =================================================================== RCS file: /cvsroot/setedit/setedit/include/vername.h,v retrieving revision 1.150 retrieving revision 1.151 diff -C2 -d -r1.150 -r1.151 *** vername.h 31 Oct 2007 14:25:48 -0000 1.150 --- vername.h 31 Oct 2007 16:26:43 -0000 1.151 *************** *** 1,3 **** #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1275 --- 1,3 ---- #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1276 |
From: Salvador E. T. <se...@us...> - 2007-10-31 16:26:55
|
Update of /cvsroot/setedit/setedit/internac In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv22550/internac Modified Files: de.po es.po Log Message: * Updated. Index: de.po =================================================================== RCS file: /cvsroot/setedit/setedit/internac/de.po,v retrieving revision 1.134 retrieving revision 1.135 diff -C2 -d -r1.134 -r1.135 *** de.po 31 Oct 2007 14:25:48 -0000 1.134 --- de.po 31 Oct 2007 16:26:43 -0000 1.135 *************** *** 7,11 **** msgstr "" "Project-Id-Version: setedit 0.5.5\n" ! "PO-Revision-Date: 2007-10-31 11:17-0300\n" "Last-Translator: Oliver Schieche <oli...@d2...>\n" "Language-Team: German <se...@ie...>\n" --- 7,11 ---- msgstr "" "Project-Id-Version: setedit 0.5.5\n" ! "PO-Revision-Date: 2007-10-31 13:21-0300\n" "Last-Translator: Oliver Schieche <oli...@d2...>\n" "Language-Team: German <se...@ie...>\n" *************** *** 1560,1573 **** msgstr "" ! #: ../mainsrc/ceditor.cc:3827 #, c-format msgid "Search wrapped, continued from %s." msgstr "" ! #: ../mainsrc/ceditor.cc:3828 msgid "bottom" msgstr "" ! #: ../mainsrc/ceditor.cc:3828 #, fuzzy msgid "top" --- 1560,1573 ---- msgstr "" ! #: ../mainsrc/ceditor.cc:3828 #, c-format msgid "Search wrapped, continued from %s." msgstr "" ! #: ../mainsrc/ceditor.cc:3829 msgid "bottom" msgstr "" ! #: ../mainsrc/ceditor.cc:3829 #, fuzzy msgid "top" *************** *** 1576,1613 **** #. Nope, is too risky to silently delete it. #. printf("Actual mode definition: %s\n",buffer+stComp); ! #: ../mainsrc/ceditor.cc:4278 msgid "Emacs mode already pasted without this editor" msgstr "" ! #: ../mainsrc/ceditor.cc:4330 #, fuzzy, c-format msgid "%d bytes selected" msgstr " Bytes ausgewählt in " ! #: ../mainsrc/ceditor.cc:4332 #, fuzzy msgid "One byte selected" msgstr "gewähltes a~b~spielen" ! #: ../mainsrc/ceditor.cc:4334 #, fuzzy, c-format msgid " in %d lines" msgstr " [%d Knoten]" ! #: ../mainsrc/ceditor.cc:4336 #, fuzzy msgid " in one line" msgstr "Unbekannt" ! #: ../mainsrc/ceditor.cc:4497 msgid "Use a file with 1000 lines or more for that" msgstr "Benutzen Sie eine Datei mit mehr als 1000 Zeilen dafür" ! #: ../mainsrc/ceditor.cc:4516 #, c-format msgid "Speed: %f lines/second" msgstr "Geschwindigkeit: %f Zeilen/Sekunde" ! #: ../mainsrc/ceditor.cc:4538 #, c-format msgid "" --- 1576,1613 ---- #. Nope, is too risky to silently delete it. #. printf("Actual mode definition: %s\n",buffer+stComp); ! #: ../mainsrc/ceditor.cc:4279 msgid "Emacs mode already pasted without this editor" msgstr "" ! #: ../mainsrc/ceditor.cc:4331 #, fuzzy, c-format msgid "%d bytes selected" msgstr " Bytes ausgewählt in " ! #: ../mainsrc/ceditor.cc:4333 #, fuzzy msgid "One byte selected" msgstr "gewähltes a~b~spielen" ! #: ../mainsrc/ceditor.cc:4335 #, fuzzy, c-format msgid " in %d lines" msgstr " [%d Knoten]" ! #: ../mainsrc/ceditor.cc:4337 #, fuzzy msgid " in one line" msgstr "Unbekannt" ! #: ../mainsrc/ceditor.cc:4498 msgid "Use a file with 1000 lines or more for that" msgstr "Benutzen Sie eine Datei mit mehr als 1000 Zeilen dafür" ! #: ../mainsrc/ceditor.cc:4517 #, c-format msgid "Speed: %f lines/second" msgstr "Geschwindigkeit: %f Zeilen/Sekunde" ! #: ../mainsrc/ceditor.cc:4539 #, c-format msgid "" *************** *** 1620,1624 **** "%f Zeichen/Sek" ! #: ../mainsrc/ceditor.cc:4572 #, c-format msgid "" --- 1620,1624 ---- "%f Zeichen/Sek" ! #: ../mainsrc/ceditor.cc:4573 #, c-format msgid "" *************** *** 1633,1646 **** "%f Zeichen/Sek" ! #: ../mainsrc/ceditor.cc:6342 msgid "No match found" msgstr "Keine Übereinstimmung gefunden" ! #: ../mainsrc/ceditor.cc:6357 #, c-format msgid "Match found at line %d column %d." msgstr "Übereinstimmung in Zeile %d, Spalte %d." ! #: ../mainsrc/ceditor.cc:10939 #, fuzzy msgid "" --- 1633,1646 ---- "%f Zeichen/Sek" ! #: ../mainsrc/ceditor.cc:6343 msgid "No match found" msgstr "Keine Übereinstimmung gefunden" ! #: ../mainsrc/ceditor.cc:6358 #, c-format msgid "Match found at line %d column %d." msgstr "Übereinstimmung in Zeile %d, Spalte %d." ! #: ../mainsrc/ceditor.cc:10940 #, fuzzy msgid "" *************** *** 1651,1677 **** "der Zeile. Seien Sie vorsichtig." ! #: ../mainsrc/ceditor.cc:10954 msgid "Parsing file" msgstr "Analysiere Datei" ! #: ../mainsrc/ceditor.cc:11709 #, fuzzy msgid "Unhandled syntax highlighting" msgstr "Unbehandelte Syntaxhervorhebung" ! #: ../mainsrc/ceditor.cc:12640 msgid "Unhandled undo" msgstr "Unbehandeltes Undo!" ! #: ../mainsrc/ceditor.cc:12851 msgid "Unhandled redo" msgstr "Unbehandeltes Redo!" ! #: ../mainsrc/ceditor.cc:14052 #, fuzzy, c-format msgid "Saved: %s (%ld bytes %d lines)." msgstr "Gespeichert: %s (%ld bytes)." ! #: ../mainsrc/ceditor.cc:14062 msgid "Stat failed." msgstr "`Stat' hhat versagt!" --- 1651,1677 ---- "der Zeile. Seien Sie vorsichtig." ! #: ../mainsrc/ceditor.cc:10955 msgid "Parsing file" msgstr "Analysiere Datei" ! #: ../mainsrc/ceditor.cc:11710 #, fuzzy msgid "Unhandled syntax highlighting" msgstr "Unbehandelte Syntaxhervorhebung" ! #: ../mainsrc/ceditor.cc:12641 msgid "Unhandled undo" msgstr "Unbehandeltes Undo!" ! #: ../mainsrc/ceditor.cc:12852 msgid "Unhandled redo" msgstr "Unbehandeltes Redo!" ! #: ../mainsrc/ceditor.cc:14053 #, fuzzy, c-format msgid "Saved: %s (%ld bytes %d lines)." msgstr "Gespeichert: %s (%ld bytes)." ! #: ../mainsrc/ceditor.cc:14063 msgid "Stat failed." msgstr "`Stat' hhat versagt!" *************** *** 2230,2234 **** #: ../mainsrc/doedidia.cc:285 ! msgid "Searching inside a selection but nothing is selected" msgstr "" --- 2230,2234 ---- #: ../mainsrc/doedidia.cc:285 ! msgid "Searching inside a selection but nothing is selected. Search outside?" msgstr "" Index: es.po =================================================================== RCS file: /cvsroot/setedit/setedit/internac/es.po,v retrieving revision 1.157 retrieving revision 1.158 diff -C2 -d -r1.157 -r1.158 *** es.po 31 Oct 2007 14:25:48 -0000 1.157 --- es.po 31 Oct 2007 16:26:43 -0000 1.158 *************** *** 7,11 **** msgstr "" "Project-Id-Version: setedit 0.5.5\n" ! "PO-Revision-Date: 2007-10-31 11:17-0300\n" "Last-Translator: Salvador E. Tropea <se...@ie...>\n" "Language-Team: Spanish <se...@ie...>\n" --- 7,11 ---- msgstr "" "Project-Id-Version: setedit 0.5.5\n" ! "PO-Revision-Date: 2007-10-31 13:21-0300\n" "Last-Translator: Salvador E. Tropea <se...@ie...>\n" "Language-Team: Spanish <se...@ie...>\n" *************** *** 1482,1495 **** msgstr "Error al pegar desde el portapapeles: %s" ! #: ../mainsrc/ceditor.cc:3827 #, c-format msgid "Search wrapped, continued from %s." msgstr "Búsqueda reinicializada, continuando desde %s." ! #: ../mainsrc/ceditor.cc:3828 msgid "bottom" msgstr "abajo" ! #: ../mainsrc/ceditor.cc:3828 msgid "top" msgstr "arriba" --- 1482,1495 ---- msgstr "Error al pegar desde el portapapeles: %s" ! #: ../mainsrc/ceditor.cc:3828 #, c-format msgid "Search wrapped, continued from %s." msgstr "Búsqueda reinicializada, continuando desde %s." ! #: ../mainsrc/ceditor.cc:3829 msgid "bottom" msgstr "abajo" ! #: ../mainsrc/ceditor.cc:3829 msgid "top" msgstr "arriba" *************** *** 1497,1534 **** #. Nope, is too risky to silently delete it. #. printf("Actual mode definition: %s\n",buffer+stComp); ! #: ../mainsrc/ceditor.cc:4278 msgid "Emacs mode already pasted without this editor" msgstr "El modo Emacs ya está y no parece haber sido insertado con este editor" # c-format ! #: ../mainsrc/ceditor.cc:4330 #, c-format msgid "%d bytes selected" msgstr "%d caracteres seleccionados" ! #: ../mainsrc/ceditor.cc:4332 msgid "One byte selected" msgstr "Un caracter seleccionado" # c-format ! #: ../mainsrc/ceditor.cc:4334 #, c-format msgid " in %d lines" msgstr " en %d líneas" ! #: ../mainsrc/ceditor.cc:4336 msgid " in one line" msgstr " en una línea" ! #: ../mainsrc/ceditor.cc:4497 msgid "Use a file with 1000 lines or more for that" msgstr "Utilice un archivo con al menos 1000 líneas" ! #: ../mainsrc/ceditor.cc:4516 #, c-format msgid "Speed: %f lines/second" msgstr "Velocidad: %f líneas/segundo" ! #: ../mainsrc/ceditor.cc:4538 #, c-format msgid "" --- 1497,1534 ---- #. Nope, is too risky to silently delete it. #. printf("Actual mode definition: %s\n",buffer+stComp); ! #: ../mainsrc/ceditor.cc:4279 msgid "Emacs mode already pasted without this editor" msgstr "El modo Emacs ya está y no parece haber sido insertado con este editor" # c-format ! #: ../mainsrc/ceditor.cc:4331 #, c-format msgid "%d bytes selected" msgstr "%d caracteres seleccionados" ! #: ../mainsrc/ceditor.cc:4333 msgid "One byte selected" msgstr "Un caracter seleccionado" # c-format ! #: ../mainsrc/ceditor.cc:4335 #, c-format msgid " in %d lines" msgstr " en %d líneas" ! #: ../mainsrc/ceditor.cc:4337 msgid " in one line" msgstr " en una línea" ! #: ../mainsrc/ceditor.cc:4498 msgid "Use a file with 1000 lines or more for that" msgstr "Utilice un archivo con al menos 1000 líneas" ! #: ../mainsrc/ceditor.cc:4517 #, c-format msgid "Speed: %f lines/second" msgstr "Velocidad: %f líneas/segundo" ! #: ../mainsrc/ceditor.cc:4539 #, c-format msgid "" *************** *** 1541,1545 **** "%f caracteres/seg" ! #: ../mainsrc/ceditor.cc:4572 #, c-format msgid "" --- 1541,1545 ---- "%f caracteres/seg" ! #: ../mainsrc/ceditor.cc:4573 #, c-format msgid "" *************** *** 1554,1567 **** "%f caracteres/seg" ! #: ../mainsrc/ceditor.cc:6342 msgid "No match found" msgstr "No encontré el complemento" ! #: ../mainsrc/ceditor.cc:6357 #, c-format msgid "Match found at line %d column %d." msgstr "Complemento hallado en la línea %d columna %d." ! #: ../mainsrc/ceditor.cc:10939 msgid "" "This file contains ASCII 0 values, all the characters in this line after it " --- 1554,1567 ---- "%f caracteres/seg" ! #: ../mainsrc/ceditor.cc:6343 msgid "No match found" msgstr "No encontré el complemento" ! #: ../mainsrc/ceditor.cc:6358 #, c-format msgid "Match found at line %d column %d." msgstr "Complemento hallado en la línea %d columna %d." ! #: ../mainsrc/ceditor.cc:10940 msgid "" "This file contains ASCII 0 values, all the characters in this line after it " *************** *** 1571,1597 **** "0 no se podrán ver en esa línea. Tenga cuidado" ! #: ../mainsrc/ceditor.cc:10954 msgid "Parsing file" msgstr "Analizando el archivo" ! #: ../mainsrc/ceditor.cc:11709 msgid "Unhandled syntax highlighting" msgstr "¡Resaltado de sintaxis no soportado!" ! #: ../mainsrc/ceditor.cc:12640 msgid "Unhandled undo" msgstr "¡Undo no soportado!" ! #: ../mainsrc/ceditor.cc:12851 msgid "Unhandled redo" msgstr "¡Redo no soportado!" # c-format ! #: ../mainsrc/ceditor.cc:14052 #, c-format msgid "Saved: %s (%ld bytes %d lines)." msgstr "Grabado %s (%ld bytes de longitud %d líneas)." ! #: ../mainsrc/ceditor.cc:14062 msgid "Stat failed." msgstr "¡Fallo al usar 'stat'!" --- 1571,1597 ---- "0 no se podrán ver en esa línea. Tenga cuidado" ! #: ../mainsrc/ceditor.cc:10955 msgid "Parsing file" msgstr "Analizando el archivo" ! #: ../mainsrc/ceditor.cc:11710 msgid "Unhandled syntax highlighting" msgstr "¡Resaltado de sintaxis no soportado!" ! #: ../mainsrc/ceditor.cc:12641 msgid "Unhandled undo" msgstr "¡Undo no soportado!" ! #: ../mainsrc/ceditor.cc:12852 msgid "Unhandled redo" msgstr "¡Redo no soportado!" # c-format ! #: ../mainsrc/ceditor.cc:14053 #, c-format msgid "Saved: %s (%ld bytes %d lines)." msgstr "Grabado %s (%ld bytes de longitud %d líneas)." ! #: ../mainsrc/ceditor.cc:14063 msgid "Stat failed." msgstr "¡Fallo al usar 'stat'!" *************** *** 2129,2134 **** #: ../mainsrc/doedidia.cc:285 ! msgid "Searching inside a selection but nothing is selected" ! msgstr "Búsqueda dentro de una selección pero no hay nada seleccionado" #: ../mainsrc/doedidia.cc:289 --- 2129,2134 ---- #: ../mainsrc/doedidia.cc:285 ! msgid "Searching inside a selection but nothing is selected. Search outside?" ! msgstr "Búsqueda dentro de una selección pero no hay nada seleccionado. ¿Buscar fuera?" #: ../mainsrc/doedidia.cc:289 |
From: Salvador E. T. <se...@us...> - 2007-10-31 16:25:13
|
Update of /cvsroot/setedit/setedit/mainsrc In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv21729/mainsrc Modified Files: ceditor.cc doedidia.cc Log Message: * Modified: [Search] When searching inside a selection and nothing is selected now we offer to search outside. Index: ceditor.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mainsrc/ceditor.cc,v retrieving revision 1.164 retrieving revision 1.165 diff -C2 -d -r1.164 -r1.165 *** ceditor.cc 2 Oct 2007 14:20:22 -0000 1.164 --- ceditor.cc 31 Oct 2007 16:25:05 -0000 1.165 *************** *** 767,772 **** if (SearchInSel && !hasVisibleSelection()) { ! editorDialog(edSearchAndNoSel); ! return False; } --- 767,773 ---- if (SearchInSel && !hasVisibleSelection()) { ! if (editorDialog(edSearchAndNoSel)!=cmYes) ! return False; ! SearchInSel=0; } Index: doedidia.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mainsrc/doedidia.cc,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** doedidia.cc 16 Dec 2005 19:52:10 -0000 1.19 --- doedidia.cc 31 Oct 2007 16:25:05 -0000 1.20 *************** *** 283,288 **** case edSearchAndNoSel: ! messageBox(__("Searching inside a selection but nothing is selected"),mfError | mfOKButton); ! break; case edNothingSelected: --- 283,288 ---- case edSearchAndNoSel: ! return messageBox(__("Searching inside a selection but nothing is selected. Search outside?"), ! mfError | mfYesButton | mfNoButton); case edNothingSelected: |
From: Salvador E. T. <se...@us...> - 2007-10-31 16:25:13
|
Update of /cvsroot/setedit/setedit In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv21729 Modified Files: change.log Log Message: * Modified: [Search] When searching inside a selection and nothing is selected now we offer to search outside. Index: change.log =================================================================== RCS file: /cvsroot/setedit/setedit/change.log,v retrieving revision 1.761 retrieving revision 1.762 diff -C2 -d -r1.761 -r1.762 *** change.log 31 Oct 2007 14:24:37 -0000 1.761 --- change.log 31 Oct 2007 16:25:05 -0000 1.762 *************** *** 1,3 **** --- 1,7 ---- $Log$ + Revision 1.762 2007/10/31 16:25:05 set + * Modified: [Search] When searching inside a selection and nothing is + selected now we offer to search outside. + Revision 1.761 2007/10/31 14:24:37 set * Added: [TAGs] Some basic support for namespaces. They are collected and *************** *** 5,9 **** when the code is enclosed using the namespace directive, but not for the members implementation). ! . Revision 1.760 2007/10/03 12:46:05 set * Added: A tip about the project autosave feature. --- 9,13 ---- when the code is enclosed using the namespace directive, but not for the members implementation). ! Revision 1.760 2007/10/03 12:46:05 set * Added: A tip about the project autosave feature. |
From: Salvador E. T. <se...@us...> - 2007-10-31 14:27:22
|
Update of /cvsroot/setedit/setedit/include In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv6897/include Modified Files: vername.h Log Message: * Updated. Index: vername.h =================================================================== RCS file: /cvsroot/setedit/setedit/include/vername.h,v retrieving revision 1.149 retrieving revision 1.150 diff -C2 -d -r1.149 -r1.150 *** vername.h 3 Oct 2007 12:47:22 -0000 1.149 --- vername.h 31 Oct 2007 14:25:48 -0000 1.150 *************** *** 1,3 **** #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1274 --- 1,3 ---- #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1275 |
From: Salvador E. T. <se...@us...> - 2007-10-31 14:27:20
|
Update of /cvsroot/setedit/setedit/internac In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv6897/internac Modified Files: de.po es.po Log Message: * Updated. Index: de.po =================================================================== RCS file: /cvsroot/setedit/setedit/internac/de.po,v retrieving revision 1.133 retrieving revision 1.134 diff -C2 -d -r1.133 -r1.134 *** de.po 2 Oct 2007 15:14:39 -0000 1.133 --- de.po 31 Oct 2007 14:25:48 -0000 1.134 *************** *** 7,11 **** msgstr "" "Project-Id-Version: setedit 0.5.5\n" ! "PO-Revision-Date: 2007-10-02 12:01-0300\n" "Last-Translator: Oliver Schieche <oli...@d2...>\n" "Language-Team: German <se...@ie...>\n" --- 7,11 ---- msgstr "" "Project-Id-Version: setedit 0.5.5\n" ! "PO-Revision-Date: 2007-10-31 11:17-0300\n" "Last-Translator: Oliver Schieche <oli...@d2...>\n" "Language-Team: German <se...@ie...>\n" *************** *** 35,39 **** #: ../mainsrc/deedidia.cc:272 ../mainsrc/deedidia.cc:324 #: ../mainsrc/deedidia.cc:343 ../mainsrc/sdginter.cc:193 ! #: ../mainsrc/slpinter.cc:712 ../mainsrc/tags.cc:1523 ../mainsrc/tags.cc:1751 #: ../setedit/debug.cc:1633 ../setedit/edprefs.cc:474 #: ../setedit/edprefs.cc:624 ../setedit/edprefs.cc:691 --- 35,39 ---- #: ../mainsrc/deedidia.cc:272 ../mainsrc/deedidia.cc:324 #: ../mainsrc/deedidia.cc:343 ../mainsrc/sdginter.cc:193 ! #: ../mainsrc/slpinter.cc:712 ../mainsrc/tags.cc:1537 ../mainsrc/tags.cc:1765 #: ../setedit/debug.cc:1633 ../setedit/edprefs.cc:474 #: ../setedit/edprefs.cc:624 ../setedit/edprefs.cc:691 *************** *** 76,80 **** #: ../mainsrc/loaddefl.cc:713 ../mainsrc/loadusew.cc:393 #: ../mainsrc/sdginter.cc:192 ../mainsrc/slpinter.cc:711 ! #: ../mainsrc/tags.cc:1545 ../setedit/advice.cc:138 ../setedit/boardmix.cc:119 #: ../setedit/edprefs.cc:239 ../setedit/edprefs.cc:473 #: ../setedit/edprefs.cc:623 ../setedit/edprefs.cc:690 --- 76,80 ---- #: ../mainsrc/loaddefl.cc:713 ../mainsrc/loadusew.cc:393 #: ../mainsrc/sdginter.cc:192 ../mainsrc/slpinter.cc:711 ! #: ../mainsrc/tags.cc:1559 ../setedit/advice.cc:138 ../setedit/boardmix.cc:119 #: ../setedit/edprefs.cc:239 ../setedit/edprefs.cc:473 #: ../setedit/edprefs.cc:623 ../setedit/edprefs.cc:690 *************** *** 474,478 **** msgstr "~A~lles" ! #: ../infview/infmenu.cc:40 ../mainsrc/tags.cc:1810 ../setedit/debug.cc:4356 #: ../setedit/debug.cc:4963 ../setedit/editmenu.cc:70 msgid "E~x~it" --- 474,478 ---- msgstr "~A~lles" ! #: ../infview/infmenu.cc:40 ../mainsrc/tags.cc:1824 ../setedit/debug.cc:4356 #: ../setedit/debug.cc:4963 ../setedit/editmenu.cc:70 msgid "E~x~it" *************** *** 2360,2364 **** msgstr "Verbundener Wert" ! #: ../mainsrc/loaddefl.cc:550 ../mainsrc/tags.cc:1380 #: ../setedit/loadnobkp.cc:209 ../setedit/pathlist.cc:395 msgid "Do you want to discard the changes?" --- 2360,2364 ---- msgstr "Verbundener Wert" ! #: ../mainsrc/loaddefl.cc:550 ../mainsrc/tags.cc:1394 #: ../setedit/loadnobkp.cc:209 ../setedit/pathlist.cc:395 msgid "Do you want to discard the changes?" *************** *** 2640,2644 **** msgstr "Keine INFO Dateien für Syntaxsuche angegeben" ! #: ../mainsrc/tags.cc:816 #, fuzzy msgid "Wrong format for tags file!" --- 2640,2644 ---- msgstr "Keine INFO Dateien für Syntaxsuche angegeben" ! #: ../mainsrc/tags.cc:825 #, fuzzy msgid "Wrong format for tags file!" *************** *** 2646,2806 **** #. Ask to generate a new one ! #: ../mainsrc/tags.cc:1004 msgid "I can try to generate a tag file, go ahead?" msgstr "" #. Not installed explain how to get it. ! #: ../mainsrc/tags.cc:1013 msgid "Install Exuberant Ctags, download it from http://ctags.sourceforge.net" msgstr "" ! #: ../mainsrc/tags.cc:1361 msgid "This file is automatically maintained" msgstr "" ! #: ../mainsrc/tags.cc:1390 #, fuzzy msgid "Select tags file" msgstr "Datei aussuchen" ! #: ../mainsrc/tags.cc:1406 msgid "Use relative path for the file?" msgstr "" ! #: ../mainsrc/tags.cc:1427 #, fuzzy msgid "Variables" msgstr "Verfügbar" ! #: ../mainsrc/tags.cc:1443 #, fuzzy msgid "Tag files" msgstr "Speicher Datei als" ! #: ../mainsrc/tags.cc:1545 #, fuzzy msgid "Jump to symbol" msgstr "Gehe zu Funktion" ! #: ../mainsrc/tags.cc:1545 #, fuzzy msgid "List of symbols" msgstr "Wortliste" ! #: ../mainsrc/tags.cc:1546 #, fuzzy msgid "~S~earch members" msgstr "~S~uche" ! #: ../mainsrc/tags.cc:1578 #, fuzzy msgid "Unknown line" msgstr "Unbekannt" ! #: ../mainsrc/tags.cc:1623 ../mainsrc/tags.cc:1824 ../mainsrc/tags.cc:1840 #, fuzzy msgid "Members" msgstr "Dezember" ! #: ../mainsrc/tags.cc:1623 ../mainsrc/tags.cc:1750 ../mainsrc/tags.cc:1824 ! #: ../mainsrc/tags.cc:1840 #, fuzzy msgid "~J~ump" msgstr "~G~ruppe" ! #: ../mainsrc/tags.cc:1632 #, fuzzy msgid "Sorry, couldn't find any member" msgstr "Kann autoexec.bat nicht finden" ! #: ../mainsrc/tags.cc:1637 #, fuzzy msgid "I don't know any members for this type" msgstr "Nicht genug Speicher für diese Operation" ! #: ../mainsrc/tags.cc:1734 #, fuzzy msgid "Class list" msgstr "Spiel~l~iste" ! #: ../mainsrc/tags.cc:1745 #, fuzzy msgid "List of classes" msgstr "Dateiliste" ! #: ../mainsrc/tags.cc:1749 #, fuzzy msgid "~V~iew" msgstr "~N~eu" ! #: ../mainsrc/tags.cc:1788 #, fuzzy msgid "P~a~rents" msgstr "~D~rucken" ! #: ../mainsrc/tags.cc:1790 msgid "Browse ~p~arent" msgstr "" ! #: ../mainsrc/tags.cc:1795 msgid "Chil~d~ren" msgstr "" ! #: ../mainsrc/tags.cc:1797 msgid "Browse ~c~hild" msgstr "" ! #: ../mainsrc/tags.cc:1806 #, fuzzy msgid "View" msgstr "InfView" ! #: ../mainsrc/tags.cc:1807 msgid "~T~his class" msgstr "" ! #: ../mainsrc/tags.cc:1808 #, fuzzy msgid "This & Pa~r~ents" msgstr "~D~rucken" ! #: ../mainsrc/tags.cc:1809 #, fuzzy msgid "~S~orted" msgstr "~S~ortierungsart" ! #: ../mainsrc/tags.cc:1841 msgid "View ~C~lass" msgstr "" ! #: ../mainsrc/tags.cc:1941 #, fuzzy msgid "Sorry, but I can't find any class." msgstr "Kann autoexec.bat nicht finden" ! #: ../mainsrc/tags.cc:2071 msgid "This option is only available when using projects" msgstr "" ! #: ../mainsrc/tags.cc:2076 #, fuzzy msgid "Tags options" msgstr "~E~xtraeinstellungen" ! #: ../mainsrc/tags.cc:2078 msgid "Automatic generation" msgstr "" ! #: ../mainsrc/tags.cc:2078 #, fuzzy msgid "~D~isabled" msgstr "~A~usschalten" ! #: ../mainsrc/tags.cc:2079 #, fuzzy msgid "~U~sing central file" msgstr "Falsche Desktopdatei." ! #: ../mainsrc/tags.cc:2093 msgid "Remove the tags files that I maintained from the list of files to use?" msgstr "" --- 2646,2806 ---- #. Ask to generate a new one ! #: ../mainsrc/tags.cc:1013 msgid "I can try to generate a tag file, go ahead?" msgstr "" #. Not installed explain how to get it. ! #: ../mainsrc/tags.cc:1022 msgid "Install Exuberant Ctags, download it from http://ctags.sourceforge.net" msgstr "" ! #: ../mainsrc/tags.cc:1375 msgid "This file is automatically maintained" msgstr "" ! #: ../mainsrc/tags.cc:1404 #, fuzzy msgid "Select tags file" msgstr "Datei aussuchen" ! #: ../mainsrc/tags.cc:1420 msgid "Use relative path for the file?" msgstr "" ! #: ../mainsrc/tags.cc:1441 #, fuzzy msgid "Variables" msgstr "Verfügbar" ! #: ../mainsrc/tags.cc:1457 #, fuzzy msgid "Tag files" msgstr "Speicher Datei als" ! #: ../mainsrc/tags.cc:1559 #, fuzzy msgid "Jump to symbol" msgstr "Gehe zu Funktion" ! #: ../mainsrc/tags.cc:1559 #, fuzzy msgid "List of symbols" msgstr "Wortliste" ! #: ../mainsrc/tags.cc:1560 #, fuzzy msgid "~S~earch members" msgstr "~S~uche" ! #: ../mainsrc/tags.cc:1592 #, fuzzy msgid "Unknown line" msgstr "Unbekannt" ! #: ../mainsrc/tags.cc:1637 ../mainsrc/tags.cc:1838 ../mainsrc/tags.cc:1854 #, fuzzy msgid "Members" msgstr "Dezember" ! #: ../mainsrc/tags.cc:1637 ../mainsrc/tags.cc:1764 ../mainsrc/tags.cc:1838 ! #: ../mainsrc/tags.cc:1854 #, fuzzy msgid "~J~ump" msgstr "~G~ruppe" ! #: ../mainsrc/tags.cc:1646 #, fuzzy msgid "Sorry, couldn't find any member" msgstr "Kann autoexec.bat nicht finden" ! #: ../mainsrc/tags.cc:1651 #, fuzzy msgid "I don't know any members for this type" msgstr "Nicht genug Speicher für diese Operation" ! #: ../mainsrc/tags.cc:1748 #, fuzzy msgid "Class list" msgstr "Spiel~l~iste" ! #: ../mainsrc/tags.cc:1759 #, fuzzy msgid "List of classes" msgstr "Dateiliste" ! #: ../mainsrc/tags.cc:1763 #, fuzzy msgid "~V~iew" msgstr "~N~eu" ! #: ../mainsrc/tags.cc:1802 #, fuzzy msgid "P~a~rents" msgstr "~D~rucken" ! #: ../mainsrc/tags.cc:1804 msgid "Browse ~p~arent" msgstr "" ! #: ../mainsrc/tags.cc:1809 msgid "Chil~d~ren" msgstr "" ! #: ../mainsrc/tags.cc:1811 msgid "Browse ~c~hild" msgstr "" ! #: ../mainsrc/tags.cc:1820 #, fuzzy msgid "View" msgstr "InfView" ! #: ../mainsrc/tags.cc:1821 msgid "~T~his class" msgstr "" ! #: ../mainsrc/tags.cc:1822 #, fuzzy msgid "This & Pa~r~ents" msgstr "~D~rucken" ! #: ../mainsrc/tags.cc:1823 #, fuzzy msgid "~S~orted" msgstr "~S~ortierungsart" ! #: ../mainsrc/tags.cc:1855 msgid "View ~C~lass" msgstr "" ! #: ../mainsrc/tags.cc:1955 #, fuzzy msgid "Sorry, but I can't find any class." msgstr "Kann autoexec.bat nicht finden" ! #: ../mainsrc/tags.cc:2085 msgid "This option is only available when using projects" msgstr "" ! #: ../mainsrc/tags.cc:2090 #, fuzzy msgid "Tags options" msgstr "~E~xtraeinstellungen" ! #: ../mainsrc/tags.cc:2092 msgid "Automatic generation" msgstr "" ! #: ../mainsrc/tags.cc:2092 #, fuzzy msgid "~D~isabled" msgstr "~A~usschalten" ! #: ../mainsrc/tags.cc:2093 #, fuzzy msgid "~U~sing central file" msgstr "Falsche Desktopdatei." ! #: ../mainsrc/tags.cc:2107 msgid "Remove the tags files that I maintained from the list of files to use?" msgstr "" Index: es.po =================================================================== RCS file: /cvsroot/setedit/setedit/internac/es.po,v retrieving revision 1.156 retrieving revision 1.157 diff -C2 -d -r1.156 -r1.157 *** es.po 2 Oct 2007 15:14:39 -0000 1.156 --- es.po 31 Oct 2007 14:25:48 -0000 1.157 *************** *** 7,11 **** msgstr "" "Project-Id-Version: setedit 0.5.5\n" ! "PO-Revision-Date: 2007-10-02 12:01-0300\n" "Last-Translator: Salvador E. Tropea <se...@ie...>\n" "Language-Team: Spanish <se...@ie...>\n" --- 7,11 ---- msgstr "" "Project-Id-Version: setedit 0.5.5\n" ! "PO-Revision-Date: 2007-10-31 11:17-0300\n" "Last-Translator: Salvador E. Tropea <se...@ie...>\n" "Language-Team: Spanish <se...@ie...>\n" *************** *** 35,39 **** #: ../mainsrc/deedidia.cc:272 ../mainsrc/deedidia.cc:324 #: ../mainsrc/deedidia.cc:343 ../mainsrc/sdginter.cc:193 ! #: ../mainsrc/slpinter.cc:712 ../mainsrc/tags.cc:1523 ../mainsrc/tags.cc:1751 #: ../setedit/debug.cc:1633 ../setedit/edprefs.cc:474 #: ../setedit/edprefs.cc:624 ../setedit/edprefs.cc:691 --- 35,39 ---- #: ../mainsrc/deedidia.cc:272 ../mainsrc/deedidia.cc:324 #: ../mainsrc/deedidia.cc:343 ../mainsrc/sdginter.cc:193 ! #: ../mainsrc/slpinter.cc:712 ../mainsrc/tags.cc:1537 ../mainsrc/tags.cc:1765 #: ../setedit/debug.cc:1633 ../setedit/edprefs.cc:474 #: ../setedit/edprefs.cc:624 ../setedit/edprefs.cc:691 *************** *** 76,80 **** #: ../mainsrc/loaddefl.cc:713 ../mainsrc/loadusew.cc:393 #: ../mainsrc/sdginter.cc:192 ../mainsrc/slpinter.cc:711 ! #: ../mainsrc/tags.cc:1545 ../setedit/advice.cc:138 ../setedit/boardmix.cc:119 #: ../setedit/edprefs.cc:239 ../setedit/edprefs.cc:473 #: ../setedit/edprefs.cc:623 ../setedit/edprefs.cc:690 --- 76,80 ---- #: ../mainsrc/loaddefl.cc:713 ../mainsrc/loadusew.cc:393 #: ../mainsrc/sdginter.cc:192 ../mainsrc/slpinter.cc:711 ! #: ../mainsrc/tags.cc:1559 ../setedit/advice.cc:138 ../setedit/boardmix.cc:119 #: ../setedit/edprefs.cc:239 ../setedit/edprefs.cc:473 #: ../setedit/edprefs.cc:623 ../setedit/edprefs.cc:690 *************** *** 475,479 **** msgstr "~L~ínea de comandos" ! #: ../infview/infmenu.cc:40 ../mainsrc/tags.cc:1810 ../setedit/debug.cc:4356 #: ../setedit/debug.cc:4963 ../setedit/editmenu.cc:70 msgid "E~x~it" --- 475,479 ---- msgstr "~L~ínea de comandos" ! #: ../infview/infmenu.cc:40 ../mainsrc/tags.cc:1824 ../setedit/debug.cc:4356 #: ../setedit/debug.cc:4963 ../setedit/editmenu.cc:70 msgid "E~x~it" *************** *** 2251,2255 **** msgstr "String asociado" ! #: ../mainsrc/loaddefl.cc:550 ../mainsrc/tags.cc:1380 #: ../setedit/loadnobkp.cc:209 ../setedit/pathlist.cc:395 msgid "Do you want to discard the changes?" --- 2251,2255 ---- msgstr "String asociado" ! #: ../mainsrc/loaddefl.cc:550 ../mainsrc/tags.cc:1394 #: ../setedit/loadnobkp.cc:209 ../setedit/pathlist.cc:395 msgid "Do you want to discard the changes?" *************** *** 2524,2668 **** msgstr "No se definieron archivos de ayuda para buscar sintaxis" ! #: ../mainsrc/tags.cc:816 msgid "Wrong format for tags file!" msgstr "Formato incorrecto para el archivo de TAGs." #. Ask to generate a new one ! #: ../mainsrc/tags.cc:1004 msgid "I can try to generate a tag file, go ahead?" msgstr "Puedo intentar generar un archivo de TAGS ¿lo hago?" #. Not installed explain how to get it. ! #: ../mainsrc/tags.cc:1013 msgid "Install Exuberant Ctags, download it from http://ctags.sourceforge.net" msgstr "" "Instale Exuberant Ctags, puede obtenerlo en http://ctags.sourceforge.net" ! #: ../mainsrc/tags.cc:1361 msgid "This file is automatically maintained" msgstr "Este archivo es mantenido automaticamente" ! #: ../mainsrc/tags.cc:1390 msgid "Select tags file" msgstr "Seleccione el archivo de TAGs" ! #: ../mainsrc/tags.cc:1406 msgid "Use relative path for the file?" msgstr "¿Desea usar un camino (path) relativo?" ! #: ../mainsrc/tags.cc:1427 msgid "Variables" msgstr "Variables" ! #: ../mainsrc/tags.cc:1443 msgid "Tag files" msgstr "Archivos de TAGs" ! #: ../mainsrc/tags.cc:1545 msgid "Jump to symbol" msgstr "Saltar a un símbolo" ! #: ../mainsrc/tags.cc:1545 msgid "List of symbols" msgstr "Lista de símbolos" ! #: ../mainsrc/tags.cc:1546 msgid "~S~earch members" msgstr "~B~uscar miembros" ! #: ../mainsrc/tags.cc:1578 msgid "Unknown line" msgstr "Línea desconocida" ! #: ../mainsrc/tags.cc:1623 ../mainsrc/tags.cc:1824 ../mainsrc/tags.cc:1840 msgid "Members" msgstr "Miembros" ! #: ../mainsrc/tags.cc:1623 ../mainsrc/tags.cc:1750 ../mainsrc/tags.cc:1824 ! #: ../mainsrc/tags.cc:1840 msgid "~J~ump" msgstr "~S~altar" ! #: ../mainsrc/tags.cc:1632 msgid "Sorry, couldn't find any member" msgstr "Lo lamento, no puedo hallar ningún miembro" ! #: ../mainsrc/tags.cc:1637 msgid "I don't know any members for this type" msgstr "No se acerca de miembros para este tipo de datos" ! #: ../mainsrc/tags.cc:1734 msgid "Class list" msgstr "Lista de clases" ! #: ../mainsrc/tags.cc:1745 msgid "List of classes" msgstr "Clases encontradas" ! #: ../mainsrc/tags.cc:1749 msgid "~V~iew" msgstr "~V~er" ! #: ../mainsrc/tags.cc:1788 msgid "P~a~rents" msgstr "P~a~dres" ! #: ../mainsrc/tags.cc:1790 msgid "Browse ~p~arent" msgstr "Ver ~p~adre" ! #: ../mainsrc/tags.cc:1795 msgid "Chil~d~ren" msgstr "H~i~jos" ! #: ../mainsrc/tags.cc:1797 msgid "Browse ~c~hild" msgstr "Ver ~h~ijo" ! #: ../mainsrc/tags.cc:1806 msgid "View" msgstr "Ver" ! #: ../mainsrc/tags.cc:1807 msgid "~T~his class" msgstr "~E~sta clase" ! #: ../mainsrc/tags.cc:1808 msgid "This & Pa~r~ents" msgstr "Esta y sus pad~r~es" ! #: ../mainsrc/tags.cc:1809 msgid "~S~orted" msgstr "I~d~em ordenado" ! #: ../mainsrc/tags.cc:1841 msgid "View ~C~lass" msgstr "Ver ~C~lase" ! #: ../mainsrc/tags.cc:1941 msgid "Sorry, but I can't find any class." msgstr "Lo lamento, no puedo hallar ninguna clase" ! #: ../mainsrc/tags.cc:2071 msgid "This option is only available when using projects" msgstr "Esta opción sólo sirve cuando se usa un proyecto" ! #: ../mainsrc/tags.cc:2076 msgid "Tags options" msgstr "Opciones de TAGs" ! #: ../mainsrc/tags.cc:2078 msgid "Automatic generation" msgstr "Generación automática" ! #: ../mainsrc/tags.cc:2078 msgid "~D~isabled" msgstr "~D~eshabilitada" ! #: ../mainsrc/tags.cc:2079 msgid "~U~sing central file" msgstr "~U~sando un archivo central" ! #: ../mainsrc/tags.cc:2093 msgid "Remove the tags files that I maintained from the list of files to use?" msgstr "" --- 2524,2668 ---- msgstr "No se definieron archivos de ayuda para buscar sintaxis" ! #: ../mainsrc/tags.cc:825 msgid "Wrong format for tags file!" msgstr "Formato incorrecto para el archivo de TAGs." #. Ask to generate a new one ! #: ../mainsrc/tags.cc:1013 msgid "I can try to generate a tag file, go ahead?" msgstr "Puedo intentar generar un archivo de TAGS ¿lo hago?" #. Not installed explain how to get it. ! #: ../mainsrc/tags.cc:1022 msgid "Install Exuberant Ctags, download it from http://ctags.sourceforge.net" msgstr "" "Instale Exuberant Ctags, puede obtenerlo en http://ctags.sourceforge.net" ! #: ../mainsrc/tags.cc:1375 msgid "This file is automatically maintained" msgstr "Este archivo es mantenido automaticamente" ! #: ../mainsrc/tags.cc:1404 msgid "Select tags file" msgstr "Seleccione el archivo de TAGs" ! #: ../mainsrc/tags.cc:1420 msgid "Use relative path for the file?" msgstr "¿Desea usar un camino (path) relativo?" ! #: ../mainsrc/tags.cc:1441 msgid "Variables" msgstr "Variables" ! #: ../mainsrc/tags.cc:1457 msgid "Tag files" msgstr "Archivos de TAGs" ! #: ../mainsrc/tags.cc:1559 msgid "Jump to symbol" msgstr "Saltar a un símbolo" ! #: ../mainsrc/tags.cc:1559 msgid "List of symbols" msgstr "Lista de símbolos" ! #: ../mainsrc/tags.cc:1560 msgid "~S~earch members" msgstr "~B~uscar miembros" ! #: ../mainsrc/tags.cc:1592 msgid "Unknown line" msgstr "Línea desconocida" ! #: ../mainsrc/tags.cc:1637 ../mainsrc/tags.cc:1838 ../mainsrc/tags.cc:1854 msgid "Members" msgstr "Miembros" ! #: ../mainsrc/tags.cc:1637 ../mainsrc/tags.cc:1764 ../mainsrc/tags.cc:1838 ! #: ../mainsrc/tags.cc:1854 msgid "~J~ump" msgstr "~S~altar" ! #: ../mainsrc/tags.cc:1646 msgid "Sorry, couldn't find any member" msgstr "Lo lamento, no puedo hallar ningún miembro" ! #: ../mainsrc/tags.cc:1651 msgid "I don't know any members for this type" msgstr "No se acerca de miembros para este tipo de datos" ! #: ../mainsrc/tags.cc:1748 msgid "Class list" msgstr "Lista de clases" ! #: ../mainsrc/tags.cc:1759 msgid "List of classes" msgstr "Clases encontradas" ! #: ../mainsrc/tags.cc:1763 msgid "~V~iew" msgstr "~V~er" ! #: ../mainsrc/tags.cc:1802 msgid "P~a~rents" msgstr "P~a~dres" ! #: ../mainsrc/tags.cc:1804 msgid "Browse ~p~arent" msgstr "Ver ~p~adre" ! #: ../mainsrc/tags.cc:1809 msgid "Chil~d~ren" msgstr "H~i~jos" ! #: ../mainsrc/tags.cc:1811 msgid "Browse ~c~hild" msgstr "Ver ~h~ijo" ! #: ../mainsrc/tags.cc:1820 msgid "View" msgstr "Ver" ! #: ../mainsrc/tags.cc:1821 msgid "~T~his class" msgstr "~E~sta clase" ! #: ../mainsrc/tags.cc:1822 msgid "This & Pa~r~ents" msgstr "Esta y sus pad~r~es" ! #: ../mainsrc/tags.cc:1823 msgid "~S~orted" msgstr "I~d~em ordenado" ! #: ../mainsrc/tags.cc:1855 msgid "View ~C~lass" msgstr "Ver ~C~lase" ! #: ../mainsrc/tags.cc:1955 msgid "Sorry, but I can't find any class." msgstr "Lo lamento, no puedo hallar ninguna clase" ! #: ../mainsrc/tags.cc:2085 msgid "This option is only available when using projects" msgstr "Esta opción sólo sirve cuando se usa un proyecto" ! #: ../mainsrc/tags.cc:2090 msgid "Tags options" msgstr "Opciones de TAGs" ! #: ../mainsrc/tags.cc:2092 msgid "Automatic generation" msgstr "Generación automática" ! #: ../mainsrc/tags.cc:2092 msgid "~D~isabled" msgstr "~D~eshabilitada" ! #: ../mainsrc/tags.cc:2093 msgid "~U~sing central file" msgstr "~U~sando un archivo central" ! #: ../mainsrc/tags.cc:2107 msgid "Remove the tags files that I maintained from the list of files to use?" msgstr "" |
From: Salvador E. T. <se...@us...> - 2007-10-31 14:25:06
|
Update of /cvsroot/setedit/setedit In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv5648 Modified Files: change.log Log Message: * Added: [TAGs] Some basic support for namespaces. They are collected and shown. Looks like ectags doesn't always mark the namespace propperly (only when the code is enclosed using the namespace directive, but not for the members implementation). Index: change.log =================================================================== RCS file: /cvsroot/setedit/setedit/change.log,v retrieving revision 1.760 retrieving revision 1.761 diff -C2 -d -r1.760 -r1.761 *** change.log 3 Oct 2007 12:46:05 -0000 1.760 --- change.log 31 Oct 2007 14:24:37 -0000 1.761 *************** *** 1,3 **** --- 1,9 ---- $Log$ + Revision 1.761 2007/10/31 14:24:37 set + * Added: [TAGs] Some basic support for namespaces. They are collected and + shown. Looks like ectags doesn't always mark the namespace propperly (only + when the code is enclosed using the namespace directive, but not for the + members implementation). + . Revision 1.760 2007/10/03 12:46:05 set * Added: A tip about the project autosave feature. |
From: Salvador E. T. <se...@us...> - 2007-10-31 14:25:06
|
Update of /cvsroot/setedit/setedit/include In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv5648/include Modified Files: tags.h Log Message: * Added: [TAGs] Some basic support for namespaces. They are collected and shown. Looks like ectags doesn't always mark the namespace propperly (only when the code is enclosed using the namespace directive, but not for the members implementation). Index: tags.h =================================================================== RCS file: /cvsroot/setedit/setedit/include/tags.h,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** tags.h 26 Apr 2005 19:51:16 -0000 1.16 --- tags.h 31 Oct 2007 14:24:36 -0000 1.17 *************** *** 46,49 **** --- 46,50 ---- }; const char *partof; + const char *nspace; stTagFile *tagFile; uchar lang; |
From: Salvador E. T. <se...@us...> - 2007-10-31 14:25:06
|
Update of /cvsroot/setedit/setedit/mainsrc In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv5648/mainsrc Modified Files: tags.cc Log Message: * Added: [TAGs] Some basic support for namespaces. They are collected and shown. Looks like ectags doesn't always mark the namespace propperly (only when the code is enclosed using the namespace directive, but not for the members implementation). Index: tags.cc =================================================================== RCS file: /cvsroot/setedit/setedit/mainsrc/tags.cc,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** tags.cc 10 May 2007 19:06:28 -0000 1.45 --- tags.cc 31 Oct 2007 14:24:36 -0000 1.46 *************** *** 16,19 **** --- 16,20 ---- * Itenationalize: void TTagFiles::getText(char *dest, unsigned item, int maxLen) and others + * The class browser doesn't pay attention to namespaces. Can be done? ***************************************************************************/ *************** *** 432,435 **** --- 433,437 ---- DeleteArray(p->id); DeleteArray(p->partof); + DeleteArray(p->nspace); if (!(p->flags & sttFgLine)) DeleteArray(p->regex); *************** *** 547,551 **** idP='?'; } ! CLY_snprintf(preBuf,maxLen,"%s (%s:%c)",p->id,p->partof,idP); } else --- 549,556 ---- idP='?'; } ! if (p->nspace) ! CLY_snprintf(preBuf,maxLen,"%s (%s:%s:%c)",p->id,p->nspace,p->partof,idP); ! else ! CLY_snprintf(preBuf,maxLen,"%s (%s:%c)",p->id,p->partof,idP); } else *************** *** 708,711 **** --- 713,720 ---- p->flags|=sttFgClass; } + else if (strncmp(e,"namespace:",10)==0) + { + p->nspace=newStr(e+10); + } else if (strncmp(e,"struct:",7)==0) { *************** *** 1284,1288 **** int level=(long)levels->at(item); if (level) ! CLY_snprintf(dest,maxLen,"%s (%s) %d",p->id,p->partof,level); else CLY_snprintf(dest,maxLen,"%s",p->id); --- 1293,1302 ---- int level=(long)levels->at(item); if (level) ! { ! if (p->nspace) ! CLY_snprintf(dest,maxLen,"%s (%s::%s) %d",p->id,p->nspace,p->partof,level); ! else ! CLY_snprintf(dest,maxLen,"%s (%s) %d",p->id,p->partof,level); ! } else CLY_snprintf(dest,maxLen,"%s",p->id); |
From: Salvador E. T. <se...@us...> - 2007-10-03 12:47:25
|
Update of /cvsroot/setedit/setedit/include In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv16659/include Modified Files: vername.h Log Message: * Updated. Index: vername.h =================================================================== RCS file: /cvsroot/setedit/setedit/include/vername.h,v retrieving revision 1.148 retrieving revision 1.149 diff -C2 -d -r1.148 -r1.149 *** vername.h 2 Oct 2007 15:14:38 -0000 1.148 --- vername.h 3 Oct 2007 12:47:22 -0000 1.149 *************** *** 1,3 **** #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1273 --- 1,3 ---- #define VERSION_NAME "Glaciar P.Moreno II" ! #define VERSION_REV 1274 |
From: Salvador E. T. <se...@us...> - 2007-10-03 12:46:12
|
Update of /cvsroot/setedit/setedit/doc In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv15845/doc Modified Files: editor.tx Log Message: * Added: A tip about the project autosave feature. * Added: Documentation for the project autosave feature. Index: editor.tx =================================================================== RCS file: /cvsroot/setedit/setedit/doc/editor.tx,v retrieving revision 1.96 retrieving revision 1.97 diff -C2 -d -r1.96 -r1.97 *** editor.tx 30 May 2007 13:08:48 -0000 1.96 --- editor.tx 3 Oct 2007 12:46:05 -0000 1.97 *************** *** 7,12 **** @setfilename setedit.info @set version 0.5.5 ! @set update-date 29 May 2007 ! @set update-month May 2007 @set name-author Salvador Eduardo Tropea --- 7,12 ---- @setfilename setedit.info @set version 0.5.5 ! @set update-date 3 Oct 2007 ! @set update-month Oct 2007 @set name-author Salvador Eduardo Tropea *************** *** 2183,2186 **** --- 2183,2187 ---- @cindex message window, options @cindex project window, vertical + @cindex project, autosave This will open the general configuration dialog containing several *************** *** 2234,2237 **** --- 2235,2240 ---- it doesn't disable the warning, use the above mentioned option for this. + @item Autosave project: When enabled the project is saved after any + modification. It happends during the idle time. @c @item Open only specified files: When enabled and you specify one or more @c file names in the command line the editor will close all the files already |