reformat Questions

4

I am using macOS Mojave 10.14.6. I am trying to re-format my USB to FAT. I am getting this error MBRFormat does not appear to be a valid volume name for its file system. What does it mean and how t...
Indisposed asked 17/4, 2020 at 7:47

16

Is it possible in Intellij IDEA after typing ; or at any event formatting of this string happens automatically? For instance, to: a+b=10; after: a + b = 10; Or only possible option: Code > Ref...
Traject asked 26/7, 2013 at 10:51

4

Solved

I'm new to Java/Groovy development and I have a simple string that I would like to reformat, however I get an 'Unparseable date' error when I attempt to run the following: import java.text.SimpleD...
Imphal asked 17/1, 2013 at 16:18

5

Solved

Is it possible to remove trailing whitespace automatically on save in IntelliJ IDEA? I know there are some workarounds, for example, using git to trim the whitespace on commit. Maybe this question...
Valina asked 19/12, 2013 at 10:56

16

Solved

I've got some poorly-formatted HTML code that I'd like to reformat. Is there a command that will automatically reformat HTML code in Sublime Text 2 so it looks better and is easier to read?
Planetarium asked 12/1, 2012 at 17:49

13

Solved

I have this dataset in a csv file 1.33570301776, 3.61194e-06, 7.24503e-06, -9.91572e-06, 1.25098e-05, 0.0102828, 0.010352, 0.0102677, 0.0103789, 0.00161604, 0.00167978, 0.00159998, 0.00182596, 0.0...
Zeus asked 4/8, 2009 at 20:56

2

Solved

When reformatting a file, phpstorm replaces empty lines with whitespace to just empty lines, e.g. ^[tab][tab]$ to ^$. How do I disable this?
Barri asked 3/6, 2014 at 11:2

2

Solved

I'm trying to create a simple NSTextView-based window for simple WYSIWYG editing. However, I only want to allow certain types of formatting (e.g. Bold, Italic, Underline and a single heading type b...
Winslow asked 20/11, 2011 at 1:31

1

Solved

I have this code: private int a; private int b; private int c; But when I reformat it with IntelliJ, it changes to this: private int a; private int b; private int c; How would I allow it to...
Cammie asked 23/1, 2013 at 10:13

3

In Eclipse PDT, Ctrl-Shift-F reformats code. However, it doesn't modify comments at all. Is there some way to reformat ragged multi-line comments to 80 characters per line (or whatever)? i.e. conv...
Fulgurite asked 25/9, 2008 at 10:27

1

Solved

I love the "Reformat code..." (Ctrl+Alt+L) function of IntelliJ IDEA. Now I have a lot of XML files to look through. What I am doing now is, I open a xml file, select all, copy and paste into a xm...
Karikaria asked 27/4, 2011 at 14:44

24

Solved

How would one go about proving to management that a batch reformat of all .java files in a large code base (to place the code in compliance with the company's coding standards) is safe and will not...
Fulbert asked 10/3, 2010 at 20:5

7

I have an image on a polar grid. This image should be transformed into a cartesian grid, but the only algorithm I know of is really slow for this. Now I use the cartesian grid, for each point I fin...
Spillage asked 17/8, 2009 at 18:36
1

© 2022 - 2024 — McMap. All rights reserved.