MyBB Community Forums

Full Version: Ctrl + F does not work on the Theme Editor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Trying to find "error" in global.css using Ctrl + F does not work. The search doesn't return anything, despite there being an .error_message class.

.error_message {
	color: #C00;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

This is a major hassle for me, I always use Ctrl + F to find classes and I'm sure others do too.
Same with me. Just copy whole css and paste it to notepad++ . find what you looking for, change and paste back on host.
I believe CodeMirror only renders the part of the document that you can see. Is CM active?
and how to enable codemirror?
I haven't changed any settings in the Admin CP since I installed 1.8 on my localhost.

Just testing it, searching for color returned 4 results, three of which were in the frame at the time.
It may depend on what browser you're working in. You can turn off CodeMirror by going to ACP -> Preferences (on the left).
Perhaps this is relevant?

http://codemirror.net/demo/search.html
(2013-06-21, 05:28 PM)Nathan Malcolm Wrote: [ -> ]Perhaps this is relevant?

http://codemirror.net/demo/search.html

I used that extension for a smaller project and it seemed to work well. I think s&r in templates and CSS would be an awesome feature. Smile

I am really glad to see CodeMirror going in 1.8 Smile Class move guys.
We need to add this in.
(2013-06-21, 10:45 PM)Tomm M Wrote: [ -> ]We need to add this in.

This should be working now. I implemented it in ff017ffa0.