T O P I C R E V I E W |
Zeblote |
Posted - Mar 25 2018 : 08:21:37 AM Files ending with generated.h shouldn't appear in the suggestion list since you don't ever want to include them in other files.
|
10 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - Jul 13 2018 : 3:27:02 PM case=115342 is addressed in build 2283. |
Zeblote |
Posted - May 21 2018 : 2:11:48 PM It'd probably also make sense to hide everything from a generated.h in Find Symbol |
sean |
Posted - May 21 2018 : 12:23:55 PM case=115342 was not addressed in 2270. It will be fixed in the next general release. |
Zeblote |
Posted - May 11 2018 : 4:23:09 PM I am still get include suggestions for generated headers in build 2270:
Worst part is they show up above the one I actually want. |
sean |
Posted - May 01 2018 : 4:47:07 PM case=115343 is implemented in build 2270 |
Zeblote |
Posted - Apr 18 2018 : 10:22:09 AM quote: Originally posted by sean
At GDC, we also heard from someone that they never want to see *.generated.h as an alt+g (goto) target for a symbol (aside perhaps from goto on an include directive on *.generated.h). Would you agree?
Yeah, this makes sense. There is nothing in generated.h you'd want to navigate to on purpose. |
sean |
Posted - Apr 03 2018 : 10:39:33 AM I don't think we want to prevent parsing of those files (which could possibly affect coloring of symbols?), but definitely have plans to optionally filter them from some views. I think at the same time, we'll address a similar issue with Qt moc_* files (unrelated to Unreal). |
robh |
Posted - Apr 03 2018 : 09:39:20 AM The generated header files all exist within the intermediate folder. Perhaps just allow users to ignore the whole folder for includes? |
sean |
Posted - Mar 26 2018 : 6:54:40 PM case=115342 for the #include completion listbox case=115343 for alt+g |
sean |
Posted - Mar 25 2018 : 11:13:15 AM At GDC, we also heard from someone that they never want to see *.generated.h as an alt+g (goto) target for a symbol (aside perhaps from goto on an include directive on *.generated.h). Would you agree? |