Coder Social home page Coder Social logo

vimcolorschemetest's People

Watchers

 avatar

vimcolorschemetest's Issues

How about JavaScript and Ruby File Type Previews

What steps will reproduce the problem?
1. There are just to few file types

What is the expected output? What do you see instead?
I´d love to see JavaScript and Ruby

What version of the product are you using? On what operating system?
MacVim on a Mac

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 16 Apr 2012 at 12:19

The "front page" links for vim pages point to emacs instead of vim.

What steps will reproduce the problem?
1. visit http://vimcolorschemetest.googlecode.com/svn/html/index-c.html
   or http://vimcolorschemetest.googlecode.com/svn/html/index-html.html
   or http://vimcolorschemetest.googlecode.com/svn/html/index-java.html
   or http://vimcolorschemetest.googlecode.com/svn/html/index-pl.html
   or http://vimcolorschemetest.googlecode.com/svn/html/index-tex.html
2. Follow a link for "Click here for more information." or "front page".

I would expect a link to http://code.google.com/p/vimcolorschemetest/ .
I end up at http://code.google.com/p/gnuemacscolorthemetest/ .

Original issue reported on code.google.com by [email protected] on 4 Aug 2009 at 8:02

diff{add,change,delete,text} are not displayed in the comparison chart

What is the expected output? What do you see instead?
Diff is a common operation for code. I expect to see vimdiff of example
text with a single character change for each type of text. Vimdiff
colorschemes are consistency poor looking since most developers forget to
test for that use case. This change would give users and developers a good
resource to pick a colorscheme.


Original issue reported on code.google.com by [email protected] on 8 Jan 2010 at 8:28

generate pdf files

in addition to the HTML colorscheme-preview pages which are available (and 
which some browsers seem to choke on), it would be nice if these were also 
available as PDFs.

Original issue reported on code.google.com by [email protected] on 24 Nov 2010 at 1:31

Feature Request: Indicating or showing only terminal friendly colorschemes in the results

First let me start off by saying I love your colorscheme page; I use it 
regularly to select what colorschemes to use.  However, since I mainly use vim 
from a terminal I often run into problems where the colorscheme does not have 
the proper term or cterm entries.  There are several work arounds for this, 
most notably CS-Exact and CSApprox however I can not always use them depending 
on my environment.

I think many people would appreciate a way to either indicate that a 
colorscheme is usable in the terminal without having to open the raw 
colorscheme to look at the entries.  Perhaps a simple textual search of the 
colorscheme for the text "term=" would give you enough information to perhaps 
label each colorscheme as terminal friendly or not.  Or even perhaps a filter 
option to only show colorschemes that are terminal friendly.

Thanks again for creating this project it has been very useful to me over since 
discovering it.




Original issue reported on code.google.com by [email protected] on 20 May 2011 at 3:14

Add new theme 'felipec'

Can you add my new theme? I've been tuning it for years:

http://www.vim.org/scripts/script.php?script_id=4747

Original issue reported on code.google.com by felipe.contreras on 17 Oct 2013 at 11:14

PHP Demo

Please add a page for demonstrating the syntax highlighting with PHP. Find 
attached a 34 line PHP script that demonstrates all the common syntax features 
of the language, including:
Standard and alternate if/else formats
Accessing instance and static class members from within the class
Accessing instance and static class members from outside the class
The use of common operators: == !== . += && || < 
Associative array syntax =>
Constant definitions
HTML output in an echo statement
Inline SQL
Function's default parameter values
All comment types

Original issue reported on code.google.com by dotancohen on 9 May 2012 at 8:10

Attachments:

HTML Color Schemes "not found" at vim.org...

In the HTML Color Schemes the following names are "not found" [*] on vim.org
* dw_blue
* asmdev

Which I guess makes your copies an archive after the fact. (^_^)


[*]: using advanced search, keyword=name, type=colorscheme

Original issue reported on code.google.com by [email protected] on 11 Mar 2012 at 6:19

Many colorschemes display the same colors using FF17

What steps will reproduce the problem?
1. view page in FF17
2. check hhd{blue,cyan,green,grey,magenta,red,yellow}
3.

What is the expected output? What do you see instead?
Expected different color sets.  Instead they are all a default of some sort.


What version of the product are you using? On what operating system?
FF17 Fedora17


Please provide any additional information below.
Mostly, it's a great page, though!

Original issue reported on code.google.com by [email protected] on 30 Nov 2012 at 6:55

Request: Limit no. of images per page

When I browse the colorschemes in Firefox 5, it causes my whole desktop to come 
grinding to a halt. I think paginating the tests and limiting the number of 
images per page (to, say, 25 or so) would make browsing them much faster. I'm 
going to try some other browsers to rule out the possibility that it's a 
firefox bug instead of overload.

Original issue reported on code.google.com by [email protected] on 1 Sep 2011 at 5:58

Does not render all schemes on Safari & Chrome on Mac

What steps will reproduce the problem?
1. Launch Chrome 4.0.249.43 on mac
2. Launch Safari Version 4.0.4 (6531.21.10) on mac
3.

What is the expected output? What do you see instead?
Expect to see all schemes, but only the schemes up to nightwish (Dark 
background) are rendered.  That is every scheme before and up to 
nightwish is rendered correctly, and there is no rendering for any of the 
schemes after nightwish.

What version of the product are you using? On what operating system?
Mac

Please provide any additional information below.
All schemes are rendered using Firefox on mac

Original issue reported on code.google.com by [email protected] on 4 Jan 2010 at 9:48

Color scheme sample overwrites name in next row in latest Opera

What steps will reproduce the problem?
1. Open page in Opera
2. If it matters, javascript is disabled
3. Monitor is somewhat small

What is the expected output? What do you see instead?
Expect to see nicely divided rows of schemes. Instead see overlapping rows.

What version of the product are you using? On what operating system?
Opera 11.01 on Windows XP

Original issue reported on code.google.com by [email protected] on 17 Mar 2011 at 3:06

Add css 'font-family' generic value.

... 
<style...>
pre { font-family: monospace; ... }
body { font-family: monospace; ... }

...

Should become: 
 font-family: monospace, fixed;
-- or even better --
 font-family: fixed;
-- or even better --
 include common .css file to define font-family for <body> and <pre> elements.

Valid value for CSS generic monospace font is 'fixed'-- that way we could set 
our prefered monospace (i.e. fixed) font family in our browser the same way as 
we do in our favorite editor. Also by including external .css file with 
font-family definitio that would be used in all iframes, we could use a tool 
like Firebug to interactively pay with different monospace fonts.

Kepp the good work.

Original issue reported on code.google.com by [email protected] on 23 Nov 2012 at 11:10

Google Chrome is missing half the IFRAMEs on the C color scheme page

What steps will reproduce the problem?
1. Open http://vimcolorschemetest.googlecode.com/svn/html/index-c.html
2. Observe that the color scheme night_vision, and all color schemes after 
it, display as blank space instead of source code.

What is the expected output? What do you see instead?
Instead of the IFRAMEs containing code continuing down the rest of the 
page, it appears that they stop approximately half-way down, and instead 
show blank space instead.

What version of the product are you using? On what operating system?
Google Chrome 6.0.408.1 dev, Windows Vista 64

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 21 May 2010 at 12:57

^M present in some colorschemes

What steps will reproduce the problem?
1. :colorscheme dw_purple

What is the expected output? What do you see instead?
Change of colorscheme to dw_purple. Instead vim errors:

Error detected while processing /home/costis/.vim/colors/dw_purple.vim:
line   10:
E492: Not an editor command: ^M
line   11:
E474: Invalid argument: background=dark^M
line   12:
E411: highlight group not found: clear^M
line   13:
E15: Invalid expression: exists("syntax_on")^M
line   67:
E171: Missing :endifEnter one-line summary


What version of the product are you using? On what operating system?
Latest, Arch Linux

Please provide any additional information below.
This also happens to other colorschemes, like nightwish, but I do not have a 
complete list. It is solved running dos2unix on the selected (or better all :) 
) files  (http://linuxcommand.org/man_pages/dos2unix1.html)

Original issue reported on code.google.com by [email protected] on 9 Apr 2015 at 5:49

Fries my MacBook Air on Firefox

What steps will reproduce the problem?
1. Open schemes previous svn hosted page
2. Relax and watch your Mac turn into a furnace
3. Relax more

What is the expected output? What do you see instead?
Shouldn't spike Firefox CPU/memory usage

What version of the product are you using? On what operating system?
current

Please provide any additional information below.
nonw

Original issue reported on code.google.com by [email protected] on 2 Mar 2013 at 7:26

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.