Tools-Editor Options Use Display tab to edit font Use Syntax tab to edit background, foreground, and text colors. Apr 27, 2015 Dev-C will automatically configure a 32bit and a 64bit compiler profile for you, and will select the 32bit profile if your computer does not support 64bit.
Dev C++ Change Style
For X DevAPI and X DevAPI for C applications, Connector/C++ now supports the ability to send connection attributes (key-value pairs that application programs can pass to the server at connect time). Connector/C++ defines a default set of attributes, which can be disabled or enabled. In addition, applications can specify attributes to be passed in addition to the default attributes. The default behavior is to send the default attribute set.

For X DevAPI applications, specify connection attributes as a
connection-attributesparameter in a connection string, or by using aSessionOption::CONNECTION_ATTRIBUTESoption for theSessionSettingsconstructor.The
connection-attributesparameter value must be empty (the same as specifyingtrue), aBooleanvalue (trueorfalseto enable or disable the default attribute set), or a list or zero or morekey=valuespecifiers separated by commas (to be sent in addition to the default attribute set). Within a list, a missing key value evaluates as an empty string. Examples:The
SessionOption::CONNECTION_ATTRIBUTESoption value must be aBooleanvalue (trueorfalseto enable or disable the default attribute set), or aDbDocorJSONstring (to be sent in addition to the default attribute set). Examples:For X DevAPI for C applications, specify connection attributes using the
OPT_CONNECTION_ATTRIBUTES()macro for themysqlx_session_option_set()function. The option value must be null (to disable the default attribute set) or aJSONstring (to be sent in addition to the default attribute set). Examples:
Application-defined attribute names cannot begin with _ because such names are reserved for internal attributes.
If connection attributes are not specified in a valid way, an error occurs and the connection attempt fails.
For general information about connection attributes, see Performance Schema Connection Attribute Tables.
I searched a lot but there seems to be no way to have additional color schemes in Dev C++. The existing ones are way too bland. Also, I am no good at colors, yet, it feels as if I don't have the control to choose enough colors in the Editor Options. Is there a workaround? Can anyone port '>this?
Certainly some may say this is a lot of fuss over nothing. But, I believe its really important.
Dev C++ Change Background Color
- 4 Contributors
- forum 10 Replies
- 2,784 Views
- 7 Years Discussion Span
- commentLatest Postby Gabriel_8Latest Post

DigitalPackrat

No one has an answer? Or is it that Dev C++ does not have such features. Tell me about a good editor (if not an IDE) which is good features and additional color scheme adding capability.



