Hi everyone,
It would be great if we could text search a css class in the CSS like we do on adobe reader.
With this I believe a lot of time could be saved.
cheers.
You can do this by opening up the stylesheet and searching like this:
Hi Justin, the idea would be being able to search directly in the css window instead of using the general search, because every time I search a css class, after hiting enter , the search bar closes.
I find it very time-consuming every time I need to search the css class on various parts of the style sheet.
you do know you can hit F3 to search the next, right?
Hi everyone!
Something that I think that is available in older versions of Service Studio 10 and dont't appear in the last versions is the "Find" option in the CSS stylesheet console.
I think that this is an powerfull tool that we can have. Many times I need to find classes in CSS code and it's much more easier if I have de find tool.
Best regards,
Ricardo
Great idea, it would make a great addition. Btw, can't believe this idea wasn't posted earlier, we can't be the only ones, right?
:)
I agree sometimes I use the normal search function but the 'Search in CSS' option is not available in the dropdown, would be useful to quickly search for this.
The editors for text like CSS and JavaScript need an update. As it is, we're basically forced to copy the code out of OutSystems into a more robust text editor in order to make any progress.
For example, if I want to update the border color on the footer, how do I do that? There are multiple CSS files with hundreds or thousands of lines of style in them.
It's a painful ordeal.
Have you tried the CTRL+R version of find/replace? It works more like what you want, I believe (though not great, because it won't let you restrict scope to the CSS or JS).
J.Ja
You can actually find/replace in CSS but you have to open CSS text editor and then search but it will only search in the last styleguide you looked into to. That's something that could be improved.
Changed the category to Service Studio
Thanks!
Dear Team,
It would be better if we can have an option to search specific classes in Style Editor or CSS Editor so that we can easily find/identify classes which we are looking for.
Currently its available to search from Global Search, but specific Style Search is not available in Platform 10.
Regards,
If you have the CSS Editor open you can then use the Global Search to search the CSS, you should see something like CSS - Search for "something" in Style Sheet. If you don't see this, click on the CSS editor again. This is available on version 10.
Changed the category to Frontend
It would be great if we could search directly inside the CSS Style Sheet Editor (and possibly highlighting the searched text), instead of searching in the general search (control+F), which will only show where the style is applied.
When we have plenty of styles, we have to scroll down all over the style sheet window in order to find the style we need, which is not very user-friendly.
A possible mockup:
Hi,
sometimes we need to search for a tag or color in CSS. It would be good to have a search bar inside the Css window, where we can do the search.
Thanks,
André
We have a top right search that searches css as well, but I'm also missing this feature.
You can press Ctrl+R and it opens a "Find and Replace" box where you can easy make that kind of search. Maybe this can fill your needs.
Sometimes I need to find a specific class on one of the editors mentioned in the title, and it's quite difficult to scroll down the whole document for this purpose
I guess in version 11 they already change that because when i need to find something, just click Ctrl + F to open the Search toolbox and just written the class and they appear (if exist).
Hi, community.
I can't remember how many times this issue make my work slowly.
Every time I need to change a class in my stylesheets, is horrible to find inside the severals style sheet in the platform. Sometimes there are four or five style sheets feeding the application and is VERY hard to find an class.
My idea is to implement a search field inside the style sheets to make the front-end work more smooth.
Best regards
It would be really helpful to have a search feature within the OutSystems service studio text editor used for e.g. CSS, JavaScript etc. Currently for bigger CSS or JavaScripts we need copy the text outside the service studio and then search it.
Implementing a search function inside the style sheet window for finding names of style classes :D
Hi
You have a top right search that searches css as well.
Regards
I often use Ctrl+R to search text inside css. Cheers!
Thanks, Mukul Varshney! that what I was looking for :D