Skip to content
#

eclipse

Here are 1,525 public repositories matching this topic...

sbordet
sbordet commented Jan 17, 2020

Jetty version
9.4.26

Description
Would be great to have the thread pool behavior documented so that configurations with too few threads, or custom thread pools, or bounded queues that cause Jetty to misbehave are outlined and therefore avoided by users.

Include how ThreadPoolBudget works and how various components could steal threads from the pool.

abhineet255
abhineet255 commented Jan 1, 2020

My topics tend to be verbose which makes the topics very wide. The map is highly unreadable. There should be a property on the document/map to specify maximum width of each topic. Text longer than the width should automatically wrap.

I can still edit each topic to reduce its width, but it is highly unproductive to do that for each topic individually.

This feature request was raised years ago

littleCdev
littleCdev commented Oct 3, 2019

Hallo,

mir ist aufgefallen dass seit in dem Zeitraum nach dem 20.9 nicht mehr möglich war eine URL mit einer Portangabe zu verwenden, der Port wird entfernt.

Fehlerprotokoll:

Thu Oct 03 12:32:18 CEST 2019
http://l0calhost.org:3000/tables/comdirect/notationid/215572438/isin/LU1681045370
http://l0calhost.org/tables/comdirect/notationid/215572438/isin/LU1681045370 --> 404

Gruß

bug
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().

ilg-ul
ilg-ul commented Nov 6, 2019

While updating the CMSIS Packs, the console displays some paths with POSIX syntax, and some with Windows syntax.

An initial check showed that the code correctly uses getCanonicalPath() which should generate the POSIX path, but, for unknown reasons, sometimes this does not work.

aleroot
aleroot commented Apr 16, 2018

I have inside a html file a line like this one :
<ng-md-icon icon="{{iconaWorse}}" style="fill: {{coloreWorse}};" size="40"></ng-md-icon> <br />

and Eclipse is marking the line as an error, saying:

Unknown directive parameter for directive ng-md-icon

and all 3 parameters : icon, style and size are marked with red dotted undelying .

Is there anyway to workaround the error marker?

UlrichScholz
UlrichScholz commented Oct 30, 2019

Code minings are added to the editor content as they are available, creating new, unnumbered lines. These new line move the visible content, so causing distraction.

Improvement: always add placeholder/dummy entries for code minings that are not yet avaialble. When they are, replace them by the actual minining. This way, no new lines have to be created afterwards

Lorenzo-Thomas
Lorenzo-Thomas commented Feb 12, 2019

When selecting "Syntax Coloring" from within Eclipse => Preferences => AWS Toolkit => CloudFormation Template Editor I receive the following error (see attached screenshot):

  • Unable to create the selected preference page. org/eclipse/jdt/internal/ui/javaeditor/JavaSourceViewer

![aws-toolkit - cloudformation - syntaxcoloring](https://user-images.githubusercontent.com/45856758/526635

Improve this page

Add a description, image, and links to the eclipse 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 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.