Paul McGee

Results 40 comments of Paul McGee

Hi. What code caused the bug report?

Can anyone provide example file/s and brief instructions to recreate the problem please?

for ( auto i = it; it != m.end(); i++ ) //

```c++ #include #include using namespace std; int main() { map m { { 1, "Mahak"} , { 2, "Ravindra"} , { 3, "Sunita"} }; m.insert({ 4, "Chittoda" }); cout

This loads and compiles for me in 6.2 and 6.3. [Edit ... when using File -> Open] It did error in 6.2 selecting it from "Recent files" ![file open 6...

It will File->Open as 'ANSI' encoding, but cause issues and terminate when other files are opened. If you load it and save it as 'UTF-8' there seems to be no...

Can you post an example file giving the error?

Related to #185 and others. Short term solution is probably encode as UTF-8. Can you see if it works for you in that case, please?

(Not unexpectedly, if there are several files loaded, moving between them also corrects the filename displayed.)

Is the last line here correct? ![image](https://user-images.githubusercontent.com/11953157/134419196-3b3390f3-5abe-4776-831a-7c098117f1ec.png)