Uight

Results 50 comments of Uight

There is no problem with it as i described above it would just be a usability improvment as i needed to swap command around 400 times between //setbiome and //expand...

I just did a quick check if you could add general multi line support for the parser (in this case firstly the val parser) without completly changing it up and...

so i looked into this further specially in the part that VAL_ 134 TEST_BuckleSwitch 0 "Buckled " 1 " Unbuckle " 2 "Not Used" 3 "Not Used Default value: 0x0";...

@Adhara3 i would think that vector mostly scans for the keywords. A bit like what i tried with the comment from 2 weeks ago but not line based but char...

@Adhara3 and @Whitehouse112 this is a 13 year old code lying around in one of our old testsoftwares in my company. I adjusted it for .net and to read the...

@Adhara3 i would still consider doing some improvments to the code for this. I did some stuff in: https://github.com/Uight/DbcParser/tree/TestBranchMultiLineSupport In this case i moved the m_obersver.CurrentLine++ logic to the Nextline...

@Adhara3 i believe i could make it work as a general solution. At least i like a challenge ;) https://github.com/Uight/DbcParser/tree/TestBranchMultiLineSupport i did some stuff in this test branch moving multiline...

@Adhara3 its all fine for me. You dont have to review changes right away i would also not have a problem having to merge my stuff a few times. My...

@Adhara3 i was wanting to use ReplacelineEndings() but i cant as its .not available in .net standard and .net462. but i would handle pretty much all according ro the remarks:...

Got the multiline parser running with the method read to nextDefinition. (WIP) Some stuff is unclear atm: Is it valid for the a comment to have a line ending on...