2
votes
3answers
171 views
Is there an automatic source code formatter that nicely wraps lines of C/C++?
I use astyle to format my code most of the time, and I love it, but one annoyance is that it can't specify at least a "hint" for max line length. If you have a line of code like:
…
0
votes
1answer
21 views
ASP.NET GridView: How to Control the Format of a Column in Edit Mode?
Given the following GridView:
<asp:GridView runat="server" ID="GridMenuItemAttributes" DataKeyNames="MenuItemAttributeID" AutoGenerateColumns="false"
OnRowCommand="Gri …
0
votes
0answers
13 views
How to Turn off auto-formatting when surrounding by #region (VS2008)
I dont like the way VS formats the code so, I've unchecked all 3 options in Text Editor / C# / Formatting.
I've also checked 'Ignore spaces in declaration statements'.
In most cas …
0
votes
1answer
16 views
PHPMailer AddAddress()
ok, i don't know how the data should be formatted for AddAddress PHPMailer function; i need the email to be sent to multiple recipients so i tried
$to = "me@domain.com,you@domain …
2
votes
2answers
42 views
Django ajax formatting convention
What's the correct way to do an ajax request, I've seen people using a returning render_to_string so that they can do all their formatting within python using the template language …
0
votes
0answers
7 views
Inserting special character in Redmine wiki page
Hi everyone!
I'm using redmine and I'm trying to insert the special character "|" inside a table in a redmine wiki page. I don't want this character to be parsed as a column separ …
0
votes
1answer
21 views
WPF/XAML: how to make all text upper case / capital?
hi, here's my problem:
I want all texts in TextBlock, Label, MenuItem.Header to be displayed in upper case.
The strings are taken from a ResourceDictionary e.g.:
<TextBlock …
1
vote
2answers
40 views
Format the output of qDebug for QMaps
Hi,
i am currently in the process of maintaining a legacy app. This has quite a few structures like:
QMap<QString, QMap<QString, QMap<QString, QMap<QString, QVariant …
0
votes
1answer
199 views
Export Gridview to Excel with rows formatted as text
I have read serveral tutorials online and seem to be missing something. I am trying to have the leading 0's show up in columns by setting the format to text.
Any suggestions woul …
0
votes
2answers
67 views
Convert Seconds Integer To HH:MM, iPhone
Hi there,
I am struggling with this. I have a value in seconds that I want to display in a label in HH:MM format. I have searched the internet for ages and found some answers, but …
0
votes
0answers
1 views
Formatting data entry form question with absolute positioning and tabcontainer
Hello,
Working in VS2005 and recently experimenting with MS Expression Web 3 and WebDwarf.
I'm trying to get away from using tables to format data entry as well as find an edit t …
11
votes
3answers
2k views
C#: File-size format provider
Is there any easy way to create a class that uses IFormatProvider that writes out a user-friendly file-size?
public static string GetFileSizeString(string filePath)
{
FileInfo …
0
votes
2answers
94 views
New Line Haskell
Hey. For a tutorial this week, one of the questions asks to create a function formatLines by using other functions formatLine and formatList, to format a list of lines.
My code lo …
0
votes
2answers
50 views
What’s the most straightforward way to typeset MLA-style college essays in LaTeX?
I've been using LaTeX for a little while now to typeset my algorithms homework, and I really like the quality of the output as well as the ease-of-use. I'd like to starting using L …
1
vote
2answers
47 views
Formatting comments in LaTeX’s algorithmic environment
I want to typeset an algorithm in LaTeX. I'm using the algorithmic package and environment to do so. Everything is working great except when I add comments (using \COMMENT), they a …
