- Posted by
- This is so frustrating! Now once I deleted everything but { and } from indent, UltraEdit doesn't handle this simple statement: if(condition) action(); Instead when I do ReIndent Selection UltraEdit does: if(condition) action(); I don't understand why UltraEdit can't have a normal auto-indent syst...Posted in Syntax Highlighting
-   Topics
-   Views
- mgorbach
Feb 23, 2006
- I tried setting ( and ) in the strings, but it doesn't quite do what I want. Here is the type of formatting I'm looking for. It's particularly important for long function calls, which happen often in things like MPI. It is done by some editors by default. MPI_Send(&gameboard[row][col], 1, MPI_INT, g...Posted in Syntax Highlighting
-   Topics
-   Views
- mgorbach
Feb 23, 2006
- This seems to have worked and now highlighting is almost exactly how I want it. I have one more request though. When I write code for my CS class it needs to fit an 80 column limit so its easy to print. Sometimes I need to split a long function declaration up. I want UltraEdit to indent the next lin...Posted in Syntax Highlighting
-   Topics
-   Views
- mgorbach
Feb 22, 2006
- I would like something like this too ... actually, what i want is something like the brilliant indenting in jedit where if you press enter on a line where there is an unclosed ( or {, it will understand that this is a continuation of the line before it and indent it MPI_Buffer_attach(malloc(sizeof(i...Posted in UEStudio General Discussion
-   Topics
-   Views
- mgorbach
Feb 22, 2006
- Hello, I am trying to move to UltraEdit from jedit (it's slow), and I'm having trouble getting indentation to work in a way that is like the default in most other editors. I want my c code to look like this: while(total_bytes < message_size) { if((received_bytes = recv(sockfd, message + tot...Posted in Syntax Highlighting
-   Topics
-   Views
- mgorbach
Feb 22, 2006