• S sverchok
  • Информация о проекте
    • Информация о проекте
    • Активность
    • Метки
    • Участники
  • Репозиторий
    • Репозиторий
    • Файлы
    • Коммиты
    • Ветки
    • Теги
    • Участники
    • Диаграмма
    • Сравнение
  • Задачи 148
    • Задачи 148
    • Список
    • Доски
    • Спринты
  • Запросы на слияние 21
    • Запросы на слияние 21
  • CI/CD
    • CI/CD
    • Конвейеры
    • Задания
    • Расписания
  • Развертывания
    • Развертывания
    • Окружения
    • Релизы
  • Пакеты и реестры
    • Пакеты и реестры
    • Реестр пакетов
    • Реестр контейнеров
  • Мониторинг
    • Мониторинг
    • Инциденты
  • Аналитика
    • Аналитика
    • Поток ценности
    • CI/CD
    • Репозиторий
  • Wiki
    • Wiki
  • Сниппеты
    • Сниппеты
  • Активность
  • Диаграмма
  • Создать новую задачу
  • Задания
  • Коммиты
  • Доски с задачами
Свернуть панель
  • nikitronn
  • sverchok
  • Запросы на слияние
  • !3619

Add text split node

  • Ревью изменений

  • Скачать
  • Почтовые патчи
  • Простое отличие
Закрыто nikitronn запросил слияние split-text-node в master Окт 07, 2020
  • Обзор 11
  • Коммиты 1
  • Конвейеры 0
  • Изменения 2

Created by: Moult

Addressed problem description

In #3565 it was identified that text nesting was inconsistent, and that the Note node actually implicitly split text. As part of the proposal to standardise text nesting, I also suggested that for those who preferred the old behaviour of split text, a new split node would be added. As seen in #3618 (closed) - users need this split node :) so here it is!

Solution description

In the old Note node, if you typed 'foo bar', it would come out as [[['foo', 'bar']]]. Now it comes out as [['foo bar']]. If you then apply this new explicit split mode, it will split (by whitespace, but maybe we can add a configurable delimiter in the future?) into the original behaviour.

Preflight checklist

Put an x letter in each brackets when you're done this item:

  • Code changes complete.
  • Code documentation complete. (Not sure what to document, quite straightforward)
  • Documentation for users complete (Will add if people are happy with behaviour).
  • Manual testing done.
  • Unit-tests implemented. (What's the process for this?)
  • Ready for merge.
Ответственный
Назначить
Проверяющие
Запросить ревью
Оценка трудозатрат
Исходная ветка: split-text-node