scribes-discussion Mailing List for Scribes
Brought to you by:
mystilleef
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(9) |
Nov
(106) |
Dec
(24) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(62) |
Feb
(15) |
Mar
(84) |
Apr
(2999) |
May
(62) |
Jun
(51) |
Jul
(11) |
Aug
(79) |
Sep
(28) |
Oct
(8) |
Nov
(2) |
Dec
(7) |
2008 |
Jan
(10) |
Feb
(7) |
Mar
(8) |
Apr
(2) |
May
(11) |
Jun
(1) |
Jul
|
Aug
(14) |
Sep
(1) |
Oct
(3) |
Nov
(17) |
Dec
|
2009 |
Jan
|
Feb
(2) |
Mar
|
Apr
(2) |
May
(14) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
From: Brutus <bru...@go...> - 2009-11-22 13:29:35
|
Hi all. Just want to call attention to "zen-coding", a snippet system for writing HTML code really fast, in a way we know from CSS. It goes like this: 1 div#content>h1+p And get's expanded to: 1 <div id="content"> 2 <h1></h1> 3 <p></p> 4 </div> There's a lot more to it. If your're interested, check out the nice article over at Smashing Magazine I just read: http://www.smashingmagazine.com/2009/11/21/zen-coding-a-new-way-to-write-html-code/ Just want to share, would be interesting to have support for this in scribes too. Zen Coding is hosted on Google code: http://code.google.com/p/zen-coding/ |
From: Mystilleef <mys...@gm...> - 2009-05-24 20:53:20
|
One could easily write a plugin for Par. Or one could just enhance the current paragraph plugin to make it more sophisticated. I think plugins designed for scribes would provide a better and coherent experience than piping together random external programs. Maybe a general pipe plugins could be used temporarily until a specialized plugin is writing for the operation the user wants to perform. 2009/5/24 Steffen Klemer <mo...@gm...>: > Am So, 24.05.2009 um 16:41 schrieb Mystilleef <mys...@gm...>: > >> I'm open to this idea. I prefer a plugin that performs this operation >> however. > > A general "pipe through"-plugin, or a "par"-plugin? > > bye > /Steffen > > -- > /"\ > \ / ASCII Ribbon Campaign | "The best way to predict > X * NO HTML/RTF in e-mail | the future is to invent it." > / \ * NO MSWord docs in e-mail| -- Alan Kay > > ------------------------------------------------------------------------------ > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT > is a gathering of tech-side developers & brand creativity professionals. Meet > the minds behind Google Creative Lab, Visual Complexity, Processing, & > iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian > Group, R/GA, & Big Spaceship. http://www.creativitycat.com > _______________________________________________ > scribes-discussion mailing list > scr...@li... > https://lists.sourceforge.net/lists/listinfo/scribes-discussion > |
From: Steffen K. <mo...@gm...> - 2009-05-24 20:46:25
|
Am So, 24.05.2009 um 16:41 schrieb Mystilleef <mys...@gm...>: > I'm open to this idea. I prefer a plugin that performs this operation > however. A general "pipe through"-plugin, or a "par"-plugin? bye /Steffen -- /"\ \ / ASCII Ribbon Campaign | "The best way to predict X * NO HTML/RTF in e-mail | the future is to invent it." / \ * NO MSWord docs in e-mail| -- Alan Kay |
From: Mystilleef <mys...@gm...> - 2009-05-24 20:41:50
|
I'm open to this idea. I prefer a plugin that performs this operation however. 2009/5/24 Gonzalo Delgado <gon...@gm...>: > El Sun, 22 Feb 2009 22:47:26 +0100 > Rafael Augusto Maguiña Yrivarren <raf...@gm...> escribió: > >> today I discovered the par command line program >> (http://www.nicemice.net/par/) and wanted to share it with you. Maybe >> there's an easy way (or someone willing) to write a scribes-plugin to >> deliver it's funcionality for scribes. It would be useful when using >> scribes to write mail and usenet posts. > > Didn't know about par. It's great! I added it as an "action"[0] in Sylpheed[1], > which is my email client. This got me to think: how about having something > like that in Scribes? It worked like this for adding 'par': > 1. I go to Configuration/Actions > 2. I name the action 'par' > 3. The command line for this action is "| par |". The first '|' means > the body of the message is sent to the command. The last '|' means > the output of the message will replace the message being edited. > 4. I register the action by pushing the 'Register' button. > > So now, when I'm writing/replying an email, I have a 'par' action in the > Tools/Actions menu. If I use it, it will reformat the message > I'm writing/replying using par! > > So what do you think of a "custom actions" feature for Scribes? > > [0] http://melvin.hadasht.free.fr/home/sylpheed/actions/ > [1] http://sylpheed.sraoss.jp/en/ > > -- > Gonzalo Delgado <gon...@gm...> > http://djangopeople.net/gonzalo/ > > ------------------------------------------------------------------------------ > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT > is a gathering of tech-side developers & brand creativity professionals. Meet > the minds behind Google Creative Lab, Visual Complexity, Processing, & > iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian > Group, R/GA, & Big Spaceship. http://www.creativitycat.com > _______________________________________________ > scribes-discussion mailing list > scr...@li... > https://lists.sourceforge.net/lists/listinfo/scribes-discussion > > |
From: Mystilleef <mys...@gm...> - 2009-05-24 20:35:16
|
The development version of Scribes has a quick open plugin. It's experimental and buggy. |
From: Gonzalo D. <gon...@gm...> - 2009-05-24 15:24:18
|
El Sun, 22 Feb 2009 22:47:26 +0100 Rafael Augusto Maguiña Yrivarren <raf...@gm...> escribió: > today I discovered the par command line program > (http://www.nicemice.net/par/) and wanted to share it with you. Maybe > there's an easy way (or someone willing) to write a scribes-plugin to > deliver it's funcionality for scribes. It would be useful when using > scribes to write mail and usenet posts. Didn't know about par. It's great! I added it as an "action"[0] in Sylpheed[1], which is my email client. This got me to think: how about having something like that in Scribes? It worked like this for adding 'par': 1. I go to Configuration/Actions 2. I name the action 'par' 3. The command line for this action is "| par |". The first '|' means the body of the message is sent to the command. The last '|' means the output of the message will replace the message being edited. 4. I register the action by pushing the 'Register' button. So now, when I'm writing/replying an email, I have a 'par' action in the Tools/Actions menu. If I use it, it will reformat the message I'm writing/replying using par! So what do you think of a "custom actions" feature for Scribes? [0] http://melvin.hadasht.free.fr/home/sylpheed/actions/ [1] http://sylpheed.sraoss.jp/en/ -- Gonzalo Delgado <gon...@gm...> http://djangopeople.net/gonzalo/ |
From: chombee <tc...@go...> - 2009-05-24 14:02:50
|
I suppose many scribes users and deveopers saw this? http://www.icecrew.nl/files/gedit/quickopen.ogv I think it is similar to a textmate feature. It's a bit like scribes' document switcher also, but with filter-as-you-type, and gedit uses it both to switch documents and to open new files. I really like this interface but I've often thought that it should be part of the desktop rather than a particular app, and should be used to switch between windows and tabs, open files and launch applications, etc., a bit like Gnome Do. |
From: Mystilleef <mys...@gm...> - 2009-05-23 01:04:09
|
0.4 is available for testing. See my blog. Thanks! http://mystilleef.blogspot.com/2009/02/keeping-track-of-scribes-04.html Cheers |
From: chombee <tc...@go...> - 2009-05-22 18:40:08
|
On Sun, May 17, 2009 at 04:19:46PM -0400, Mystilleef wrote: > On Sun, May 17, 2009 at 8:36 AM, tchomby <tc...@go...> wrote: > > Can't I just run `python2.5 /usr/bin/scribes` instead of `scribes`? > > You'll get errors. Give it a try. You have t I'll avoid doing it then, thanks for the warning. Looking forward to 0.4. |
From: Mystilleef <mys...@gm...> - 2009-05-17 20:20:18
|
On Sun, May 17, 2009 at 8:36 AM, tchomby <tc...@go...> wrote: > Can't I just run `python2.5 /usr/bin/scribes` instead of `scribes`? You'll get errors. Give it a try. You have t |
From: tchomby <tc...@go...> - 2009-05-17 11:18:34
|
On Sat, May 16, 2009 at 08:20:45PM -0400, Mystilleef wrote: > You still need to recompile all your python applications to use Python > 2.5. Otherwise, they'll use Python 2.6 by default. It is true that you > can install multiple version of the Python interpreter on the same > machine. But to have a python application use a particular version, > you have to recompile that application with the version of Python you > want to use. Source based distros allow you to do this easily with a > Script. As far as I know, it's not possible to do on binary based > distros, like Ubuntu. Can't I just run `python2.5 /usr/bin/scribes` instead of `scribes`? |
From: Mystilleef <mys...@gm...> - 2009-05-17 00:22:01
|
You still need to recompile all your python applications to use Python 2.5. Otherwise, they'll use Python 2.6 by default. It is true that you can install multiple version of the Python interpreter on the same machine. But to have a python application use a particular version, you have to recompile that application with the version of Python you want to use. Source based distros allow you to do this easily with a Script. As far as I know, it's not possible to do on binary based distros, like Ubuntu. |
From: tchomby <tc...@go...> - 2009-05-16 22:54:43
|
On Sat, May 16, 2009 at 01:10:19PM -0400, Mystilleef wrote: > Scribes 0.3 supports Pyhton 2.5 only. Ubuntu 9.04 uses python 2.6. I > don't recommend you install python 2.5 on it. If you do so, you have > recompile all the python packages on your system. Instead use the > development version of Scribes on Ubuntu 9.04. Hmm, no I think you can install Python 2.4, 2.5 and 2.6 alongside eachother on Ubuntu without any problem. Install the package `python2.5` then if you run `python` you will get python 2.6 but if you run `python2.5` you will get Python 2.5. You can do it with Java 5 and 6 also, and I guess probably others. |
From: Mystilleef <mys...@gm...> - 2009-05-16 17:10:45
|
Scribes 0.3 supports Pyhton 2.5 only. Ubuntu 9.04 uses python 2.6. I don't recommend you install python 2.5 on it. If you do so, you have recompile all the python packages on your system. Instead use the development version of Scribes on Ubuntu 9.04. |
From: tchomby <tc...@go...> - 2009-05-16 16:28:21
|
On Wed, Apr 29, 2009 at 05:01:14PM -0400, Mystilleef wrote: > Ubuntu uses Python 2.6. Only the development branch supports Python 2.6. > That's the reason for the issues. Links for the new templates and themes are > provided below. What version of Python does Scribes 0.3 support? It should be simple to install the python-2.4 or python-2.5 package in Ubuntu 9.04, then replace the command of your scribes menu entries and shortcuts with `python-2.5 /usr/bin/scribes`, and additionally alias 'scribes' to that command in the shell. Template expansion seems to work fine with Scribes 0.3 and Python 2.5. |
From: Mystilleef <mys...@gm...> - 2009-04-29 21:01:18
|
Thanks for the feedback. Ubuntu uses Python 2.6. Only the development branch supports Python 2.6. That's the reason for the issues. Links for the new templates and themes are provided below. New Themes: http://scribes.sf.net/gtksv2-themes.tar.bz2 New Templates: http://scribes.sf.net/templatesV2.tar.bz2 Also read my blog for more information. http://mystilleef.blogspot.com/2009/02/keeping-track-of-scribes-04.html Thanks |
From: Gonzalo D. <gon...@gm...> - 2009-04-29 20:35:58
|
Hi there, I've just updated Ubuntu which uses Scribes version 0.3.3.3-4 (I don't actually know if it's been updated). The problem occurs when I try to use the snippet feature: I type a keyword, it gets highlighted, and I then press the Tab key which erases the keyword and that's it. I end up getting nothing at all. If I go to the template editor everything is in place (I've got these templates: http://scribes.sourceforge.net/templates.tar.bz2). If my description is not clear, I could make a small video. Anyway, I removed the scribes package and branched lp:scribes which works great, except it doesn't get forked anymore (sorry if that's not the right expression) when I run it from a shell (which I do a lot). To have it fork I've modified the SCRIBES/Main.py file, so the "__fork_scribes" function gets called at the end of the "__open" function, not sure if it's the right way to do it, but seems to work (I'll dive into scribes source code when I find some time). -- Gonzalo Delgado <gon...@gm...> http://djangopeople.net/gonzalo/ |
From: Mystilleef <mys...@gm...> - 2009-02-23 12:30:00
|
Hello Rafael, I agree with both points. Please file a separate bug report for them. Cheers On Sun, Feb 22, 2009 at 4:47 PM, Rafael Augusto Maguiña Yrivarren <raf...@gm...> wrote: > Hi all, > > the list is rather quiet nowadays, so I thought I would ask you what > you think about some ideas I had for scribes. > > 1. > > today I discovered the par command line program > (http://www.nicemice.net/par/) and wanted to share it with you. Maybe > there's an easy way (or someone willing) to write a scribes-plugin to > deliver it's funcionality for scribes. It would be useful when using > scribes to write mail and usenet posts. > > 2. > > A cheatsheet-like help system for keyboard shortcuts like gmail's > (pressing the '?'-key with the keyboard shortcuts activated - see > attachment) would be nice to have, since scribes usage begs to use > keyboard shortcuts to increase productivity. I happen to always forget > a shortcut and having to look it up in the gnome help system (which > loads kind of slow on my system) every time is rather painful. IMHO, > this would decrease the learning curve. > > Just my 2 ct. > > Rafael > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > scribes-discussion mailing list > scr...@li... > https://lists.sourceforge.net/lists/listinfo/scribes-discussion > > |
From: Rafael A. M. Y. <raf...@gm...> - 2009-02-22 23:00:21
|
Hi all, the list is rather quiet nowadays, so I thought I would ask you what you think about some ideas I had for scribes. 1. today I discovered the par command line program (http://www.nicemice.net/par/) and wanted to share it with you. Maybe there's an easy way (or someone willing) to write a scribes-plugin to deliver it's funcionality for scribes. It would be useful when using scribes to write mail and usenet posts. 2. A cheatsheet-like help system for keyboard shortcuts like gmail's (pressing the '?'-key with the keyboard shortcuts activated - see attachment) would be nice to have, since scribes usage begs to use keyboard shortcuts to increase productivity. I happen to always forget a shortcut and having to look it up in the gnome help system (which loads kind of slow on my system) every time is rather painful. IMHO, this would decrease the learning curve. Just my 2 ct. Rafael |
From: Mystilleef <mys...@gm...> - 2008-11-26 19:54:19
|
Hello, Thanks for the feedback. Will update the web site as soon as possible. Development branch ================ bzr branch lp:~scribes/scribes/scribes-dev cd scribes-dev ./autogen.sh make sudo make install Experimental branch ================ bzr branch lp:scribes cd scribes ./autogen.sh make sudo make install Cheers On Wed, Nov 26, 2008 at 12:48 AM, Tshepang Lekhonkhobe <tsh...@gm...> wrote: > On Tue, Nov 25, 2008 at 8:01 PM, Mystilleef <mys...@gm...> wrote: >> Hello, >> >> I think this problem has been fixed in the development version. Thanks >> for the feedback. > > Watch me go get it... > > -- > my place on the web: > floss-and-misc.blogspot.com > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > scribes-discussion mailing list > scr...@li... > https://lists.sourceforge.net/lists/listinfo/scribes-discussion > |
From: Mystilleef <mys...@gm...> - 2008-11-26 19:47:00
|
Sounds good to me. Can you open a bug report? Might be something I'll work on after the 0.4 release. On Wed, Nov 26, 2008 at 2:25 AM, Mir Nazim <mir...@gm...> wrote: > First things first. Thank you for a great work on Scribes. > > My 2 bits > > I am a web developer and have to work with different languages. PHP, > Python, CSS, JavaScript. All generally having different indent > preferences. > > So I was thinking if it would be possible to specify indent/tab/space > settings on file type basis. I think it would be a great feature. > > > > > On Wed, Nov 26, 2008 at 12:37 AM, Mystilleef <mys...@gm...> wrote: >> Hello, >> >> These are great ideas. Scratchpad and Scribes have a lot in common in >> terms of delivering an uncluttered text editing experience. And I like >> many of the unique direction the project is taking. That's something >> I've always tried to do with Scribes. >> >> Point 1 is a great idea that I'd like to implement. >> >> Point 2 is complicated because the new search system in Scribes (in >> the experimental branch not development branch) provides all kinds of >> options to change the behavior of find as you type. So I don't think >> scribes needs this. >> >> Point 3 I think Scribes already does this or something similar. >> >> Point 4 This has been on my todo list for a while, just haven't gotten >> around to doing it. >> >> Great ideas though. >> >> Thanks >> >> >> >> On Tue, Nov 25, 2008 at 5:55 AM, Rafael Augusto Maguiña Yrivarren >> <raf...@gm...> wrote: >>> Hi all, >>> >>> I just discovered an interesting text editor for gnome which could be >>> called scribes' "competition" (slick interface, spatial/document >>> centric, etc.) if weren't very much abandoned or vaporware (from what >>> I can tell from just a glimpse at the homepage and the google project >>> page). Its name is scratchpad >>> (http://dborg.wordpress.com/scratchpad/), is written in the vala >>> language, and has some ideas behind it which may be worth thinking >>> about for scribes. Some quotes from the features: >>> >>> "* If you activate the Cut or Copy command without a selection, it will act on >>> the entire line (same as the Block Cut/Copy commands). This makes it quick >>> and easy to delete or re-locate lines. >>> >>> * The type-ahead search becomes case-sensitive as soon as you type a non >>> lower-case letter. >>> >>> * In Go-to-line mode, you can use the up and down arrow keys to move up or >>> down in steps of ten. Hold shift to move in steps of 100. >>> >>> * Word-wrap defaults to on for plain text files and off for everything else. >>> Once you change the wrap mode, it will be permantly stored for the document." >>> >>> There are other features, but those are the ones that caught my >>> attention. I haven't actually tested the app as there aren't any >>> packages available and I'm too lazy to compile from source. I just >>> stumbled on it while reading the vala homepage. >>> >>> To make it clear: I'm not "advocating" scratchpad or anything. I just >>> saw this interesting features and wanted to share it with you for >>> brainstorming. >>> >>> Cheers >>> >>> Rafael >>> >>> ------------------------------------------------------------------------- >>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >>> Build the coolest Linux based applications with Moblin SDK & win great prizes >>> Grand prize is a trip for two to an Open Source event anywhere in the world >>> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >>> _______________________________________________ >>> scribes-discussion mailing list >>> scr...@li... >>> https://lists.sourceforge.net/lists/listinfo/scribes-discussion >>> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >> Build the coolest Linux based applications with Moblin SDK & win great prizes >> Grand prize is a trip for two to an Open Source event anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> scribes-discussion mailing list >> scr...@li... >> https://lists.sourceforge.net/lists/listinfo/scribes-discussion >> > > > > -- > Mir Nazim > EMail/GTalk: mir...@sa... > Cell: +91 9469071855 > Blog: http://saunzal.org > Company:http://www.ikraftsoft.com > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > scribes-discussion mailing list > scr...@li... > https://lists.sourceforge.net/lists/listinfo/scribes-discussion > |
From: Mir N. <mir...@gm...> - 2008-11-26 07:51:05
|
First things first. Thank you for a great work on Scribes. My 2 bits I am a web developer and have to work with different languages. PHP, Python, CSS, JavaScript. All generally having different indent preferences. So I was thinking if it would be possible to specify indent/tab/space settings on file type basis. I think it would be a great feature. On Wed, Nov 26, 2008 at 12:37 AM, Mystilleef <mys...@gm...> wrote: > Hello, > > These are great ideas. Scratchpad and Scribes have a lot in common in > terms of delivering an uncluttered text editing experience. And I like > many of the unique direction the project is taking. That's something > I've always tried to do with Scribes. > > Point 1 is a great idea that I'd like to implement. > > Point 2 is complicated because the new search system in Scribes (in > the experimental branch not development branch) provides all kinds of > options to change the behavior of find as you type. So I don't think > scribes needs this. > > Point 3 I think Scribes already does this or something similar. > > Point 4 This has been on my todo list for a while, just haven't gotten > around to doing it. > > Great ideas though. > > Thanks > > > > On Tue, Nov 25, 2008 at 5:55 AM, Rafael Augusto Maguiña Yrivarren > <raf...@gm...> wrote: >> Hi all, >> >> I just discovered an interesting text editor for gnome which could be >> called scribes' "competition" (slick interface, spatial/document >> centric, etc.) if weren't very much abandoned or vaporware (from what >> I can tell from just a glimpse at the homepage and the google project >> page). Its name is scratchpad >> (http://dborg.wordpress.com/scratchpad/), is written in the vala >> language, and has some ideas behind it which may be worth thinking >> about for scribes. Some quotes from the features: >> >> "* If you activate the Cut or Copy command without a selection, it will act on >> the entire line (same as the Block Cut/Copy commands). This makes it quick >> and easy to delete or re-locate lines. >> >> * The type-ahead search becomes case-sensitive as soon as you type a non >> lower-case letter. >> >> * In Go-to-line mode, you can use the up and down arrow keys to move up or >> down in steps of ten. Hold shift to move in steps of 100. >> >> * Word-wrap defaults to on for plain text files and off for everything else. >> Once you change the wrap mode, it will be permantly stored for the document." >> >> There are other features, but those are the ones that caught my >> attention. I haven't actually tested the app as there aren't any >> packages available and I'm too lazy to compile from source. I just >> stumbled on it while reading the vala homepage. >> >> To make it clear: I'm not "advocating" scratchpad or anything. I just >> saw this interesting features and wanted to share it with you for >> brainstorming. >> >> Cheers >> >> Rafael >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge >> Build the coolest Linux based applications with Moblin SDK & win great prizes >> Grand prize is a trip for two to an Open Source event anywhere in the world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> scribes-discussion mailing list >> scr...@li... >> https://lists.sourceforge.net/lists/listinfo/scribes-discussion >> > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > scribes-discussion mailing list > scr...@li... > https://lists.sourceforge.net/lists/listinfo/scribes-discussion > -- Mir Nazim EMail/GTalk: mir...@sa... Cell: +91 9469071855 Blog: http://saunzal.org Company:http://www.ikraftsoft.com |
From: Tshepang L. <tsh...@gm...> - 2008-11-26 05:48:54
|
On Tue, Nov 25, 2008 at 8:01 PM, Mystilleef <mys...@gm...> wrote: > Hello, > > I think this problem has been fixed in the development version. Thanks > for the feedback. Watch me go get it... -- my place on the web: floss-and-misc.blogspot.com |
From: Mystilleef <mys...@gm...> - 2008-11-25 19:07:35
|
Hello, These are great ideas. Scratchpad and Scribes have a lot in common in terms of delivering an uncluttered text editing experience. And I like many of the unique direction the project is taking. That's something I've always tried to do with Scribes. Point 1 is a great idea that I'd like to implement. Point 2 is complicated because the new search system in Scribes (in the experimental branch not development branch) provides all kinds of options to change the behavior of find as you type. So I don't think scribes needs this. Point 3 I think Scribes already does this or something similar. Point 4 This has been on my todo list for a while, just haven't gotten around to doing it. Great ideas though. Thanks On Tue, Nov 25, 2008 at 5:55 AM, Rafael Augusto Maguiña Yrivarren <raf...@gm...> wrote: > Hi all, > > I just discovered an interesting text editor for gnome which could be > called scribes' "competition" (slick interface, spatial/document > centric, etc.) if weren't very much abandoned or vaporware (from what > I can tell from just a glimpse at the homepage and the google project > page). Its name is scratchpad > (http://dborg.wordpress.com/scratchpad/), is written in the vala > language, and has some ideas behind it which may be worth thinking > about for scribes. Some quotes from the features: > > "* If you activate the Cut or Copy command without a selection, it will act on > the entire line (same as the Block Cut/Copy commands). This makes it quick > and easy to delete or re-locate lines. > > * The type-ahead search becomes case-sensitive as soon as you type a non > lower-case letter. > > * In Go-to-line mode, you can use the up and down arrow keys to move up or > down in steps of ten. Hold shift to move in steps of 100. > > * Word-wrap defaults to on for plain text files and off for everything else. > Once you change the wrap mode, it will be permantly stored for the document." > > There are other features, but those are the ones that caught my > attention. I haven't actually tested the app as there aren't any > packages available and I'm too lazy to compile from source. I just > stumbled on it while reading the vala homepage. > > To make it clear: I'm not "advocating" scratchpad or anything. I just > saw this interesting features and wanted to share it with you for > brainstorming. > > Cheers > > Rafael > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > scribes-discussion mailing list > scr...@li... > https://lists.sourceforge.net/lists/listinfo/scribes-discussion > |
From: Mystilleef <mys...@gm...> - 2008-11-25 18:01:59
|
Hello, I think this problem has been fixed in the development version. Thanks for the feedback. Cheers On Tue, Nov 25, 2008 at 11:56 AM, Rafael Augusto Maguiña Yrivarren <raf...@gm...> wrote: >> [I'm using the Debian-packaged 0.3.3.3 version]. > > Me too! > >> A typical file I've attached gives an error message refusing to open >> the file due to its encoding. > > I had a similar problem a few weeks ago. Had to edit a file on > Windows' Notepad (don't ask), then went home and wanted to continue > work on it with Scribes. Couldn't open it because of the encoding. > Leafpad opened the file without a problem. Leafpad also did the right > thing: i.e. it respected/kept the original encoding, carriage returns > and line feeds of the windows environment. I know because afterwards I > had to (sadly) continue working on Windows and everything continued to > look right. > > It would be nice if Scribes had the same behaviour, perhaps also > offering to convert the file to linux line feeds or another enconding > (on debian lenny it is utf8 for me) if so desired. > > I don't know, but maybe in the development version of scribes (going > to become 0.4) this error is already corrected. > > Cheers > > Rafael > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > scribes-discussion mailing list > scr...@li... > https://lists.sourceforge.net/lists/listinfo/scribes-discussion > |