AltME groups: search
Help · search scripts · search articles · search mailing listresults summary
world | hits |
r4wp | 0 |
r3wp | 16 |
total: | 16 |
results window for this page: [start: 1 end: 16]
world-name: r3wp
Group: Core ... Discuss core issues [web-public] | ||
Izkata: 31-Mar-2009 | Well, ^I is a control-i.. and in vim, that inserts a tab. ^- is the tab character in Rebol | |
Group: Script Library ... REBOL.org: Script library and Mailing list archive [web-public] | ||
Geomol: 29-May-2007 | This is how vim color REBOL code: http://home.tiscali.dk/john.niclasen/rebol/color-test-vim.html | |
Geomol: 30-May-2007 | I programmed in COBOL for many years without coloring. Then I started using vim, and I found, it looked weird with all those colors. After a while, I started to really like it, because it's so much easier to read the code. Colors make our brains look and distinguish components much better than words. I'm for colors. But they have to be balanced, so it doesn't hurt the eyes too much. | |
Gregg: 30-May-2007 | I prefer the color-code scheme over the VIM scheme (don't like the pink), but as long as it isn't too bright most anything should be OK. It would be interesting to do some research on using different rendering schemes for code, based on activity. For example, when writing and maintaining code, I like comments in gray, so they "fade out" a bit; but if you're reading code, in a Literate Programming sense, you probably want the prose to stand out and the code to be subordinate. | |
swall: 16-Mar-2009 | Vim and Editor² display the chars incorrectly. Notepad++ shows the chars correctly. | |
Anton: 17-Mar-2009 | Vim supports unicode and on my system shows the characters correctly. | |
swall: 17-Mar-2009 | Anton: you're right Vim does display the file correctly, although not by default. I guess it helps when you read the manual. :-) | |
Anton: 17-Mar-2009 | swall, yes, strange, I can't remember configuring vim for utf-8 (I don't use it regularly), but it displayed correctly straight away for me. Must be some dark config option or something... | |
Group: View ... discuss view related issues [web-public] | ||
BrianW: 20-Jul-2005 | (Working on rebol-helper functionality for Vim) | |
Group: Make-doc ... moving forward [web-public] | ||
Geomol: 10-Jan-2005 | @Pekr: I use the vi editor (now mostly vim) to write code, and it allow me to set auto-indent, so when I start something indented, it'll stay indented, when I go to next line. Further indenting is done by inserting a <tab>, and going back is done with <backspace>. So it's no big problem for me to write code indented as makedoc require. | |
Geomol: 18-Jan-2005 | About *bold*, ~italic~, -strike- and _underline_, maybe it would be a good idea to introduce a new paragraph level state change called =magic (I got the idea from the vim editor). If the writer type: =magic then the short form of bold, italic and so can be used. If the writer type: =/magic we're back to the default character level state changes: [b], [i], [s] and [u]. Isn't that a good idea? :-) | |
Group: Linux ... [web-public] group for linux REBOL users | ||
Terry: 24-Nov-2005 | 50mb and includes.. XMMS (MP3, CD Music, and MPEG), FTP client, Dillo web browser, links web browser, FireFox, spreadsheet, Sylpheed email, spellcheck (US English), a word-processor (FLwriter), three editors (Beaver, Vim, and Nano [Pico clone]), graphics editing and viewing (Xpaint, and xzgv), Xpdf (PDF Viewer), emelFM (file manager), Naim (AIM, ICQ, IRC), VNCviwer, Rdesktop, SSH/SCP server and client, DHCP client, PPP, PPPoE (ADSL), a web server, calculator, generic and GhostScript printer support, NFS, Fluxbox window manager, games, system monitoring apps, a host of command line tools, USB support, and pcmcia support, some wireless support. | |
Group: Dialects ... Questions about how to create dialects [web-public] | ||
Andreas: 9-Jan-2010 | g~$ in vim, to switch case for everything from the cursor to the end of line | |
Group: Hardware ... Computer Hardware Issues [web-public] | ||
Gabriele: 2-Aug-2007 | another thing that has been *really* great is using vim vertical split after stretching it to cover both monitors :-) eg. vimdiff. it does not even compare to using it on a single monitor where you see only half of the line. | |
Group: Rebol School ... Rebol School [web-public] | ||
Geomol: 8-Feb-2009 | vim | |
Group: Postscript ... Emitting Postscript from REBOL [web-public] | ||
Geomol: 24-Feb-2008 | It seems to work without the newlines, but then the ps file become difficult to enter with e.g. vim. That part is fast, I think. It only put in a newline for every 80 chars. |