tmcdos

Results 50 comments of tmcdos

The problem remains even with the latest unstable build. Here are the files where the issue is observed. [pack.zip](https://github.com/cnpack/cnwizards/files/920182/pack.zip)

![editor_options - general](https://cloud.githubusercontent.com/assets/19253115/25086118/6d2f2a50-236e-11e7-93c0-fa6b804c1dd3.png) ![editor_options - source options](https://cloud.githubusercontent.com/assets/19253115/25086120/72681586-236e-11e7-8498-69017e3f9e46.png) ![editor_options - display](https://cloud.githubusercontent.com/assets/19253115/25086122/77c0f82c-236e-11e7-96c6-c6e60e4a77d0.png) ![editor_options - color](https://cloud.githubusercontent.com/assets/19253115/25086123/7c66da2c-236e-11e7-8fa9-5149887b4d47.png) ![editor_options - code insight](https://cloud.githubusercontent.com/assets/19253115/25086131/84fe3aea-236e-11e7-9ee1-95441f11cf26.png) ![editor_enhance - code_editor](https://cloud.githubusercontent.com/assets/19253115/25086138/8e4c7148-236e-11e7-9b5b-bc3df1c8abf2.png) ![editor_enhance - line_number](https://cloud.githubusercontent.com/assets/19253115/25086141/936a5816-236e-11e7-94d5-16c166ca2c44.png) ![editor_enhance - tabset](https://cloud.githubusercontent.com/assets/19253115/25086144/97af9db4-236e-11e7-8838-483741d847df.png) ![editor_enhance - other](https://cloud.githubusercontent.com/assets/19253115/25086146/9d1fe286-236e-11e7-9d69-88779dd3035a.png) ![code_formatter](https://cloud.githubusercontent.com/assets/19253115/25086150/a37eb288-236e-11e7-9cdc-42bcdec6552b.png)...

[PragmataPro_0.8_ttf.txt](https://github.com/cnpack/cnwizards/files/932201/PragmataPro_0.8_ttf.txt)

We could try 2 more things: 1) I can send you the full source code of the application - to eliminate the possibility for CodeInsight messing up 2) I can...

I have disabled the following IDE experts: - CodeRush 7.0.1 by Eagle Software - ModelMaker Code Explorer 5.1.0 - GExperts 1.32 - CodeSite MethodTracer 4.4 However, there are still several...

We can try this but if it is too much work for you - do not bother with it, I can live with this bug :)

Hm, actually `clone(parent, circular, depth, prototype, includeNonEnumerable)` exists both in `/src/backend/hook.js` and `/src/backend/clone.js` from the latest Vue-DevTools. I am not sure why it has not complained on my installation -...

This is strange - because if I remove **argInfo->Register = false;** from **InfoProcInfo::AddArg** then this field takes different non-zero values every time I load an executable and then save the...

Okay, I will be more precise then. If you look at function **TAnalyzeThread::FindPrototypes**, you will see the following piece of code ``` ARGINFO argInfo; p = pInfo->Args; int ss =...