Sublime Forum

Compressed View

#1

The semware Editor Pro 4.4a has a search menu entry called “Compressed Mode”

The picture shows a 5300 line long source code in Alaska XBASE showing compressed view for the word loadfile
I have searched this extremely powerful functionality in Sublime but I have not found it so far.

Does it hide somewhere or would it fit on the

?

I am not sure if the jpg was uploaded correctly.If not, here is the example result of a compressed search

3375: oBMP:loadfile(cPfad+cImage)
4543: oBMP1:loadFile(“1.jpg”)
4546: oBMP2:loadFile(“1.jpg”)
4649: //loadfile(“1.jpg”)
5184: oBMP:=loadfile(“1.jpg”)

0 Likes

#2

[quote=“BenOve”]The semware Editor Pro 4.4a has a search menu entry called “Compressed Mode”

Here is the example result of a compressed search

3375: oBMP:loadfile(cPfad+cImage)
4543: oBMP1:loadFile(“1.jpg”)
4546: oBMP2:loadFile(“1.jpg”)
4649: //loadfile(“1.jpg”)
5184: oBMP:=loadfile(“1.jpg”)[/quote]

This looks like what you get when using Find in Files… That is normally used to search in all files in the current project, but you can limit it to all open files or to the current file only if you want. It gives you a list of all matches with some context. Clicking on a match takes you to the corresponding place in the original document.

0 Likes