ViktorErmakov / ViktorErmakov/Conversion-3-Plus
Пустая строка после каждой строки
Nobody has claimed this yet.
- Dominant language
- 1C Enterprise
- Stars
- 96
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Обработчики, отредактированные с подсветкой кода выгружаются с проблемами:
После каждой строки вставляется дополнительная пустая строка.
В обработчике пишем:
ОперандА = 1;
ОперандБ = 2;
ОберандВ = 3;
В выгрузке получится:
ОперандА = 1;
ОперандБ = 2;
ОберандВ = 3;
Похожая проблема: https://forum.infostart.ru/forum15/topic228371/
Конвертация данных, редакция 3.1 (3.1.1.6)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the export from a handler edited with code highlighting, using the three-line 1C example in the issue and the stated Conversion 3.1.1.6 context. Compare the edited handler with its exported form; done means the export preserves the original line spacing without inserting blank lines.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100