Skip to content

FindReplaceOverlay/FindReplaceDialog: correcting regexp does not work #2657

@jukzi

Description

@jukzi

#2655 (comment)

having a java:

package a;

public class A {
public static void main(String[] args) {
	
}
public static void main2(String[] args) {
	
}
public static void main3(String[] args) {
	
}
}
  1. open search overlay
  2. enable regexp
  3. enter "main"
  4. press Search forward button
  5. enter "main\n" in Replace Dialog
  6. press Replace button -> does not work because of wrong line break (unituitive)
  7. enter "main\r\n" in Replace Dialog
  8. press Replace button -> still does not work WHY?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions