Skip to content

General

128 results found

  1. Autocomplete for selectors

    Just like with CSS I'd love to have autocomplete while adding new selector to css. Especially when I don't see HTML and I don't remember exactly what was that element's class or ID (well, I'm not bullseye fan)

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Stylizer auto complete rules by most used inested of alphabetic

    I always use width but never use widow. But every time I have to write most of the word for width to appear (because both words share same letters). So it will be good if stylizer can remember my most recent used rule and suggest it rather than alphabetic order

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. integrate stylizer to work with codecharge studio

    CodeCharge Studio can be more usefull if used in conjunction with Stylizer; this can be easily done by decoding the CCS labels used. For example: <link rel="stylesheet" type="text/css" href="Styles/{CCS_Style}/Style_doctype.css"> should be decoded into <link rel="stylesheet" type="text/css" href="Styles/STYLENAME_TO_MODIFY/Style_doctype.css">

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Internet Explorer 9 and browsers upgrade!

    IE 9 is out and no upgrade for stylizer! Even FF 7 is out and still no upgrade for stylizer and what about Opera? When will you add all these browsers? We'll need them to test compatibility! But also more CSS stuff like transition (-o-transition, -ms-transition..... maybe you can make it like you did with +opacity...)

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Add in ability to type out CSS and render in real time like a normal text editor instead of GUI

    Instead of using the GUI interface to put CSS in, can you please put in a way to type out CSS like you would in notepad++ or another editor. Some people like myself find it easier to style by typing instead of using the GUI and would greatly appreciate this ability to be added into stylizer

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Reload all CSS files in one command

    Currently you have to reload each file individually. Sometimes I prefer editing my CSS by hand, then you have to reload them. Painful if you have more than one CSS file associated.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Firebug Lite

    Hello.
    I understand, that implement something like firebug isnt so easy, but could you implement Firebug Lite ? Maybe its not perfect, but it provides seeing HTML source as tree, what is the most important thing i need in Stylizer. Of course i can do it myself by pasting Firebug Lite js code as URL but its little uncomfortable.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. FTP account from xml

    when i format my computer. Stylizer forgot FTP accounts information. it is very bad.

    it must be filezilla xml format and has import /export functions

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. add website bookmark, now you have to type your URL everytime.

    When you work on a website I always have to type in the whole URL, it would be great to have them bookmarked.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Enable support for browser-specific stylesheets

    Whenever I'm using the following PHP code (snippet, there is more obviously) to enable for instance chrome.css for Chrome, it doesn't see the stylesheet :-\

    if (strpos($SERVER['HTTPUSER_AGENT'], "Chrome")) {

        // Chrome - All platforms
        array_push($aCss, "browsers/chrome.css");
    

    }

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. alphabetize

    A feature to re-order a style sheet.

    Often when adding new rules, it randomly likes to place the rules around in the list, making it hard for me to find things with similar names.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Please remove the needless restriction to using the arrows for value increments.

    Changing a properties numeric value: I see no good reason to disallow simply clicking on the arrow to increment values such as, width:100px. I am aware there is a shortcut key for use of the arrow keys, but that cause issues with shortcuts I have from other applications.

    Another alternative suggestion for this could be a toggle key combination rather, for the use of the arrow buttons and mouse wheel in field. Please make shortcuts like this also configurable.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Resolution views

    Please add a feature that re-sizes the window properly to test the following resolutions--:
    640x480
    800x600
    1024x600
    1024x768
    1366x768
    1280x600
    1280x800
    1280x960
    1280x1024
    1440x900
    1600x1200
    1920x1080
    1920x1200

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. All transparent elements should use Aero so it wont feel like youe focusing on...

    It would be good if all transparent menus and drops down used Aero so it wouldn't look like your focus is on mac users because the slide down and animations are similar to mac so adding aero the the transparent areas would be more nicer eye candy :D

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Bring back cleanser after dismissed

    I can't find any way to retest the css after the cleanser was dismissed once. Shouldn't there be a 'Validate css' menu item or something?

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Add history to address bar

    Collect and allow selecting a web address through a history "drop down". While it wouldn't have to match what all browsers use, it probably makes sense to do it that way, just to avoid training issues.
    Example: Click the down arrow at the right of any browser's URL address line to see previously visited sites, etc.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Choice of the formatting buttons

    They do take a lot of space and I don't use all of them, so why not be able to configure which one we wan't and don't wan't ?
    ex: - Remove the big margin/padding buttons
    - Keep the "bold" button...

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Collapse All button

    When having many Rules open I want a one click Close All button.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Gradient editor

    Would LOVE to have a CSS gradient editor such as this one: http://www.colorzilla.com/gradient-editor/ integrated into stylizer.
    In general, more intuitive ways to implement css3 effects would make stylizer complete.

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

General

Categories

Feedback and Knowledge Base