mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
enable wraping on build console
This commit is contained in:
parent
3c381cd8bc
commit
6d0e75f1d0
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2004-04-20 David Inglis
|
||||||
|
|
||||||
|
Enable wraping for build console
|
||||||
|
|
||||||
|
* src/org/eclipse/cdt/internal/ui/buildconsole/BuildConsoleViewer.java
|
||||||
|
|
||||||
2004-04-19 Bogdan Gheorghe
|
2004-04-19 Bogdan Gheorghe
|
||||||
Fix for 58477 - Search UI does not work
|
Fix for 58477 - Search UI does not work
|
||||||
Fix for 59077 - Selection Search does not work
|
Fix for 59077 - Selection Search does not work
|
||||||
|
|
|
@ -85,6 +85,7 @@ public class BuildConsoleViewer extends TextViewer implements LineStyleListener
|
||||||
getTextWidget().setFont(parent.getFont());
|
getTextWidget().setFont(parent.getFont());
|
||||||
getTextWidget().addLineStyleListener(this);
|
getTextWidget().addLineStyleListener(this);
|
||||||
getTextWidget().setEditable(false);
|
getTextWidget().setEditable(false);
|
||||||
|
getTextWidget().setWordWrap(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue