cssed-devel Mailing List for cssed (Page 6)
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-02-09 03:41:08
|
As far as I can judge works fine. Committed to cvs: |
From: Iago R. <iag...@hi...> - 2005-02-06 10:58:11
|
I'm moving towards a new minor release and most changes are in CVS right now. The main changes for this release (0.3.1) are focused in bug fixing and multiple document's management. I will not enumerate the bugs fixed but the new features added: * Mark documents - there's a new entry on the Documents menu called "Flag" that let's you change the document's tab colors to ease recognition.=20 * Draggable documents - once opened documents can be reordered dragging the document's button and dropping it on another document's button. The dragged document will be moved to the drop position. This closes feature request ID 1083073. http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D1083073&group_= id=3D95078&atid=3D610119 * Document list - There's a new entry on the Document menu called "Document list" that shows a dialog will the opened documents in a list. This list can be saved and loaded to and from a file (in XML format). You can also drag items from the file browser plugin - if loaded - on a document list, or from other document lists as well. You can open as many document lists as you want in a single session. This closes feature request ID 961437 http://sourceforge.net/tracker/index.php?func=3Ddetail&aid=3D961437&group_i= d=3D95078&atid=3D610119 Those are the main additions, but there is some developer's work to be done before the release: - Update to the new libcroco library. - Commit some fixes to the upstream scintilla. - Fix a bug in the font dialog repoted by Clansco Falsetti. On plugins, the file browser have some minimal but interesting changes. It now remembers the drop down list of directories opened from one session to other, and there's a new dialog to edit the drop down list. It can also be edited, by hand as it's plain text will a directory path per line at $HOME/.cssed/filebrowser. On the ctags plugin have been no work, but the addition of css support to ctags, so this modified ctags version can scan also CSS style sheets. Unfortunately, the ctags project seems to be slowing down and there are lots of requests for addition of new languages, that are being ignored by the upstream developer - surely he have low spare time right now - so I don't expect to see CSS support in the upstream exuberant-ctags. It's a problem to be solved, and I don't know how. Shipping a self made version of ctags, or putting the files and compile instructions on the web site. I don't know yet how to handle this. There's also some work on plugins to be done before the release as to change all plugins to the gtk+-2.4 file chooser. To fix the plugins interface on win32 will wait for the next major release, as it will involve changes in the plugins' API and the rewrite of most plugins. There are some feature requests also pending for the next release: - Gerard Gualberto http://www.tortus.com asked for gnome-vfs support if the libraries are present, and it have been accepted. - izzy http://sourceforge.net/users/izzy/ asked for CSS preview and it have been accepted, but it's pending for technical reasons. =20 [x] Add here your feature requests. The main changes planed for the next major release are: - CssedFileType manager, is now merely an integer that identify the file type. I will change to hold an object that will manage syntax highlighting, auto completion, saving and such. The idea behind this is to let users to override parts or the whole object, to add auto completion functions, styling functions or else, via plugins. This way you can code - as example - PHP auto completion or python support, and ship it as a plugin for anyone interested, without bloating cssed. - Plugin interface extension: will be added some functions to the plugin's interface, to better fit on Win32. - UIModules: I'm planning a generic interface to allow to show/hide parts of the user interface by the user. It will be possible to use it from plugins. - External command support: I'm also planning some short of external command support to run programs, pipe documents through external commands, or catch the output from a external command to a new or opened document. This is the actual report on how things are going. If anyone miss anything, or don't like some of those ideas, please post it here. Thanks in advance for your feedback. --=20 Iago Rubio |
From: Iago R. <iag...@hi...> - 2005-01-07 21:09:16
|
Some new features for the next release are right now in CVS. * "Flag" menu: it let's you mark any document's label with some pre-defined color. * Document list: it shows a dialog with the currently opened documents and let you make any of them active by double clicking. You can also open the document list, close all documents without closing the document list dialog, and re-open the documents you want with a double click. It's planned that those document list could be saved and loaded. * Draggable documents: if you want to re-order the document's tabs for grouping, you can drag a document's button over another document's button, to move the dragged document to the position ocuped by the dropped one. I know the button to button scheme is a little weird, but in my tests when dragging from the label to label or button to label, I got documents moved by mistake, just by accidentaly dragging the label when trying to make the document active - so trying to clikc in the label, not to drag it. It also have been made changes in the filebrowser plugin, so it remember the last opened directories between sessions. A dialog lets you manage the directories list. It can be also tweaked by hand editing the $HOME/.cssed/filebrowser file on Linux/OsX/Unix and $HOME/cssed/filebrowser on Win32.=20 The format is really simple, a path per line. A bug that made the document hang for a little and flicker when clicking in the document's menu have also been solved. If someone could comment/test those changes it would be a great help. The draggable documents feature is being a little buggy in Win32 with last GTK (2.4). No problems with other versions. It seems a bug in the Windows version of GTK still to be found. I'm afraid this problem could appear in other platforms. Thanks in advance. --=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-01-06 13:01:52
|
Due to spam and scams arriving to the list, I've restricted posting to members only. This decissions is, of course, open to discusion. I know it's a pity gmane users and others not being able to post, but the only two posts from non members was just spam. If anyone want to give his opinion here, and cannot post due those new restriction,s please mail me privately, and I will repost his complaints on the list. Thanks in advance for your comprehension. --=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-01-06 11:49:06
|
Sergio Jovani have contributed the debian packages for this release, that I did not build for the lack of a Debian system (mine died). If anyone could test it and report success or failure, it could be a great help. http://paretux.org/debian/cssed_0.3.0-1_i386.deb http://www.paretux.org/debian/cssed-filebrowser-plugin_0.1-1_i386.deb http://www.paretux.org/debian/cssed-findinfiles-plugin_0.1-1_i386.deb http://www.paretux.org/debian/cssed-quicksearch-plugin_0.1-1_i386.deb http://www.paretux.org/debian/cssed-tags-plugin_0.1-1_i386.deb http://www.paretux.org/debian/cssed-vte-plugin_0.1-1_i386.deb Thanks in advance. --=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...> - 2004-10-11 10:27:00
|
On Sun, 2004-10-10 at 22:47, Mich=C3=A8le Garoche wrote: > Le 10 oct. 2004, =C3=A0 22:07, Mich=C3=A8le Garoche a =C3=A9crit : > >> The tarball is uploaded and updated so you can test it. > > OK, I'll test. > I've just seen that there is a misspelling in vte.c (teminal instead of=20 > terminal). >=20 > Then I've changed Vte plugin to Plugin Vte in French and Spanish=20 > translations (since it seems this is also more correct in Spanish). >=20 > All committed. >=20 > Could you please regenerate the tarball, then I'll test it? Done, 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...> - 2004-10-11 10:21:40
|
Le 10 oct. 2004, =E0 22:47, Mich=E8le Garoche a =E9crit : > > Le 10 oct. 2004, =E0 22:07, Mich=E8le Garoche a =E9crit : >>> The tarball is uploaded and updated so you can test it. >> OK, I'll test. > I've just seen that there is a misspelling in vte.c (teminal instead=20= > of terminal). > Then I've changed Vte plugin to Plugin Vte in French and Spanish=20 > translations (since it seems this is also more correct in Spanish). > All committed. > Could you please regenerate the tarball, then I'll test it? Works fine. Mich=E8le <http://micmacfr.homeunix.org> |
From: <mic...@ea...> - 2004-10-10 20:48:29
|
Le 10 oct. 2004, =E0 22:07, Mich=E8le Garoche a =E9crit : >> The tarball is uploaded and updated so you can test it. > OK, I'll test. I've just seen that there is a misspelling in vte.c (teminal instead of=20= terminal). Then I've changed Vte plugin to Plugin Vte in French and Spanish=20 translations (since it seems this is also more correct in Spanish). All committed. Could you please regenerate the tarball, then I'll test it? Mich=E8le <http://micmacfr.homeunix.org> |
From: <mic...@ea...> - 2004-10-10 20:07:27
|
Le 10 oct. 2004, =E0 20:45, Iago Rubio a =E9crit : > On Sun, 2004-10-10 at 14:22, Mich=E8le Garoche wrote: >> I have no idea if people uses it or not, if I drop it, people may not >> be happy, as it was in before. On the other hand, other people may be >> happy if they don't use it. > > Yes, that's always the problem. What do you think are the needs for = the > "average" user. I think the best is to stuck on this. I've thought a bit more about it. As I drop the maintainance of 10.2,=20 it is better to not insert it, this way there is no difference between=20= builds 10.2 or 10.3 and a user on 10.2 can install it if he wants so=20 just by copying the info file. > >>> In the C fallback one is "Terminal" and other "Console" ;) >>> In the Spanish translation I've got the same "Terminal" y "Consola". >> Yes, but I have put Console for the program output, so that I cannot >> use it for Terminal, maybe simply Vte for the external one? > > I've changed it to "Vte plugin". I corrected also the fr.po file. > > I put "Vte plugin" in French ("Vte plugin") :) No, Plugin Vte in French. > > The tarball is uploaded and updated so you can test it. OK, I'll test. Mich=E8le <http://micmacfr.homeunix.org> |
From: Iago R. <iag...@hi...> - 2004-10-10 18:53:31
|
On Sun, 2004-10-10 at 15:17, Mich=C3=A8le Garoche wrote: > Le 10 oct. 2004, =C3=A0 14:22, Mich=C3=A8le Garoche a =C3=A9crit : >=20 > > > > Le 10 oct. 2004, =C3=A0 14:10, Iago Rubio a =C3=A9crit : > > > >> On Sun, 2004-10-10 at 03:04, Mich=C3=A8le Garoche wrote: > >>> Le 9 oct. 2004, =C3=A0 23:36, Mich=C3=A8le Garoche a =C3=A9crit : > >>>> I'll test the release versions in a few minutes. > >>> All plugins tested; apart from the tags plugin, which needs to be > >>> redone (changes in cvs committed, see my private mail), all others=20 > >>> are > >>> fine. > >> I've just uploaded the tags plugin, replacing the old one with the new > >> one (check the dates). > >> Will update CVS right now. > > Ok, I'll try it right now. > Ok, test all of them, purge, remove, install, works fine. Great, will start the release then. --=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...> - 2004-10-10 18:45:48
|
On Sun, 2004-10-10 at 14:22, Mich=C3=A8le Garoche wrote: > Le 10 oct. 2004, =C3=A0 13:54, Iago Rubio a =C3=A9crit : > > On Sat, 2004-10-09 at 23:36, Mich=C3=A8le Garoche wrote: > >> Le 9 oct. 2004, =C3=A0 23:23, Iago Rubio a =C3=A9crit : > >> So, what do you think I must do: let the --with terminal option or no > >> in the Mac version? > > I don't ship the terminal in binary Linux builds to avoid one=20 > > dependency > > - somewhat stupid as the vte is in most Gtk enabled systems - > It is not on Mac, so that's why I wonder. Maybe it seems too much to=20 > have two terminals, though I did it, and it was very nice, meanwhile I=20 > compiled a plugin in one of them, I was compiling the doc (part) in=20 > another one, works great. Yes, I used it also when building and installing packages where I need root access. In one plugins I su to root, meanwhile in the other I can move files around with no need to chown them after the move. > I have no idea if people uses it or not, if I drop it, people may not=20 > be happy, as it was in before. On the other hand, other people may be=20 > happy if they don't use it. Yes, that's always the problem. What do you think are the needs for the "average" user. I think the best is to stuck on this. > > In the C fallback one is "Terminal" and other "Console" ;) > > In the Spanish translation I've got the same "Terminal" y "Consola". > Yes, but I have put Console for the program output, so that I cannot=20 > use it for Terminal, maybe simply Vte for the external one? I've changed it to "Vte plugin". I corrected also the fr.po file. I put "Vte plugin" in French ("Vte plugin") :) The tarball is uploaded and updated so you can test it. --=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...> - 2004-10-10 18:23:14
|
On Sun, 2004-10-10 at 15:17, Mich=C3=A8le Garoche wrote: > Le 10 oct. 2004, =C3=A0 14:22, Mich=C3=A8le Garoche a =C3=A9crit : > Ok, test all of them, purge, remove, install, works fine. Nice, will start the release then. --=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...> - 2004-10-10 13:19:42
|
Le 10 oct. 2004, =E0 14:22, Mich=E8le Garoche a =E9crit : > > Le 10 oct. 2004, =E0 14:10, Iago Rubio a =E9crit : > >> On Sun, 2004-10-10 at 03:04, Mich=E8le Garoche wrote: >>> Le 9 oct. 2004, =E0 23:36, Mich=E8le Garoche a =E9crit : >>>> I'll test the release versions in a few minutes. >>> All plugins tested; apart from the tags plugin, which needs to be >>> redone (changes in cvs committed, see my private mail), all others=20= >>> are >>> fine. >> I've just uploaded the tags plugin, replacing the old one with the = new >> one (check the dates). >> Will update CVS right now. > Ok, I'll try it right now. Ok, test all of them, purge, remove, install, works fine. Mich=E8le <http://micmacfr.homeunix.org> |
From: <mic...@ea...> - 2004-10-10 12:23:26
|
Le 10 oct. 2004, =E0 14:10, Iago Rubio a =E9crit : > On Sun, 2004-10-10 at 03:04, Mich=E8le Garoche wrote: >> Le 9 oct. 2004, =E0 23:36, Mich=E8le Garoche a =E9crit : >>> I'll test the release versions in a few minutes. >> All plugins tested; apart from the tags plugin, which needs to be >> redone (changes in cvs committed, see my private mail), all others = are >> fine. > I've just uploaded the tags plugin, replacing the old one with the new > one (check the dates). > Will update CVS right now. Ok, I'll try it right now. Mich=E8le <http://micmacfr.homeunix.org> |
From: <mic...@ea...> - 2004-10-10 12:22:26
|
Le 10 oct. 2004, =E0 13:54, Iago Rubio a =E9crit : > On Sat, 2004-10-09 at 23:36, Mich=E8le Garoche wrote: >> Le 9 oct. 2004, =E0 23:23, Iago Rubio a =E9crit : >> So, what do you think I must do: let the --with terminal option or no >> in the Mac version? > I don't ship the terminal in binary Linux builds to avoid one=20 > dependency > - somewhat stupid as the vte is in most Gtk enabled systems - It is not on Mac, so that's why I wonder. Maybe it seems too much to=20 have two terminals, though I did it, and it was very nice, meanwhile I=20= compiled a plugin in one of them, I was compiling the doc (part) in=20 another one, works great. I have no idea if people uses it or not, if I drop it, people may not=20 be happy, as it was in before. On the other hand, other people may be=20 happy if they don't use it. > In the C fallback one is "Terminal" and other "Console" ;) > In the Spanish translation I've got the same "Terminal" y "Consola". Yes, but I have put Console for the program output, so that I cannot=20 use it for Terminal, maybe simply Vte for the external one? > I know I must find better names, but right now they've got this little > difference to know which is the plugin's one (in fact the plugin's one > is always the last one, if both are enabled). Mich=E8le <http://micmacfr.homeunix.org> |
From: Iago R. <iag...@hi...> - 2004-10-10 12:10:49
|
On Sun, 2004-10-10 at 03:04, Mich=C3=A8le Garoche wrote: > Le 9 oct. 2004, =C3=A0 23:36, Mich=C3=A8le Garoche a =C3=A9crit : > > I'll test the release versions in a few minutes. > All plugins tested; apart from the tags plugin, which needs to be=20 > redone (changes in cvs committed, see my private mail), all others are=20 > fine. I've just uploaded the tags plugin, replacing the old one with the new one (check the dates). Will update CVS right now. --=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...> - 2004-10-10 11:54:18
|
On Sat, 2004-10-09 at 23:36, Mich=C3=A8le Garoche wrote: > Le 9 oct. 2004, =C3=A0 23:23, Iago Rubio a =C3=A9crit : >=20 > > On Sat, 2004-10-09 at 15:44, Mich=C3=A8le Garoche wrote: > >> The vte plugin seems very interesting. When using with the > >> --with-terminal option of cssed, you get two terminals. It seems to > >> work fine, though could you confirm it does make any harm to have both > >> enabled: a terminal via cssed and the plugin terminal loaded? > > > > No harm at all. They share the same code - I mean is tested - but I > > ripped out the vte functions and wrote it down in the plugins code to > > avoid clashes - instead of calling cssed functions from the plugin's > > code that could lead on clashes between both terminal windows. > Oh, perfect, I wondered actually this very thing. >=20 > So, what do you think I must do: let the --with terminal option or no=20 > in the Mac version? It's up to you. I don't ship the terminal in binary Linux builds to avoid one dependency - somewhat stupid as the vte is in most Gtk enabled systems - but it's in your hands to think if it's better in Mac to ship the built-in terminal - as you've been doing - or not. > Only a small problem is if you have the terminal option and the plugin,=20 > both terminals are called console. What do you think about it? Should=20 > not they be called differently? In the C fallback one is "Terminal" and other "Console" ;) In the Spanish translation I've got the same "Terminal" y "Consola". I know I must find better names, but right now they've got this little difference to know which is the plugin's one (in fact the plugin's one is always the last one, if both are enabled). > I'll test the release versions in a few minutes. Great. > Mich=C3=A8le --=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...> - 2004-10-10 11:54:17
|
On Sun, 2004-10-10 at 03:04, Mich=C3=A8le Garoche wrote: > Le 9 oct. 2004, =C3=A0 23:36, Mich=C3=A8le Garoche a =C3=A9crit : > > I'll test the release versions in a few minutes. > All plugins tested; apart from the tags plugin, which needs to be=20 > redone (changes in cvs committed, see my private mail), all others are=20 > fine. I'm working on it right now. I'll upload it this morning. --=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...> - 2004-10-10 01:04:48
|
Le 9 oct. 2004, =E0 23:36, Mich=E8le Garoche a =E9crit : > I'll test the release versions in a few minutes. All plugins tested; apart from the tags plugin, which needs to be=20 redone (changes in cvs committed, see my private mail), all others are=20= fine. Mich=E8le <http://micmacfr.homeunix.org> |
From: <mic...@ea...> - 2004-10-09 21:37:10
|
Le 9 oct. 2004, =E0 23:23, Iago Rubio a =E9crit : > On Sat, 2004-10-09 at 15:44, Mich=E8le Garoche wrote: >> The vte plugin seems very interesting. When using with the >> --with-terminal option of cssed, you get two terminals. It seems to >> work fine, though could you confirm it does make any harm to have = both >> enabled: a terminal via cssed and the plugin terminal loaded? > > No harm at all. They share the same code - I mean is tested - but I > ripped out the vte functions and wrote it down in the plugins code to > avoid clashes - instead of calling cssed functions from the plugin's > code that could lead on clashes between both terminal windows. Oh, perfect, I wondered actually this very thing. So, what do you think I must do: let the --with terminal option or no=20 in the Mac version? Only a small problem is if you have the terminal option and the plugin,=20= both terminals are called console. What do you think about it? Should=20 not they be called differently? I'll test the release versions in a few minutes. Mich=E8le <http://micmacfr.homeunix.org> |
From: Iago R. <iag...@hi...> - 2004-10-09 21:23:42
|
On Sat, 2004-10-09 at 15:44, Mich=C3=A8le Garoche wrote: > The vte plugin seems very interesting. When using with the=20 > --with-terminal option of cssed, you get two terminals. It seems to=20 > work fine, though could you confirm it does make any harm to have both=20 > enabled: a terminal via cssed and the plugin terminal loaded? No harm at all. They share the same code - I mean is tested - but I ripped out the vte functions and wrote it down in the plugins code to avoid clashes - instead of calling cssed functions from the plugin's code that could lead on clashes between both terminal windows. I've coded the plugin with this posibility in mind - and actually I'm using both - the plugin and built-in vtes - with no problem. > Otherwise, I've committed some changes to this plugin: new README,=20 > NEWS, and french translation stuff (configure.in, Makefile.am and=20 > fr.po. Ok, thanks. > So all plugins work in their cvs version forms, I need only to have the=20 > release versions to test them (with those changes mentionned above for=20 > vte plugin). Changes uploaded. --=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...> - 2004-10-09 13:44:38
|
The vte plugin seems very interesting. When using with the --with-terminal option of cssed, you get two terminals. It seems to work fine, though could you confirm it does make any harm to have both enabled: a terminal via cssed and the plugin terminal loaded? Otherwise, I've committed some changes to this plugin: new README, NEWS, and french translation stuff (configure.in, Makefile.am and fr.po. |
From: Iago R. <iag...@hi...> - 2004-09-29 08:15:04
|
On Wed, 2004-09-29 at 04:44, Mich=C3=A8le Garoche wrote: > Le 27 sept. 2004, =C3=A0 13:28, Iago Rubio a =C3=A9crit : > > The UI shortcut is Ctrl + E + U (in C fallback language) in the spanish > > one is Ctrl + E + D. > > > > Those (built-in) shortcuts are Windows "legacy". > Those are Microsoft keyboard accelerators, but I don't talk about those=20 > ones, just the shortcuts at the end of the item, like Ctrl-Q to quit=20 > (different from Alt-F-Q, or maybe Ctrl-F-Q). > > > > I can try to disable them but can not use two sets of shortcuts in the > > same menu item. > No, no, let them. >=20 > > May be a tooltip in the toolbar redo button ? > Yes. Ok, will go for it. > >> I would love to test it, but I don't speak a simple word of Japanese, > >> so it is difficult for me to test it. > > > > Just try "ga ge gi" those should be converted to katakana. > > > > I mean when you type "ga" a single japanese character should appear. > No, they don't appear under cssed. > I miss kinput2, canna, and so on. Then I cannot demand users to install=20 > them if they don't want to. I mean I can make a variant with Japanese,=20 > but that will be another software. Remember that in fink all compiled=20 > package must be the same on whichever machine. So I'll guess if a user=20 > has the required packages installed, it will work. I'm almost sure it'll work under X with the apropiated packages. No need to make a variant as it's exactly the same app. > What we need here is a Mac user who has those libraries installed and=20 > can test cssed with them. I cannot do it properly since I'm unable to=20 > read Japanese, so that if a glyph is wrong, I'm unable to know it. Upsh! I've got my brother to check it as I can't read japanese also :) I just know some basic katakana ( that's why I tell you about to write "ga ge gi" as It's what I do :P ). ITOH some native japanese speakers have been testing it. > Maybe once cssed is released, I'll make a call on fink users' mailing=20 > list for a tester? What do you think of it? Great, I can wrote down what apps are needed and how to run cssed i18n. --=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...> - 2004-09-29 02:44:32
|
Le 27 sept. 2004, =E0 13:28, Iago Rubio a =E9crit : > The UI shortcut is Ctrl + E + U (in C fallback language) in the = spanish > one is Ctrl + E + D. > > Those (built-in) shortcuts are Windows "legacy". Those are Microsoft keyboard accelerators, but I don't talk about those=20= ones, just the shortcuts at the end of the item, like Ctrl-Q to quit=20 (different from Alt-F-Q, or maybe Ctrl-F-Q). > > I can try to disable them but can not use two sets of shortcuts in the > same menu item. No, no, let them. > May be a tooltip in the toolbar redo button ? Yes. >> I would love to test it, but I don't speak a simple word of Japanese, >> so it is difficult for me to test it. > > Just try "ga ge gi" those should be converted to katakana. > > I mean when you type "ga" a single japanese character should appear. No, they don't appear under cssed. I miss kinput2, canna, and so on. Then I cannot demand users to install=20= them if they don't want to. I mean I can make a variant with Japanese,=20= but that will be another software. Remember that in fink all compiled=20 package must be the same on whichever machine. So I'll guess if a user=20= has the required packages installed, it will work. What we need here is a Mac user who has those libraries installed and=20 can test cssed with them. I cannot do it properly since I'm unable to=20 read Japanese, so that if a glyph is wrong, I'm unable to know it. Maybe once cssed is released, I'll make a call on fink users' mailing=20 list for a tester? What do you think of it? Mich=E8le <http://micmacfr.homeunix.org> |
From: <mic...@ea...> - 2004-09-28 17:41:43
|
Le 27 sept. 2004, =E0 13:37, Iago Rubio a =E9crit : > On Mon, 2004-09-27 at 10:57, Mich=E8le Garoche wrote: >> The problem remains that I cannot save a file under a korean name for >> example from within cssed, because the save dialog falls under my >> system language. Maybe it's possible on other systems or if I switch >> completely to korean system language, but then I'm unable to do >> anything since I don't understand anything :-). > > Yes you need a Korean environment, but no need to change the whole > system environment just to change it in the console you're running the > app, or better. use a script to set up the environment and then launch > the app. > > I use this script to test japanese input in cssed: > > #!/bin/bash > export LC_ALL=3Dja_JP > export LANG=3Dja_JP.utf8 > export XMODIFIERS=3D'@im=3Dkinput2' > kinput2 -canna & > cssed & > > What I don't know is how it works your - built-in - input method. > > I can tell you how to set up an environment to use Japanese or Korean=20= > in > your system, but I supose it'll be useless for you, won't it ? > > :) Yes, it works perfectly under Mac OS X, but I cannot use it under X11.=20= Maybe it works, and I'm just too silly to use it. This is the same=20 under bluefish by the way. Mich=E8le <http://micmacfr.homeunix.org> |