Open core-ai-bot opened 3 years ago
Comment by chrismatheson Thursday Jun 19, 2014 at 14:59 GMT
node deps
"devDependencies": {
"azure": "^0.8.1",
"bower": "~1.2.8",
"event-stream": "~3.1.0",
"gulp": "^3.5.6",
"gulp-angular-templatecache": "~1.1.0",
"gulp-concat": "~2.2.0",
"gulp-filter": "~0.4.0",
"gulp-html-replace": "~0.2.0",
"gulp-jsdoc": "~0.1.0",
"gulp-jshint": "~1.5.0",
"gulp-karma": "0.0.4",
"gulp-less": "~1.2.1",
"gulp-recess": "~0.2.0",
"gulp-rename": "~1.1.0",
"gulp-uglifyjs": "^0.2.0",
"gulp-util": "~2.2.14",
"ink-docstrap": "~0.3.0-0",
"jasmine-reporters": "^0.4.0",
"karma": "0.12.1",
"karma-chrome-launcher": "^0.1.3",
"karma-jasmine": "~0.2.0",
"karma-ng-html2js-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.2",
"karma-teamcity-reporter": "vvzz/karma-teamcity-reporter",
"lodash": "^2.4.1",
"mime": "^1.2.11",
"protractor": "^0.24.1"
}
Comment by chrismatheson Thursday Jun 19, 2014 at 14:59 GMT
Bower deps
"dependencies": {
"gmap3": "5.1.1",
"momentjs": "2.0.0",
"node-uuid": "~1.4.1",
"lodash": "~2.4.0",
"angular": "1.2.16",
"angular-route": "~1.2.16",
"angular-mocks": "~1.2.16",
"ngMediaFilter": "~0.1.0",
"angular-bootstrap": "git@github.com:benaghaeipour/bootstrap-bower.git#0.10.1",
"angular-animate": "~1.2.16",
"bootstrap": "~3.0.3",
"jquery": "~1.9.1",
"component-lib": "git@github.com:iVendi/component-lib.git#0.1.8",
"iv-utils": "~0.0.6",
"n3-charts.line-chart": "git@github.com:benaghaeipour/line-chart.git#master",
"angular-mediator": "~0.0.2",
"ngInfiniteScroll": "1.1.1",
"html5-history-api": "~4.1.0"
},
"devDependencies": {
"angular-mocks": "~1.2.16"
},
Comment by redmunds Thursday Jun 19, 2014 at 15:31 GMT
More info:@
chrismatheson said that excluding node and bower modules solved the problem, so he provided list so maybe we can isolate problem.
Another piece of info -- event the file count in exclusion dialog never completes.
Comment by peterflynn Monday Jul 07, 2014 at 19:44 GMT
This looks like a duplicate of #6962, but that should only occur when there are > 30,000 files + folders in the project. @
chrismatheson are you sure there are only 15k files in your project, if you include all your node_modules
folders, Bower dependencies, build output, etc.? Are there any symlinks in your project tree? (Brackets will follow symlinks, so all those files will be included in the count too).
Comment by chrismatheson Tuesday Jul 08, 2014 at 07:58 GMT
i removed a few extensions and seem to have search back now (all be it a little slow) is there a chance a third party plugin was increasing the overhead of searching and causing problems?
id love to give a list of the plugins i removed but i had quite a few and went on a bit of rampage so ive forgoten :frowning: sorry
Comment by chrismatheson Tuesday Jul 08, 2014 at 08:05 GMT
@
peterflynn to answer your question, there are definitely symlinks in my project to other libs (npm link) & (bower link) and also there is a .vagrant .git which im not sure if they have large tree's below them.
as@
redmunds mentioned, after removing node_modules and bower_modules completely from the project the search returned. i then re-installed node_modules and search worked, then installed bower_components also and it failed, same visa- versa. so this could be just a case of a "hidden" file count that is 30k+
recap for clarity
project setup | working search |
---|---|
extensions + src | :+1: |
extensions + src + bower_components | :+1: |
extensions + src + node_modules | :+1: |
extensions + src + node_modules + bower_components | :-1: |
src + node_modules + bower_components | :+1: |
Comment by peterflynn Tuesday Jul 22, 2014 at 23:26 GMT
Hmm, it sure sounds like a dupe of #6962 then, except for the part about uninstalling extensions helping. But was that a red herring? From the part where you say "then installed bower_components also and it failed", it sounds like the problem came back even after you'd uninstalled some of your extensions...
Issue by chrismatheson Thursday Jun 19, 2014 at 14:50 GMT Originally opened as https://github.com/adobe/brackets/issues/8188
I have what i imagine to be a reasonably large & complex project.
i can't use searching or quick open in my project, however this is a reasonably new development.
i can open each sub directory in turn as its own project and finding seems to be working fine in isolation.
ill try and dump as much info as possible now so thanks for reading & please let me know if i can do anything else to help
aprox 15k files in my project
Build 40, OSX 10.9