Pieter van Ginkel

Results 28 issues of Pieter van Ginkel

The `Ctrl+Shift+R` shortcut in eclipse allows you to find files. However, with Rust, a lot of files are named `mod.rs`. I'm not sure whether this is possible, but it would...

enhancement

**Describe the bug** Context menu item must be activated on mouse up, not on mouse down. **To Reproduce** Steps to reproduce the behavior: 1. Click View | Toggle Sidebar. 2....

File Management
UI / UX
trivial

**Describe the bug** Moving images should automatically add the appropriate extension. **To Reproduce** 1. Right click "Move Image to...". 2. Pick a folder. 3. Type in a name of the...

images / resouces

## Issue ### Context - **Gitlab plugin version**: 1.4.5 - **Gitlab version**: 8.14.0 - **Jenkins version**: 2.32.1 - **Job type**: Freestyle ### Logs & Traces > skipping resolution of commit...

bug

I got the following `NullReferenceException`: ``` Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object. at SuperSocket.ClientEngine.AsyncTcpSession.Sending_Completed(Object sender, SocketAsyncEventArgs e) at SuperSocket.ClientEngine.AsyncTcpSession.SendInternal(PosList`1 items) at System.Net.Sockets.SocketAsyncEventArgs.OnCompleted(SocketAsyncEventArgs e)...

**Input:** See output. **Output:** ```cs var v = $""" abcde abcde abcde abcde abcde {string.Join( ", ", new[] { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11,...

area:formatting
priority:medium

I'd like to be able to use the model filter option to filter on the contents of notes. I'd expect the model to show all views containing notes with the...

Deleted the copy constructor and the copy operator because it's not supported. The default copy constructor and operator give you a copy, but when one of them is deleted, that...

### Feature description There's an "Open working directory file with..." option in the File tree. That works great for non-executable files. However, it doesn't allow me to run executable files....

type: feature request