Skip to content
#

eclipse-plugin

Here are 414 public repositories matching this topic...

eric-milles
eric-milles commented Feb 18, 2019

Consider the following:

void meth(Closure closure) {
  closure.|
}

When invoking content assist (Ctrl+Space) at |, the methods and properties of groovy.lang.Closure are very low in the list of proposals. This is due to very-well-known type adjustments made within org.codehaus.groovy.eclipse.codeassist.proposals.AbstractGroovyProposal.getRelevanceClass().

v8-code-style
DmitryShvaika
DmitryShvaika commented Sep 23, 2021

Проверка Отсутствует обязательная проверка признака ОбменДанными.Загрузка в обработчике события "ПередЗаписью" (аналогично и другие события "ПриЗаписи", и т.п....) работает не всегда корректно.

Следующий код Перед записью будет признан ошибочным:

Процедура ПередЗаписью()
	
	Если Не ОбменДанными.Загрузка Тогда
		ОбработчикПередЗаписью();
	КонецЕсли;
	
КонецПроцедуры
enhancement good first issue bsl standards
EasyShell

EasyShell - This Eclipse plugin allows to open a shell window or file manager from the popup menu in the navigation tree or editor view. Additionally it is possible to run selected file in the shell, copy file or directory path or run user defined external tools. Key shortcuts and multiple selections are also supported!

  • Updated Apr 1, 2022
  • Java

Improve this page

Add a description, image, and links to the eclipse-plugin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the eclipse-plugin topic, visit your repo's landing page and select "manage topics."

Learn more