Code Monkey home page Code Monkey logo

vscode-filter-line's People

Contributors

dependabot[bot] avatar everettjf avatar gost-serb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

vscode-filter-line's Issues

可以将本次过滤的关键字或表达式放在过滤结果头部吗

将本次的过滤关键字放在过滤结果头部,以便使用微调过后的表达式来进行重新过滤
比如:
当前过滤规则:onCallAdd|onCallRemove|hfp_state_change
得到结果后,我发现需要新增一个关键词bond_state才能得到理想的结果
此时由于我之前没有复制”onCallAdd|onCallRemove|hfp_state_change“到剪切板,导致我下次过滤时需要重新输入

Filter by regex doesn't find matches with actual regexes

On my environment, filter by regex doesn't work with actual regexes, as it doesn't find anything.

If I open "Filter line by input regex" and input, say, WRITE, the corresponding lines are found.

If I input though WR.TE, nothing is found. I've tried other metacharacters (|, \w), but it seems that regexes don't work at all.

Please remove "filter completed" notification

Hello, every time I filter logs ex. with CTRL + SHIFT + P > Filter line by config file the annoying message pop ups with:

Filter completed :)

This is so annoying I can't tell you how much.
Please either remove it or provide an option to disable this specific notification.

EDIT:
There are also notification for failures such as "unable to read file" due to lacking file system permissions,
these are fine, but for success it's preferred to show nothing.

Can't filter on files located in dir without write permission

As the title goes.

[Extension Host] output : /private/var/log/system.log.filterline.log
workbench.main.js:sourcemap:1376   ERR EACCES: permission denied, open '/private/var/log/system.log.filterline.log': Error: EACCES: permission denied, open '/private/var/log/system.log.filterline.log'

can't do multiple searches on the same file

after the first search for a file is done, then i tried to search for a different string, but after pressing enter, the old result is still there. i have to exit vs code, old result file is gone, and then come back to do another search.

文件配置过滤可以同时支持多种规则吗

Hi!
通过一个json文件配置过滤日志的功能非常好用!
但是如果我使用regexlist_notmatchanyregexlist两种type的时候,需要过滤两次才能达到效果。
可以支持json配置数组形式的配置吗?
类似这种:

[
    {
        "type": "regexlist",
        "rules": [
            "cost (\\d+) ms",
            "Framework app begin to start"
        ]
    },
    {
        "type": "regexlist_notmatchany",
        "rules": [
            "cost (\\d+) ms",
            "Framework app begin to start"
        ]
    }
]

Cannot filter for string containing the plus (+) symbol

"Filter Line By Input String" is not working when my input string contains a '+' symbol.

I was after all key bindings containing 'alt+' but could not filter for that.

Filtering for 'ctrl+' or 'shift+' is also not working.

The filterline file is empty and isn't open

I installed the Filter Line 1.1.0 extension.
I open the command palette, enter a string to filter the file. I saw a xxx.filterline.xx file was generated along with my original file, but the file is empty (0 size), and it didn't get open on the VSCode editor. Any idea?

thx

Steve

File locked?

1 - I filter a text by string, it works the first time.
2 - A new file get created.
3 - I return to the original file and do a filter again with the same pattern and nothing is shown.

The newly created file says I need to be admin to delete it, I am admin.
The file can be seen on my desktop and when I try to delete it, it says, it dosen't exists.

I run VS Code as admin.

Textbox not showing after selecting the option to filter?

Hi,

I using vscode 1.38.1 (both Windows and Mac)...I newly install this filterline extension and after selecting "Filter line by input string" there is no textbox for me to key the string that I want to filter.

I try others option but still the same...Did I miss anything or there is some issue with it?

Encoding problem - charset wrong in . filterline output file

Hi,
when I try to filter “by string” a file with CP1250 encoding then the output “filterline” file has incorrect characters. It is neither in CP2150 nor in UTF-8. Is it possible to detect and preserve the encoding?
Thank you.
Tomas

Unicode Character “□” (U+25A1)

Not so much an issue as an FYI
I had a log file with a bunch of □'s in it and it seemed to mess up the results. I found 85 instances of a string in my file but your filter by string gave me only 25. It also gave me too few when I filtered by not contain string. When I deleted all the □'s it worked fine. In this case I had work around but not sure if you have had other issues with Unicode characters.

Failed on non-saved file

Hello, I get this error message, if I run the command on a new, unsaved, file:

Running the contributed command: 'extension.filterLineByNotContainInputString' failed.

..if I save the file first, it works. It would be a nice feature, being able to run it on an unsaved buffer :-) Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.