many basics questions about toptyle
i come back to topstyle to understand how it work after tet style master .
Style master import css from local and ftp and preview file using http . The problem is that when a css file is open and have the focus , the http rendering don't take care of the internal css file define in the web page http since it seem it use IE cache internal .
with topstyle the css of the html page ( http) is apply but when change the value attribute , topstyle reload the page since the vertical right cursor inside the preview move to thetop ( refresh) but no change occur in the http web page in the preview tab. When i "Ctr S" the css is save then the change occur in the preview ( it better than go to the browser refresh button ) .
1) Does topstyle support automatic prefix ?
write transform: rotate(1deg); ll generate new code like
-moz-transform:rotate(1deg); /* Firefox */
-webkit-transform:rotate(2deg); /* Safari and Chrome */
-o-transform:rotate(7deg); /* Opera */
-ms-transform:rotate(7deg); /* IE 9 */
3) topstyle say firebug mode is on ( no F12 window is open ) Howto change firebug mode to off ?
4) it ll wonderful if our mouse cursor is inside "#contact-form input, #contact-form textarea" that the rendering view higlight the box . so click inside "#contact-form input," ll show in status information of items and higlight those item in the rendering preview , and same thing if mouse is insise ", #contact-form textarea". the number of item could be seen in the front of the selector ouside the window editor 6 | "#contact-form input, #contact-form textarea".
add this time we can only higligh one token like contact-form and only in the css editor not in the preview mode .
Ithink clik on #of "#flmkmf p," should select "flmkmf p" and double clik inside "flmkmf" should select "flmkmf".
double click work for select all token inside "#|.|element" and "," ( sometine it is not work , select two item but after select one item ) but only for search occurence of a sentence in the aim of change all the name by another name.
5) the preview tab should when update is rendering after css text change positionned the windows ( only vertical since no horizontal bar exist) preview at the same position before the refresh event .
6) PReview tab should be view to a full monitor size or support zoom .No way to detach this tab at this time .
7) when cursor is inside a selector with no color but that is only use for layout ( position ....) ; the create from current stylesheet is not usefull . could a default color be apply to see area content, padding margin since the content is the selector name itself ?
when use in preview tab "Create current style sheet" , clik on a selector don't show it in the preview tab ( show it in the "show preview CSS". in the preview windows It could be hidden and the right vertical slider cursor should update is position to be able show this item . Does preview window is usefull when we already have "show preview CSS" ? .
9) when try a id selector that contain many version of transform:rotate(25deg); for specific browser ( prefix)
the item in the preview tab is overlap other selector
10) when test transform , it seem only -o-transform:rotate(7deg); /* Opera */ and -ms-transform:rotate(7deg); /* IE 9 */ don't work . Howto know with rendering engine is use in the "show Preview CSS only "( only webkit) and "Preview"( the one we choose) ?
11) clip library is like snippet is there a way to import export clip library ?
how many item support a directory clip library ? Is there a way to search by content or name clip Library ?
12) it ll be nice when the cursor is inside a selector that
i hope what i am writing make sense...
Style master import css from local and ftp and preview file using http . The problem is that when a css file is open and have the focus , the http rendering don't take care of the internal css file define in the web page http since it seem it use IE cache internal .
with topstyle the css of the html page ( http) is apply but when change the value attribute , topstyle reload the page since the vertical right cursor inside the preview move to thetop ( refresh) but no change occur in the http web page in the preview tab. When i "Ctr S" the css is save then the change occur in the preview ( it better than go to the browser refresh button ) .
1) Does topstyle support automatic prefix ?
write transform: rotate(1deg); ll generate new code like
-moz-transform:rotate(1deg); /* Firefox */
-webkit-transform:rotate(2deg); /* Safari and Chrome */
-o-transform:rotate(7deg); /* Opera */
-ms-transform:rotate(7deg); /* IE 9 */
3) topstyle say firebug mode is on ( no F12 window is open ) Howto change firebug mode to off ?
4) it ll wonderful if our mouse cursor is inside "#contact-form input, #contact-form textarea" that the rendering view higlight the box . so click inside "#contact-form input," ll show in status information of items and higlight those item in the rendering preview , and same thing if mouse is insise ", #contact-form textarea". the number of item could be seen in the front of the selector ouside the window editor 6 | "#contact-form input, #contact-form textarea".
add this time we can only higligh one token like contact-form and only in the css editor not in the preview mode .
Ithink clik on #of "#flmkmf p," should select "flmkmf p" and double clik inside "flmkmf" should select "flmkmf".
double click work for select all token inside "#|.|element" and "," ( sometine it is not work , select two item but after select one item ) but only for search occurence of a sentence in the aim of change all the name by another name.
5) the preview tab should when update is rendering after css text change positionned the windows ( only vertical since no horizontal bar exist) preview at the same position before the refresh event .
6) PReview tab should be view to a full monitor size or support zoom .No way to detach this tab at this time .
7) when cursor is inside a selector with no color but that is only use for layout ( position ....) ; the create from current stylesheet is not usefull . could a default color be apply to see area content, padding margin since the content is the selector name itself ?
9) when try a id selector that contain many version of transform:rotate(25deg); for specific browser ( prefix)
the item in the preview tab is overlap other selector
10) when test transform , it seem only -o-transform:rotate(7deg); /* Opera */ and -ms-transform:rotate(7deg); /* IE 9 */ don't work . Howto know with rendering engine is use in the "show Preview CSS only "( only webkit) and "Preview"( the one we choose) ?
11) clip library is like snippet is there a way to import export clip library ?
how many item support a directory clip library ? Is there a way to search by content or name clip Library ?
12) it ll be nice when the cursor is inside a selector that
i hope what i am writing make sense...