|
From: Benito v. d. Z. <be...@be...> - 2012-03-27 21:06:10
|
> This makes me remember that it could be nice to make easy access to the > very powerful (Perl script) I will add it to the list (but I don't even have it installed on my computer...) > And we have four types of terminators, Actually the terminators don't matter, because it accepts any character as terminator. But I listed they explicitely, in case I want to add some special characters, so no one would use them as terminator. (e.g. * was added, so people could use ?m*.ext to repeat the command for all files starting with a file name and ending with ext. And ?a*.ext should repeat the command for all ext-files in the directory, although that seems to be broken...) > IMHO typing more is a non-issue, because you seldom change the settings. I don't like to type anything at all (we could add a insert filename button) > and the %%, @@, ?? escape sequences and the c prefix. Well the escape sequences are mandatory. And we would need new escape sequences like [[line]], ... On 03/27/12 20:07, Tim Hoffmann wrote: >>> I'm thinking of replacing the somewhat cryptic special chars in the >> command >>> definitions: >> I don't think they are cryptic at all. >> >> Except % and @, but those are for Texmaker compatibility... >> >> The letters are just abbreviations for Absolute path (I always wanted to >> add Relative path, perhaps relative to the master file), Middle part and >> Extension. > Oh, m stands for middle part. That should be written in the explanation. > Currently there is only filename and basefile mentioned. And we have four > types of terminators, and the %%, @@, ?? escape sequences and the c prefix. > I don't think this is very intuitive. > >> If you write them out, you have to type more and could just introduce >> typing errors. > IMHO typing more is a non-issue, because you seldom change the settings. > Typing errors could be easily checked after each change to a command. On the > other hand I consider the improved readability a great plus. You don't have > to read any documentation to understand "[filename].[extension]". I doubt > that this would work for the token ?me) > > I will put it on the idea torrent for further discussion. > > Tim > > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > Texstudio-list mailing list > Tex...@li... > https://lists.sourceforge.net/lists/listinfo/texstudio-list > |