Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

File indexing error #11926

Open
Vittly opened this issue Nov 18, 2015 · 7 comments
Open

File indexing error #11926

Vittly opened this issue Nov 18, 2015 · 7 comments

Comments

@Vittly
Copy link

Vittly commented Nov 18, 2015

Hello. I have file-indexing error every startup and want to fix it. I saw old thread about exluding folders from indexing and it is not my solution. The project I am working in contains 67 000 files and I need a way to tell the editor to index all these files without a worry. Can you add this option in cofiguration file?

@abose
Copy link
Contributor

abose commented Nov 18, 2015

Brackets will normally index all the text files in the project. Also, update to 1.5 as has several indexing optimisations.
Brackets is designed with up to 30,000 files and up to 2GB of text to search through.
67,000 files to search through is a bit high to ask of a brackets project right now, but the searching should happen.
Could you go to debug>show developer tools and paste the console logs here?
Also, can you go to help>health report and comment the report here.

@piyush-avantsoft
Copy link

I have latest brackets version in windows & still it is showing indexing error.

This is my health report:

{
"uuid": "0abb69dc-40c0-405c-98fd-edcba8292da1",
"snapshotTime": 1449137690855,
"os": "win",
"userAgent": "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Brackets/1.5.0.0 Chrome/39.0.2171.36 Safari/537.36",
"osLanguage": "en-US",
"bracketsLanguage": "en-US",
"bracketsVersion": "1.5.0-16538",
"fileStats": {
"openedFileExt": {
"html": 18,
"json": 1
},
"workingSetFileExt": {
"html": 10
}
},
"searchDetails": {
"searchNew": 1,
"searchOnReturnKey": 1,
"searchInstant": 1
},
"e4b": {
"userAutoSignedIn": false
},
"projectLoadTimes": ":3182",
"fileOpenTimes": ":398:216:114(154)194[40]:130",
"ModuleDepsResolved": 4818,
"AppStartupTime": 16430,
"prefNodeSearchDisabled": false,
"prefInstantSearchDisabled": false,
"installedExtensions": [
{
"name": "seandavies.brackets-tabs",
"version": "1.0.0"
},
{
"name": "crot4lus.brackets-tabs",
"version": "0.1.2"
},
{
"name": "new-moon-themes",
"version": "1.0.0"
},
{
"name": "themesforbrackets",
"version": "2.0.13"
},
{
"name": "adobe.brackets.extract",
"version": "0.8.0-1749-release"
}
],
"bracketsTheme": "dark-theme"
}

@wklc2015
Copy link

hello, There are some npm install module in my project , so the error indexing files appear always, how do it? my project have more than 30000 files because the npm module files is too mush.

@abose
Copy link
Contributor

abose commented Jan 6, 2016

use extension brackets file tree exclude to exclude nodemodules for the project listing. That should remove all the files from brackets project and index.

@Vittly
Copy link
Author

Vittly commented Jan 10, 2016

I know about this extension. I want to use brackets for medium size project with thousands of files excluding npm-folder. I understand that indexing of large amount of files requires large amount of RAM and I have this RAM. One thing that I need is to tell brackets to use my RAM and let me work with 60 000+ files project

@piyush-avantsoft
Copy link

Its throwing same error & unexpectedly shut down the app.

@thehogfather
Copy link
Contributor

Started getting this error consistently in my project for the last week or so. This is despite installing the file-tree-exclude extensions. Indeed I have tried all three listed on the registry to no avail (including deleting brackets and all preferences/ application data). Health Report data included:

{
    "uuid": "13293805-712c-48f3-8169-cc6a275a53bb",
    "snapshotTime": 1453449631796,
    "os": "mac",
    "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Brackets/1.6.0 Chrome/39.0.2171.36 Safari/537.36",
    "osLanguage": "en",
    "bracketsLanguage": "en",
    "bracketsVersion": "1.6.0-16680",
    "projectLoadTimes": ":349",
    "fileOpenTimes": "",
    "ModuleDepsResolved": 877,
    "AppStartupTime": 2551,
    "prefNodeSearchDisabled": false,
    "prefInstantSearchDisabled": false,
    "installedExtensions": [
        {
            "name": "brackets-file-tree-exclude",
            "version": "1.0.4"
        },
        {
            "name": "camden.jshint",
            "version": "2.2.18"
        },
        {
            "name": "ws-sanitizer",
            "version": "1.2.1"
        }
    ],
    "bracketsTheme": "light-theme"
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@Vittly @thehogfather @piyush-avantsoft @abose @wklc2015 and others