-
01 AAA.
02 A PIC 999 OCCURS 100 TIMES.
Offset of occurance 100 should be 298
## System information
- OpenCobolIDE: 4.6.4
- GnuCOBOL: GNU Cobol 1.1.0
- Python: 3.4.3 (32bits)
- Qt: 5.4.1
- Py…
-
To reproduce the issue:
- open a source file which is read only
- change something --> The file tab gets a changed marker '*'
- click "Save File" --> Nothing happens, file is unchanged, no error messa…
-
There's no content with current 4.7 preview 2 with some files.
## System information
- OpenCobolIDE: 4.7.dev37
- GnuCOBOL: GNU Cobol 1.1.0
- Python: 3.4.3 (32bits)
- Qt: 5.5.0
- PyQt: 5.5
- pyqode.cor…
-
## Steps to reproduce
I've just opened a file which containes german umlauts, stored as plain ANSI...
## Traceback
```
File "d:\documents\pyqode.core\pyqode\core\api\client.py", line 278, in _on_p…
-
The only option is to abort the compilation.
As the preferences had a relative path as output directory and other compilations did work this was a little bit confusing first.
After realizing that t…
-
Works fine if done in command line...
Verbose log:
```
INFO::open_cobol_ide::version: 4.7.dev58
INFO::open_cobol_ide::sys.stdout.encoding: cp1252
INFO::open_cobol_ide::sys.getfilesystemencoding: mbc…
-
According to #161 a restart is not necessary.
I did not checked if there are other references to a required restart - the one I've seen is found in compiler settings.
-
When typing two-byte characters (e.g. Chinese Word, zh_TW) in a line, the number of current column at the bottom right corner is incorrect.
for example:
01 AA PIC X(06) VALUE "中文字".
The number in …
-
Test new bug report tool
## System information
- Operating System: Linux ( )
- OpenCobolIDE: 4.7.dev66
- GnuCOBOL: cobc (GNU Cobol) 2.0.0
- Python: 3.5.1 (64bits)
- Qt: 5.5.1
- PyQt: 5.5.1
- pyqode.c…
-
I'm unsure where this problem comes from:
Given the standard installation and a batch file cobc.bat with the following content:
``` cmd
cobc %*
```
I see the background task working fine (errors li…