ChoGGi, the editor is "forgetting" checkboxes when you close it... Also, "Wrap lines" isn't working (maybe the Orion thing?). Tried with Nightly and a new profile.
ChoGGi, don't know if it's by design or what but when you clear the search bar in the editor using that Clear search button, a placeholder 'temp' shows up. Oddly, it does so only when the editor is first open. That is, when you open a style, there'll be the term from the previous search in that search box. When/if you click yo clear it, 'temp' will show up. And you have to clear that 'temp' as well - so, don't see any purpose for it? Is there any chance to clear the search box for real and not have that 'temp' in there? ... Why do i have a feeling i've already asked you about it and you said something like 'i have to have it'?
(i guess now you're gonna ask me which search i use ... according to the options, 'new') Fx7b5, SCe
ChoGGi, do you think you will update SC to work with Fx8 and the latest Stylish? It's soo broken here, i can't edit any styles. The new editor is impossible to deal with. It also switched the search bar and on top of the fact that it highlights below visible part of the editor (! yes, you have to scroll to see every highlighted term!) .... ... there's so much wrong with it i won't even begin to describe. A couple of my important styles are broken and i can't edit them! Have to go make a new profile to use 'cause this one is unusable. So, i wonder if it will be possible to use the other search bar (the one with separate next/prev buttons). That is, of course, if you have plans to update it at all, do you?
^ Since discovered the cause for the cursor missing position: gfx.direct2d.disabled = true Hope Jason will file a bug and maybe ... someday ... it will be fixed ..... But, there's a really bad bug in SC - sometimes, and i can't figure when exactly which makes it even worse - SC loses code, wipes it off all together! Here's how it happen to me twice: open external editor (using ext.editor button) save the code in the ext.editor - wipeout! in the SC editor or - save in ext.editor and then click somewhere in the SC editor - wipeout! But, because it doesn't happen all the time, i can't figure what exactly happens. I'll post when i'll get more info.
2. My !important; is set to back slash and it suppose to have space before !imp... It now places this "\ !important;" See that back slash? 3. I still don't like this search bar but have a feeling you won't bother with it? I like the one with next-prev separate buttons. 4. Can't export/import xml - creates an empty file. But again, not every time! However, wasn't able to import - that one is consistant, just can't import xml.
I don't have any errors except this one for Orion, not sure if it helps you at all but got it after :
ChoGGI, read this thread, i have more there, that error related as well. Like i changed source-editor-orion.jsm to source-editor-orion11.jsm and the old editor now works with one little problem though: !important; inserts the symbol it uses./ That is, i use '\' to insert and when i push the '\' key, i get: \ !important;
makondo said: ChoGGI, read this thread, i have more there, that error related as well. Like i changed source-editor-orion.jsm to source-editor-orion11.jsm and the old editor now works with one little problem though: !important; inserts the symbol it uses./ That is, i use '\' to insert and when i push the '\' key, i get: \ !important;
I also did switch to orion11.jsm, but after that '!' stopped working at all: e.g. with orion.jsm typing '!' resulted into '!!important;' but with orion11.jsm typing '!' results into '!' and not important; :( Changing that symbol to \ didn't work. Unchecking and re-checking checkbox "auto important;" didn't help either.
Did you check what you have in the Options/Text > Auto!important text? does it say !important; in the field? BTW, my '\' stopped working all together too. I now type in '!important;' (sux!).
makondo said: Did you check what you have in the Options/Text > Auto!important text? does it say !important; in the field? BTW, my '\' stopped working all together too. I now type in '!important;' (sux!).
Yes I did check. And yes, now it stopped working at all.
The only problems i still have with the editor (not using orion here), is the !important; < have to type it in and whenever i insert text the code jumps so that the code line where i inserted text is at the bottom border of the editor textbox. Veeery annoying. I think(!) it jumps under some other conditions too, will post.
Well... I managed to work with "Auto Important" feature, which was used to work by just pressing [!]. This is what I did:
1. I went to Add-ons > Stylish-Custom > Options 2. Then I went to "Text" tab 3. On "Auto Important Text" box I just deleted "!" on the word "!important" to get "important". 4. I clicked "Save" button at the right and closed Options window.
That's was all, I can use "Auto Important" feature as usual.
It doesn't work here. I'm using the old editor, Orion is a PITA! Yeah, ChoGGi didn't answer to my email either. That's very odd. If he's OK, he should be using Fx8, at least, and should know stuff is broken.
But beyond all, his silence is really worrisome ...
Yes, Orion is the new editor. I don't use it. It has no word wrapping and has other problems i can't recall now but the main one is i have to set about:config: gfx.direct2d.disabled=true which is not what i want to do since it screws some other things in the browser for me (see this thread). I'm using the old one.
There's a toolbar button for an external editor. Click it and an external editor like Notepad++ or EditPad or whatever will open. Those editors (usually) have a word/line count. When you save your code in that editor, it gets updated in the S-C editor.
Comments
don't know if it's by design or what but when you clear the search bar in the editor using that Clear search button, a placeholder 'temp' shows up. Oddly, it does so only when the editor is first open. That is, when you open a style, there'll be the term from the previous search in that search box. When/if you click yo clear it, 'temp' will show up. And you have to clear that 'temp' as well - so, don't see any purpose for it?
Is there any chance to clear the search box for real and not have that 'temp' in there? ... Why do i have a feeling i've already asked you about it and you said something like 'i have to have it'?
(i guess now you're gonna ask me which search i use ... according to the options, 'new') Fx7b5, SCe
anybody really,
when using the 'old' searchbar, what's the ID for 'not found' red strip? I can't find it!
do you think you will update SC to work with Fx8 and the latest Stylish?
It's soo broken here, i can't edit any styles. The new editor is impossible to deal with. It also switched the search bar and on top of the fact that it highlights below visible part of the editor (! yes, you have to scroll to see every highlighted term!) .... ... there's so much wrong with it i won't even begin to describe. A couple of my important styles are broken and i can't edit them! Have to go make a new profile to use 'cause this one is unusable.
So, i wonder if it will be possible to use the other search bar (the one with separate next/prev buttons).
That is, of course, if you have plans to update it at all, do you?
But, there's a really bad bug in SC - sometimes, and i can't figure when exactly which makes it even worse - SC loses code, wipes it off all together!
Here's how it happen to me twice:
open external editor (using ext.editor button)
save the code in the ext.editor - wipeout! in the SC editor
or - save in ext.editor and then click somewhere in the SC editor - wipeout!
But, because it doesn't happen all the time, i can't figure what exactly happens. I'll post when i'll get more info.
2. My !important; is set to back slash and it suppose to have space before !imp... It now places this "\ !important;" See that back slash?
3. I still don't like this search bar but have a feeling you won't bother with it? I like the one with next-prev separate buttons.
4. Can't export/import xml - creates an empty file. But again, not every time! However, wasn't able to import - that one is consistant, just can't import xml.
I don't have any errors except this one for Orion, not sure if it helps you at all but got it after :
Error: this._view is null
Source file: resource:///modules/source-editor-orion.jsm
Line: 575
===========
return this._view.getText(aStart, aEnd);
Just saw Jason says he will probably add a toggle for the regular textbox. Would be good.
you need to delete a couple of links in the first post 'cause they point to the old address.
Changing that symbol to \ didn't work. Unchecking and re-checking checkbox "auto important;" didn't help either.
BTW, my '\' stopped working all together too. I now type in '!important;' (sux!).
And yes, now it stopped working at all.
He shows no activity for 1.5 months by now, I am worried about him.
The only problems i still have with the editor (not using orion here), is the !important; < have to type it in and whenever i insert text the code jumps so that the code line where i inserted text is at the bottom border of the editor textbox. Veeery annoying. I think(!) it jumps under some other conditions too, will post.
This is what I did:
1. I went to Add-ons > Stylish-Custom > Options
2. Then I went to "Text" tab
3. On "Auto Important Text" box I just deleted "!" on the word "!important" to get "important".
4. I clicked "Save" button at the right and closed Options window.
That's was all, I can use "Auto Important" feature as usual.
Yeah, ChoGGi didn't answer to my email either. That's very odd.
If he's OK, he should be using Fx8, at least, and should know stuff is broken.
But beyond all, his silence is really worrisome ...
Well... "Auto Important" worked for me with that "trick" with Orion enabled.
I don't know why it doesn't work for you (*_*).
PD: Sorry, Makondo... what's the meaning of PITA?? (I'm bad at English, worse with these "zipped" terms).
Yes, Orion is the new editor. I don't use it. It has no word wrapping and has other problems i can't recall now but the main one is i have to set about:config: gfx.direct2d.disabled=true which is not what i want to do since it screws some other things in the browser for me (see this thread).
I'm using the old one.
"!important" insertion with the help of "!" key....
I try your solution.
;-)
Can we have the lines number culumn on the left, like when we use Stylish without your extension?
But it's very useful to have these numbers on the left for a quick edit directly in Stylish, no?
For the my "!important" insertion with the '!' key problem , the -=[ KaaMoS ]=s solution is not good for me ;-)
Another idea to correct that?
I use Firefox 8, all extensions update.