cssed-devel Mailing List for cssed (Page 2)
Brought to you by:
iagorubio
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
(73) |
Apr
(46) |
May
(16) |
Jun
(14) |
Jul
(3) |
Aug
(4) |
Sep
(185) |
Oct
(17) |
Nov
|
Dec
(2) |
2005 |
Jan
(3) |
Feb
(83) |
Mar
(8) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
(5) |
Dec
(11) |
2006 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
(6) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <mic...@ea...> - 2005-12-21 23:44:32
|
Here's the ChangeLog Please update your tree. |
From: Iago R. <iag...@hi...> - 2005-11-23 08:58:10
|
cssed 0.4.0 have been released and is available at sourceforge project's page. https://sourceforge.net/projects/cssed/ -- Iago Rubio |
From: Iago R. <iag...@hi...> - 2005-11-18 16:09:47
|
On Fri, 2005-11-18 at 13:12 +0100, Iago Rubio wrote: > I will post here when I finished cvs update. done. -- Iago Rubio |
From: Iago R. <iag...@hi...> - 2005-11-18 12:12:22
|
As promised yesterday, I've updated platform independent packages and linux RPM binaries. CVS is still out of sync, I will post here when I finished cvs update. http://www.iagorubio.com/cssed/release-0.4.0/ -- Iago Rubio |
From: Iago R. <iag...@hi...> - 2005-11-18 08:49:24
|
On Thu, 2005-11-17 at 19:37 +0100, Iago Rubio wrote: [snip] > Current 0.4.0 packages have been tested on: I'm sorry I forgot Antoine Jacoutot who packaged this version for OpenBSD, so it should be added to this list. - Linux - FreeBSD - NetBSD - OpenBSD, - Windows 2000 - Windows XP -- Iago Rubio |
From: Iago R. <iag...@hi...> - 2005-11-17 18:37:52
|
I've just updated 0.4.0 packages for Windows 32. They're available here: http://www.iagorubio.com/cssed/release-0.4.0/win32/ As I got no complains about 0.4.0 packages I'll release all next week, so it's the last call for anyone willing to contribute. New 0.4.0 packages will be updated tomorrow, CVS is also out of sync and will be updated tomorrow as well. Windows 32 now is much closer to Unix/Linux cssed, and supports plugins and python scripting as well. Current 0.4.0 packages have been tested on: - Linux - FreeBSD - NetBSD - Windows 2000 - Windows XP enjoy !! -- Iago Rubio |
From: Iago R. <iag...@hi...> - 2005-09-29 17:19:30
|
On Thu, 2005-09-29 at 18:55 +0200, Iago Rubio wrote: > ctags plugin > ------------ > > It's almost equal but I've added CSS support to ctags so it may be more > useful used with this ctags version. > http://iagorubio.com/cssed/cssed/release-0.4.0/ctags/ctags- > css-5.5.4.tar.gz > > The ctags css support file is here, for anyone to check it: > http://iagorubio.com/cssed/cssed/release-0.4.0/ctags/css.c > The links above are wrong: http://iagorubio.com/cssed/release-0.4.0/ctags/ctags-css-5.5.4.tar.gz http://iagorubio.com/cssed/release-0.4.0/ctags/css.c -- Iago Rubio |
From: Iago R. <iag...@hi...> - 2005-09-29 17:12:31
|
As I mentioned in my last mail, I'm going to explain the new python plugin. This plugin provides python binding for cssed's plugable interface. It's just a way to make cssedd scriptable. An example script can be: -------------------------------------------------------- import cssed text = cssed.get_text() cssed.set_selection_range(0, cssed.get_length()) cssed.clear_sel() cssed.add_text(text.expandtabs(4)) -------------------------------------------------------- This script will take all the text in the currently opened document, select and delete it, and change it for a version of the same text but with all tabs changes for spaces - 4 spaces per tab. As you can see is a really easy way to add custom functionality to cssed. If you want you can place those scripts in the $HOME/.cssed folder and integrate it in cssed's menus. I've been working with it for a long time and it's working really well with all but poorly written scripts. I've written some notes for users and developers that can help undestand better how it works: User Guide (start with this): http://iagorubio.com/cssed/release-0.4.0/python-plugin- doc/pycssed_user_guide-html-0.1/t1.html Developer guide (then with this): http://iagorubio.com/cssed/release-0.4.0/python-plugin- doc/pycssed_developers_guide-html-0.1/t1.html I've also uploaded some scripts I'm using and other test cases to test: http://iagorubio.com/cssed/release-0.4.0/python-plugin- doc/scripts_list.html They're packaged here: http://iagorubio.com/cssed/release-0.4.0/python-plugin- doc/pycssed_scripts.tgz All downloads are available from the snapshot page: http://iagorubio.com/cssed/release-0.4.0/binaries.html md5s http://iagorubio.com/cssed/release-0.4.0/checksums.html I hope you enjoy it !! -- Iago Rubio |
From: Iago R. <iag...@hi...> - 2005-09-29 16:56:08
|
Hi all, It has been reported lately a couple of bugs on cssed that pushes me to go for the release of a new version. The worst of them is a segfault when closing the search dialog - among others - when using the ESC key, caused by legacy code. All those bugs are fixed in cvs right now. I've just uploaded some snapshots for testing purposes and I'll most grateful if some of you could take a test on them. The biggest changes from last release are: ------------------------------------------ - Added default browser: it's visible on the configuration dialog. And right now only drives the "Cssed Help" menu item, on "Help" menu. - Added capabilities to mark documents on different colors. - Added document list capabilities. - New "go to line" dialog. - Ability to append various css document in one long list, in the "Digest" tree view. - Improved and extended the plugin's API - Added java and javascript highlighting. Bug fixes: ---------- * Fixed problem with EOL modes, * Fix for the problems reported by Axel Heyne on the scintilla list about PHP highlighting problems. * Fixed problem that added an extra white char at end of file. * Added new option to create a new blank document list. * Fixed glitch on UTF8 detection reported by Michelle Garoche. * Some usability fixes reported by Michelle * minor changes on font-face and color management * Update to libxml. * Improved the handling of unsaved documents on window close. * New file selector function . * Added "default browser" support and configuration setup. * Improved configuration file now also saves application's state (maximized|minimized). * Fixed bug #1292993 * Fixed regexp replace. Added view help in default browser. * Updated scintilla to 1.66 * New FileTypeManager. Now file type management is more modular. * Added tab guides on Python as tabs matters on python * On "Revert to Saved" now the document is not closed * Fix #1305356 by Yaakov Selkowitzcssed build on Cygwin/X11 Other changes being tested: --------------------------- * Auto completion menu delay on CSS files so if you continues typing auto-completion is disabled. * Auto indent - mostly indent-as-last-line - is being tested on CSS, HTML and C files, and cannot be disabled right now, nor enabled on other files. * Dragable sheets - ability to reorder the documents, by dragging on document tab's button onto the one of the file on the place you want it to move. PLUGINS ------- There have not been too much changes in the plugins. ctags plugin ------------ It's almost equal but I've added CSS support to ctags so it may be more useful used with this ctags version. http://iagorubio.com/cssed/cssed/release-0.4.0/ctags/ctags- css-5.5.4.tar.gz The ctags css support file is here, for anyone to check it: http://iagorubio.com/cssed/cssed/release-0.4.0/ctags/css.c find in files plugin -------------------- * Sanitized pipe input to disable back ticks. As the command it's piped out to the system, I've disabled back ticks to avoid accidental running commands when searching. As example searching for the term "`echo not fine ~/BUG`" will write the file ~/BUG instead of searching for the term. quick search plugin ------------------- * Only packaging changes. vte plugin ------------------- * Only packaging changes. file browser plugin ------------------- * Added dialog to edit the directories drop down list. * Added pattern (filter) support. So you can search for "*.css". * Improved file selector handling. * Use new plugin functions * Add button to go to current document's directory. * D'n'D in directories as it was happening with files - the path is added to the current document, when dragged on cssed. There is a new "python plugin" that I will explain in other email. All files are here to test: http://iagorubio.com/cssed/release-0.4.0/binaries.html http://iagorubio.com/cssed/release-0.4.0/checksums.html -- Iago Rubio |
From: Iago R. <iag...@hi...> - 2005-06-16 05:26:21
|
On Tue, 2005-06-14 at 11:31 +0200, Alain wrote: > Hello, > I will wish to know if a company can use CSSED (same for a commercial > use) freely. Yes indeed .... meanwhile they doesn't break the licensing terms exposed on the GPL license. Regards. -- Iago Rubio |
From: Alain <ala...@wa...> - 2005-06-14 09:31:34
|
Hello, I will wish to know if a company can use CSSED (same for a commercial use) freely. Thank you in advance. |
From: <mic...@ea...> - 2005-03-01 14:24:39
|
Le 1 mars 2005, =E0 11:59, Iago Rubio a =E9crit : > I know that Michelle, but right now I'm on big changes that involves > most of the source code. > > That's what I ask you to post here prior to commiting, but It will not > be always this way :) I always do so, hence there is no point in reminding me of doing it.=20 But if you start to do the same, maybe the work will be more=20 productive, and I'll more fun to work on cssed. At it is now, it's like=20= Sisyphus's work. > May be we should start using the cvs "edit" flag to know what sources > are being edited. Maybe you should start learning team work :-) Mich=E8le <http://micmacfr.homeunix.org> |
From: <mic...@ea...> - 2005-03-01 14:19:44
|
Le 1 mars 2005, =E0 11:14, Iago Rubio a =E9crit : > I see the problem. It's a regresion bug, as I deleted the header by > mistake. I don't think so, but well you are better judge than I am. The problem=20= is on Mac, the mman.h depends on types.h, so I've just included the=20 header above. Other things are just cosmetic bugs. > =46rom this point no more expat dependencies are needed. Then you should change the configure, since it checks for expat. Mich=E8le <http://micmacfr.homeunix.org> |
From: Iago R. <iag...@hi...> - 2005-03-01 11:02:29
|
On Tue, 2005-03-01 at 09:38, Mich=C3=A8le Garoche wrote: > With a few changes, seems to work, not tested thorougly. I'm waiting=20 > for other changes, it's up to you to test if it works :-) >=20 > I wonder what is the purpose of parse and append. The digest list was limited to one style-sheet. You clicked "parse" then the list was cleaned up, and the new style sheet parsed. With "Parse and append" you can parse one style sheet, and append the result to previous scans without cleaning the list, so the digest can contain now more than one style sheet. Said that, it loosed the ability of parsing unsaved style sheets. Well it parses them, but the double click on the list will not drive you to the unamed style sheet. --=20 Iago Rubio =20 - Home page * http://www.iagorubio.com=20 - Last project * http://cssed.sourceforge.net =20 - GPG Keyserv * pgp.rediris.es id=3D0x909BD4DD |
From: Iago R. <iag...@hi...> - 2005-03-01 11:00:25
|
On Tue, 2005-03-01 at 10:09, Mich=C3=A8le Garoche wrote: > Le 19 f=C3=A9vr. 2005, =C3=A0 20:03, Iago Rubio a =C3=A9crit : >=20 > > If there's a need on commiting anything, > > please post it in the list so I can update the cvs to avoid clashes. > Would be fine that you do yourself what you request from others... :-) I know that Michelle, but right now I'm on big changes that involves most of the source code. That's what I ask you to post here prior to commiting, but It will not be always this way :) Most of my local copy have differences with cvs, but If I update now, I will broke CVS badly. May be we should start using the cvs "edit" flag to know what sources are being edited. This way we could avoid clashes. --=20 Iago Rubio =20 - Home page * http://www.iagorubio.com=20 - Last project * http://cssed.sourceforge.net =20 - GPG Keyserv * pgp.rediris.es id=3D0x909BD4DD |
From: Iago R. <iag...@hi...> - 2005-03-01 10:14:19
|
On Tue, 2005-03-01 at 09:36, Mich=C3=A8le Garoche wrote: > I've made some changes to get it compile on Mac, I see the problem. It's a regresion bug, as I deleted the header by mistake. > misspelling corrected=20 > and other strings change, new pot and fr.po, others should be updated. Great, will update my local copy and upload to cvs. =46rom this point no more expat dependencies are needed. --=20 Iago Rubio |
From: <mic...@ea...> - 2005-03-01 09:09:49
|
Le 19 f=E9vr. 2005, =E0 20:03, Iago Rubio a =E9crit : > If there's a need on commiting anything, > please post it in the list so I can update the cvs to avoid clashes. Would be fine that you do yourself what you request from others... :-) Mich=E8le <http://micmacfr.homeunix.org> |
From: <mic...@ea...> - 2005-03-01 08:39:00
|
With a few changes, seems to work, not tested thorougly. I'm waiting=20 for other changes, it's up to you to test if it works :-) I wonder what is the purpose of parse and append. Mich=E8le <http://micmacfr.homeunix.org>= |
From: <mic...@ea...> - 2005-03-01 08:37:15
|
I've made some changes to get it compile on Mac, misspelling corrected and other strings change, new pot and fr.po, others should be updated. |
From: Iago R. <iag...@hi...> - 2005-02-23 10:24:49
|
On Wed, 2005-02-23 at 10:35, Mich=C3=A8le Garoche wrote: > Le 23 f=C3=A9vr. 2005, =C3=A0 9:52, Iago Rubio a =C3=A9crit : > > On Wed, 2005-02-23 at 03:53, Mich=C3=A8le Garoche wrote: > > Note: this is a "real" port. No expat support when finished. I hope=20 > > it's > > ok for you. > We'll see. No idea before I try it. I've just updated the cvs with some test code. The xml parser for the definition file - the CSS panel - is using libxml2. If it starts up and the CSS panel's content is filled, there's no problem so we can go ahead. If it fails, I will add libxml support as a conditional and let expat support into cssed, while this issue is fixed. The parser has no error checking yet, so It can show weird error messages as "error:43" on failure. It have been also changed all file selection code, and it have not been roughly checked yet. Please test :) --=20 Iago Rubio =20 - Home page * http://www.iagorubio.com=20 - Last project * http://cssed.sourceforge.net =20 - GPG Keyserv * pgp.rediris.es id=3D0x909BD4DD |
From: <mic...@ea...> - 2005-02-23 09:35:34
|
Le 23 f=E9vr. 2005, =E0 9:52, Iago Rubio a =E9crit : > On Wed, 2005-02-23 at 03:53, Mich=E8le Garoche wrote: >> Le 22 f=E9vr. 2005, =E0 17:51, Iago Rubio a =E9crit : >> >>> So, Does the "Panels" menu should be moved to "View" ? >> Yes. > > Done. > > Not commited yet as I'm finishing the expat to libxml2 port. > > I'll update it this afternoon. > > Fortunately the libxml2 SAX parser is somewhat based on expat so the > changes are really minor, and only involves the parser construction = and > invocation. > > The callbacks remain exactly the same, so I supose there'll be no > problem with this port. > > Note: this is a "real" port. No expat support when finished. I hope=20 > it's > ok for you. We'll see. No idea before I try it. Mich=E8le <http://micmacfr.homeunix.org> |
From: Iago R. <iag...@hi...> - 2005-02-23 08:52:40
|
On Wed, 2005-02-23 at 03:53, Mich=C3=A8le Garoche wrote: > Le 22 f=C3=A9vr. 2005, =C3=A0 17:51, Iago Rubio a =C3=A9crit : >=20 > > So, Does the "Panels" menu should be moved to "View" ? > Yes. Done. Not commited yet as I'm finishing the expat to libxml2 port. I'll update it this afternoon.=20 Fortunately the libxml2 SAX parser is somewhat based on expat so the changes are really minor, and only involves the parser construction and invocation. The callbacks remain exactly the same, so I supose there'll be no problem with this port. Note: this is a "real" port. No expat support when finished. I hope it's ok for you. --=20 Iago Rubio =20 - Home page * http://www.iagorubio.com=20 - Last project * http://cssed.sourceforge.net =20 - GPG Keyserv * pgp.rediris.es id=3D0x909BD4DD |
From: <mic...@ea...> - 2005-02-23 02:53:30
|
Le 22 f=E9vr. 2005, =E0 17:51, Iago Rubio a =E9crit : > So, Does the "Panels" menu should be moved to "View" ? Yes. Mich=E8le <http://micmacfr.homeunix.org> |
From: Iago R. <iag...@hi...> - 2005-02-22 16:52:01
|
On Sun, 2005-02-20 at 20:29, Mich=C3=A8le Garoche wrote: > Le 20 f=C3=A9vr. 2005, =C3=A0 20:21, Iago Rubio a =C3=A9crit : >=20 > > I've commited some changes on cvs, and current cvs could be not as > > stable as it used to be. > > > > I'm still working on those changes, but I updated to avoid big merges. > > > > > > - Changed the Document list from the view menu - it clashed with the=20 > > HIG > > as it states this menu must be for changes in the view of the current > > document. > No, the view menu is for presentation, it is not dedicated to a=20 > particular document, but to the interface as a whole. As an example,=20 > the toolbars are in the view, where they belong and they apply to the=20 > whole interface, not just a particular document. So, Does the "Panels" menu should be moved to "View" ? --=20 Iago Rubio =20 - Home page * http://www.iagorubio.com=20 - Last project * http://cssed.sourceforge.net =20 - GPG Keyserv * pgp.rediris.es id=3D0x909BD4DD |
From: <mic...@ea...> - 2005-02-20 19:29:50
|
Le 20 f=E9vr. 2005, =E0 20:21, Iago Rubio a =E9crit : > I've commited some changes on cvs, and current cvs could be not as > stable as it used to be. > > I'm still working on those changes, but I updated to avoid big merges. > > > - Changed the Document list from the view menu - it clashed with the=20= > HIG > as it states this menu must be for changes in the view of the current > document. No, the view menu is for presentation, it is not dedicated to a=20 particular document, but to the interface as a whole. As an example,=20 the toolbars are in the view, where they belong and they apply to the=20 whole interface, not just a particular document. > I moved it temporary to "tools" menu waiting for a better > idea. Nevertheless it is better in tools menu, as it is not a presentation=20 tool. Mich=E8le <http://micmacfr.homeunix.org> |