Commit Graph

3489 Commits

Author SHA1 Message Date
paul
285687c543 synedit: dont highlight a line when highlight has not colors set
git-svn-id: trunk@17545 -
2008-11-23 13:06:01 +00:00
martin
f5681d643f SynEdit: Gutter clean-up
git-svn-id: trunk@17542 -
2008-11-23 12:02:29 +00:00
martin
7116862ffb SynEdit: Folded Scrolling, did still (again) hang/stop when folds reached topline => IF"N"DEF instead of IFDEF (bug #12694)
git-svn-id: trunk@17540 -
2008-11-23 11:18:19 +00:00
paul
70010dafbb synedit: cleanup hint
git-svn-id: trunk@17539 -
2008-11-23 10:27:10 +00:00
martin
62a3b51538 SynEdit: refactor the Gutter code, moved drawing code into separate classes
git-svn-id: trunk@17533 -
2008-11-23 01:28:48 +00:00
martin
c34259d476 SynEdit: refactor the Gutter code, moved drawing code into separate classes
git-svn-id: trunk@17532 -
2008-11-23 01:02:44 +00:00
darius
648e302cbe added option to show/hide gridlines to demo
used in relation to bugreport: http://bugs.freepascal.org/view.php?id=12171

git-svn-id: trunk@17528 -
2008-11-22 19:19:10 +00:00
paul
6c27b28a2d synedit: add a special color for current line highlighting, reorder markups to make more priority of brackets highlight
git-svn-id: trunk@17523 -
2008-11-22 17:44:11 +00:00
paul
77626ad67a synedit: format code a bit before actual changes
git-svn-id: trunk@17520 -
2008-11-22 16:05:59 +00:00
mattias
26cb90f023 renamed plotpanel to plotfunction
git-svn-id: trunk@17519 -
2008-11-22 15:55:23 +00:00
mattias
c335bc492b renamed plotpanel to plotfunction
git-svn-id: trunk@17518 -
2008-11-22 15:54:06 +00:00
mattias
8ec3ed91c2 renamed plotpanel to plotfunction
git-svn-id: trunk@17517 -
2008-11-22 15:50:16 +00:00
mattias
4b98f56f55 added lazplotpanel from Michael Van Canneyt
git-svn-id: trunk@17516 -
2008-11-22 15:46:08 +00:00
martin
ff1eb35eb3 SynEdit: Clean-up
git-svn-id: trunk@17515 -
2008-11-22 14:56:15 +00:00
martin
ff7e434cf4 SynEdit: Avoid crash with corrupt font-data. (Bug #12563). This is a fix for the crash, rendering of a none-renderable font is a welcome side-effect.
git-svn-id: trunk@17513 -
2008-11-22 13:41:02 +00:00
martin
7dfb9415a6 SynEdit: Redo would misplace the cursor if a block was deleted. Bug #12686
git-svn-id: trunk@17512 -
2008-11-22 13:18:32 +00:00
darius
00cff777f4 implemented "SVN revert" in SVNStatusForm
git-svn-id: trunk@17510 -
2008-11-22 11:25:15 +00:00
darius
0d6bfec764 TChartSeries.AddXY inserts new point into a sorted list, which have O(N^2) computational cost.
This speeds up adding really long series.

Patch from Alexander Klenin
http://bugs.freepascal.org/view.php?id=12642

git-svn-id: trunk@17504 -
2008-11-22 09:44:29 +00:00
martin
dde340bbfa SynEdit, Folding: More fixes against unwanted expansion of folds, due to edit the line above (undo/redo) Bug #12664
git-svn-id: trunk@17501 -
2008-11-21 23:10:53 +00:00
mattias
de7237e64a IDE+codetools: parameter hints now work for variables and properties of type procedure
git-svn-id: trunk@17492 -
2008-11-21 12:41:45 +00:00
mattias
56e2cac332 printers: fix for enum printers from zeljko
git-svn-id: trunk@17490 -
2008-11-21 10:43:47 +00:00
paul
8d66876f6a components: fix TIPLazHtmlControl.GetPreferredControlSize
git-svn-id: trunk@17489 -
2008-11-21 09:03:24 +00:00
paul
25daa2e783 ide: minor improvements in showing help in the info box
git-svn-id: trunk@17488 -
2008-11-21 08:18:39 +00:00
paul
c9435b41c0 components: commit forgotten files
git-svn-id: trunk@17487 -
2008-11-21 07:08:31 +00:00
paul
930619b482 components: build turbopower ipro design time package by default
ide: 
  - link turbopower ipro design time package if *UseTurbopowerInHelp* define is enabled in the ide.inc file (disabled by default)
  - postpone creation of html provider for OI info box

git-svn-id: trunk@17486 -
2008-11-21 06:48:28 +00:00
martin
e16640015b SynEdit, fix unfolding block at EOF while AlwaysVisibleCaret (Bug #12679 / regression since rev 17480 #c9449c08e6)
git-svn-id: trunk@17482 -
2008-11-20 23:34:01 +00:00
martin
c9449c08e6 SynEdit: Folding, some lines would unfold unexpectedly (If Line before fold was removed / or if fold at last line.) Bug #12664
git-svn-id: trunk@17480 -
2008-11-20 22:04:48 +00:00
mattias
700eeb710e codetools: identifier completion: listing nested procedures
git-svn-id: trunk@17474 -
2008-11-20 14:49:13 +00:00
mattias
3369610e5f IDE: fixed incldue path for ide directory
git-svn-id: trunk@17467 -
2008-11-20 08:18:04 +00:00
paul
6c2ac82789 synedit: add special colors to draw line numbers on gutter to emulate delphi look (if needed)
git-svn-id: trunk@17464 -
2008-11-20 07:47:18 +00:00
paul
4a42c817e5 synedit: show '-' instead of '.' on every 5-th line
git-svn-id: trunk@17463 -
2008-11-20 04:00:18 +00:00
paul
a6dd44f926 synedit: formatting
git-svn-id: trunk@17461 -
2008-11-20 03:34:33 +00:00
mattias
9c30beac94 IDE: fixed SrcPath for laz directory ide/frames
git-svn-id: trunk@17448 -
2008-11-19 16:21:29 +00:00
laurent
c57891fc93 Lazreport: New images for designer interface
git-svn-id: trunk@17422 -
2008-11-18 12:36:19 +00:00
martin
34347f789c SynEdit: Fixing many issues with trailing spaces. Includes bug #12383 "Smart tab un-indent", 12487 "ctrl-t at end of trailing spaces", "special char display of trailing spaces", vertical scrollbar for (many) trailing spaces.
git-svn-id: trunk@17416 -
2008-11-18 00:12:19 +00:00
martin
57a9745795 SynEdit: Prepare patch for bug #12383, #12487: Problems with trim trailing spaces
git-svn-id: trunk@17413 -
2008-11-17 22:25:29 +00:00
martin
ca74c2d72b Synedit: Refactor, move Caret to it's own class. (Just the first step) (added uses clause)
git-svn-id: trunk@17412 -
2008-11-17 22:23:36 +00:00
martin
7d42cea472 Synedit: Refactor, move Caret to it's own class. (Just the first step)
git-svn-id: trunk@17411 -
2008-11-17 22:13:29 +00:00
martin
0a4ca8c8bf SynEdit: Backspace would not work with real Tabs at the end of line (last 2 char positions of line)
git-svn-id: trunk@17409 -
2008-11-17 00:28:47 +00:00
andrew
28e1d0e3e3 Removed attempted sorting of search results since the gtk2 listview mixed up the items
git-svn-id: trunk@17406 -
2008-11-16 13:56:04 +00:00
andrew
da4caf47b9 * Added search tab to lhelp
* searching chms is possible with trunk fpc

git-svn-id: trunk@17404 -
2008-11-16 06:02:15 +00:00
martin
a024e783ba SynEdit: Appending to End of line (while TrimTrailingSpaces is off) would add an extra space
git-svn-id: trunk@17402 -
2008-11-16 01:26:56 +00:00
martin
bd34666528 SynEdit: clean up (impossible IFDEF)
git-svn-id: trunk@17401 -
2008-11-15 20:19:39 +00:00
darius
897938b8e4 Patch by Alexander Klenin
- Extract duplicated code into TAGraph.LineInViewPort function.
- Heavily rearrange code inside TSerie.Draw and TAreaSeries.Draw procedures to enchance readability, remove code duplication and get rid of 'goto' statement.
- Fix a bug in TAreaSeries.Draw: areas higher then current viewport were not drawn.
- Use ACanvas parameter instead of ParentChart.Canvas in Draw procedures.
- Remove unused variables in TAGraph unit.

Fixes: http://bugs.freepascal.org/view.php?id=12618

git-svn-id: trunk@17399 -
2008-11-15 16:07:01 +00:00
paul
acf0fa16a8 components: reduce hints in tachart package
git-svn-id: trunk@17378 -
2008-11-14 02:10:29 +00:00
vincents
0e7efda9d0 synedit: fixed typo, hint from Martin Friebe
git-svn-id: trunk@17377 -
2008-11-13 18:51:48 +00:00
vincents
34b6f45af2 synedit: fised implementation of GetStyleIndex, hint from Martin Friebe (issue #12620)
git-svn-id: trunk@17376 -
2008-11-13 18:41:53 +00:00
mattias
aa6e9e64dd synedit: fixed ignoring first key of a 2-key-combo, IDE: source editor: handling setmarker0..9
git-svn-id: trunk@17369 -
2008-11-13 13:00:09 +00:00
martin
e5e3ed2742 Some SynHighlighter were breaking UTF8 (Bug #12517) original Patch by Eugen Bolz, slightly improved
git-svn-id: trunk@17358 -
2008-11-12 23:43:25 +00:00
vincents
41c5828aab laz svn package: fixed memleaks in svn log form
git-svn-id: trunk@17354 -
2008-11-12 12:15:45 +00:00
darius
12dbeac781 Consistent indenting, whitespaces and upper/lower case.
Removed a few unnecessary comments and begin/end blocks.

By Alexander Klenin 
http://bugs.freepascal.org/view.php?id=12611

git-svn-id: trunk@17352 -
2008-11-12 09:23:19 +00:00
darius
895de1efbd fixed showing diff from SVNLogForm at certain revision number
git-svn-id: trunk@17351 -
2008-11-12 09:17:28 +00:00
jesus
085856ae9b updated traslations using localize script
git-svn-id: trunk@17326 -
2008-11-11 01:30:57 +00:00
tombo
838dd9d2c9 synedit: applied patch #0012606: Carbon : Editor font rendering badly damaged for default font, point size 14 on PowerPC rev 17304 #80581bd7cb from Brad Campbell
git-svn-id: trunk@17319 -
2008-11-10 15:25:21 +00:00
vincents
1614e73034 synedit + IDE: added KeyShortCuts for Folding in SynEdit from Martin Friebe (issue #12593)
git-svn-id: trunk@17299 -
2008-11-09 19:25:29 +00:00
martin
f07d918ee6 SynEdit did not paint new lines, if highlighter was "none" or "text" (Bug #12601)
git-svn-id: trunk@17298 -
2008-11-09 18:26:05 +00:00
tombo
34ed055133 LCL Carbon: moved AGL to LCL Carbon interface
git-svn-id: trunk@17294 -
2008-11-09 13:35:37 +00:00
darius
2b8ff3ad92 Code cleanup, variable and component renaming
Demo now does not SIGSEGV no matter what button user pressed :-)
Ability to clear series in the demo 

Patch by Alexander Klenin
Fixes: http://bugs.freepascal.org/view.php?id=12589

git-svn-id: trunk@17290 -
2008-11-08 21:21:35 +00:00
darius
cde07c30e6 Remove TAEngine unit and TSeriesList class
Auto-update chart when one of its series is destroyed

patch by Alexander Klenin 
http://bugs.freepascal.org/view.php?id=12589

git-svn-id: trunk@17289 -
2008-11-08 21:08:01 +00:00
vincents
66ef33f52b reverted revison 17284: useful parts can be committed in seperate commits
git-svn-id: trunk@17287 -
2008-11-08 19:39:33 +00:00
jesus
b38dc6e63f updated localize script to handle only those dirs not handled by i18n feature, commented wake up gtk dbg ouput
git-svn-id: trunk@17284 -
2008-11-08 18:55:15 +00:00
martin
4c1df45cac Added SynEdit.FoldAll (bug #12561, modified/ext patch from Brad Campbell)
Added Methods to find Collapsed/Expanded Line for block around cursor

git-svn-id: trunk@17279 -
2008-11-08 15:53:33 +00:00
martin
9ba43b14b7 Fix regression and enhance of Del-to-end-of-word (ctrl-t). Handles spaces and punctuation before/after the word as separate entities. Trims spaces on full word del. BUG #12583
git-svn-id: trunk@17275 -
2008-11-08 12:03:23 +00:00
darius
f1f3e50cdb refactoring patch by Alexander Klenin
fixes: http://bugs.freepascal.org/view.php?id=12584

git-svn-id: trunk@17270 -
2008-11-07 21:46:59 +00:00
darius
8924fb15cb remove SVN reporitory path from filename if possible
fixes: http://bugs.freepascal.org/view.php?id=12585

git-svn-id: trunk@17268 -
2008-11-07 18:12:42 +00:00
laurent
894e69f2a5 Update LazReport French language, thx pomalo
git-svn-id: trunk@17262 -
2008-11-07 08:14:27 +00:00
marc
fc7e0527de * Updated po files
git-svn-id: trunk@17256 -
2008-11-06 23:25:18 +00:00
martin
9e060e48c6 Fix ExtraCharSpacing (Bug #11824) Extra Space was accumulated across blocks of text.
git-svn-id: trunk@17254 -
2008-11-06 20:09:24 +00:00
martin
e9d128ca48 Workaround for bug #12576; failed to compile for powerpc, if inlining is enabled. Patch by Brad Campbell
git-svn-id: trunk@17253 -
2008-11-06 19:42:01 +00:00
darius
101d1a7688 applied reformatting patch from Alexander Klenin
http://bugs.freepascal.org/view.php?id=12577

git-svn-id: trunk@17252 -
2008-11-06 18:24:10 +00:00
mattias
b5a8b6cbc4 IDE: no auto completion in comment at end of line
git-svn-id: trunk@17247 -
2008-11-06 12:54:50 +00:00
darius
40dda47ac5 change cursor to crHourGlass when refreshing the log
added Application.ProcessMessages to ChangeCursor method

git-svn-id: trunk@17241 -
2008-11-05 18:25:42 +00:00
darius
fdbdc5410b Added two more styles to TSeriesPointerStyle type, useful when there is a need to draw value intervals on a chart
path by Alexander Klenin

git-svn-id: trunk@17240 -
2008-11-05 17:58:25 +00:00
martin
728dea85ce SynEdit: Refactored CodeFolding. All Scrolling does now relate to visible lines. (Mousewheel / Scrollbars). Bug #7554 / 11208
Also Fixes issues with translation between real and visible lines. Bug #11941

git-svn-id: trunk@17225 -
2008-11-04 22:17:52 +00:00
martin
b96120e09e SynEdit: Delete to end of word (ctrl-t) did not work in comments, or strings. Bug #12486 / 10738
git-svn-id: trunk@17224 -
2008-11-04 21:23:32 +00:00
paul
133174aae8 ide: add codetools->line splitting frame to the ide options
git-svn-id: trunk@17209 -
2008-11-04 08:19:53 +00:00
martin
5ffabda417 Fix Undo/Redo for indent block via tab key. Also fix cursor position. bug #0012469
git-svn-id: trunk@17207 -
2008-11-03 23:24:34 +00:00
darius
75273b74b1 removed SVNSettingsForm from package
implemented ChangeCursor method for TSVNLogFrm and TSVNStatusFrm

git-svn-id: trunk@17201 -
2008-11-03 15:26:28 +00:00
vincents
ad4ab60d09 synedit: fixed issue #12555
* removed lazarus specific code to linearize the possible values of a set, not necessary anymore since the internal format of set has changed on big endian cpu, see http://wiki.lazarus.freepascal.org/index.php?title=User_Changes_2.2.2&oldid=31423#Internal_format_of_sets

git-svn-id: trunk@17199 -
2008-11-03 15:14:09 +00:00
darius
b861fd7cda project data is now stored in .lpi file
removal of SVNSettingsForm
removal of TSVNSettings

git-svn-id: trunk@17195 -
2008-11-03 12:31:00 +00:00
vincents
0012a35409 leakview component:
* fixed file name case
* reduced flickering in treeview when updating

git-svn-id: trunk@17193 -
2008-11-03 11:13:09 +00:00
vincents
fb3c068b0d components: added leakview ide plugin to show heaptrc logs in the IDE from skalogryyz (issue #12513)
git-svn-id: trunk@17192 -
2008-11-03 11:04:29 +00:00
darius
94f25c24bf changed use of method TDOMNodeList.Length to TDOMNodeList.Count
most probable cause of http://bugs.freepascal.org/view.php?id=12549

git-svn-id: trunk@17191 -
2008-11-03 10:40:59 +00:00
darius
62605d7ae3 changed ReadOnly property to True for SVNCommitMsgMemo
git-svn-id: trunk@17189 -
2008-11-03 10:13:25 +00:00
darius
ec0192e830 fixed crash when committing filenames containing spaces
fixed crash in datetime conversion when showing "added" files
code refactor for SVNCommitForm and SVNDiffForm, code moved to SVNClasses
changed cursor to crHourGlass when recieving data for SVNCommitForm and SVNDiffForm
implemented Execute method in SVNCommitForm and calling this Asynchroneously

git-svn-id: trunk@17187 -
2008-11-03 10:04:59 +00:00
darius
c8dafde3f3 fixed updating listview while recieving data
git-svn-id: trunk@17186 -
2008-11-03 08:30:59 +00:00
vincents
4969c50e66 codetools: added 64 bit freebsd targets
git-svn-id: trunk@17185 -
2008-11-02 13:42:30 +00:00
darius
24c1471895 changed position of SVNCommitForm to poScreenCenter
fixed placement of Splitter in SVNStatusForm

git-svn-id: trunk@17178 -
2008-11-01 18:15:52 +00:00
darius
9d2926b3f7 fixed AV when parsing empty messages in SVN log xml
added asking for confirmation on empty message

r17175
initialized author to '(no author)' (used in anonymous repositories)
fixed commit messages (writing them to a temp file and using --file switch)
fixed some AVs in parsing SVN log XML
fixed saving of checked status in SVNSettingsForm

git-svn-id: trunk@17176 -
2008-11-01 18:10:22 +00:00
darius
362311dc41 git-svn-id: trunk@17175 - 2008-11-01 17:33:46 +00:00
darius
78b010d112 "removed quotes from the message switch for svn commit
apparently they are passed literally to the repository DB"

git-svn-id: trunk@17170 -
2008-11-01 11:43:53 +00:00
darius
aa20e38629 Changed private variable FRepoPath to property RepositoryPath
git-svn-id: trunk@17169 -
2008-11-01 11:39:24 +00:00
darius
97f2b268a1 "Calling Application.QueueAsyncCall for Execute methods on show of forms, so the forms can finish showing before data is retrieved and processed."
git-svn-id: trunk@17168 -
2008-11-01 11:15:21 +00:00
darius
ae817f22ad Reverting back to r17160 r17161 #0beee144e6 was an accidental commit
git-svn-id: trunk@17162 -
2008-10-31 00:38:03 +00:00
darius
0beee144e6 ""
git-svn-id: trunk@17161 -
2008-10-31 00:29:18 +00:00
darius
373eada5b8 initial import of the Lazarus SVN IDE plugin
documentation will be collected here: http://wiki.lazarus.freepascal.org/LazSVNPkg

git-svn-id: trunk@17160 -
2008-10-31 00:11:04 +00:00
mattias
2e17592d31 codetools: fixed av when find declaration after function keyword
git-svn-id: trunk@17156 -
2008-10-30 10:11:18 +00:00
vincents
4b419e7e3c lhelp: replaced idle timer with asyncmethod call.
git-svn-id: trunk@17153 -
2008-10-29 15:55:13 +00:00
mattias
1dcd32648f darwin: comparing filenames case insensitive by default
git-svn-id: trunk@17133 -
2008-10-25 18:28:39 +00:00
vincents
b5679ab4ee lhelp: fixed another memleak
git-svn-id: trunk@17132 -
2008-10-25 13:31:25 +00:00
mattias
8f3ab8527b codetools: fixed setting EndPos for parameter types array of identifier
git-svn-id: trunk@17129 -
2008-10-24 15:59:36 +00:00
vincents
15ef38ddd1 lhelp: fixed some memleaks
git-svn-id: trunk@17127 -
2008-10-24 15:07:32 +00:00
vincents
aa8e6f8e1a lhelp: fixed compilation of democontrol example
git-svn-id: trunk@17124 -
2008-10-24 12:48:11 +00:00
vincents
20f5b2b4ad lhelp: fixed compilation and cleanup
git-svn-id: trunk@17122 -
2008-10-24 12:36:38 +00:00
vincents
1a9b2d0eed removed chm package: units are in fpc\packages and don't require registration
git-svn-id: trunk@17121 -
2008-10-24 11:56:23 +00:00
vincents
e25e506e43 chmhelp: removed duplicate unit
git-svn-id: trunk@17120 -
2008-10-24 11:54:47 +00:00
mattias
119e8a249a codetools: updated fpc error messages
git-svn-id: trunk@17112 -
2008-10-23 20:43:15 +00:00
paul
74921fb32b codetools: add ide/frames directory to template
git-svn-id: trunk@17039 -
2008-10-18 16:03:32 +00:00
mattias
852e7fef4c IDE: added fpc OS
git-svn-id: trunk@17036 -
2008-10-18 11:09:05 +00:00
paul
f3bb14bdb6 codetools: reduce debug info
git-svn-id: trunk@17033 -
2008-10-17 16:43:14 +00:00
mattias
2d39d8d910 IDE: fixed updating, renaming project resources
git-svn-id: trunk@17021 -
2008-10-16 11:35:48 +00:00
paul
d860feb919 jcf2: update to r685
git-svn-id: trunk@16999 -
2008-10-15 09:32:25 +00:00
jesus
f14de32a86 LazReport, fix preview scrolling, issue #12390
git-svn-id: trunk@16993 -
2008-10-14 20:49:16 +00:00
paul
d7aa0f69fd jcf2: update to r683
git-svn-id: trunk@16990 -
2008-10-14 08:54:52 +00:00
jesus
5904434cd1 LazReport, fix designer options dialog, issue #12381
git-svn-id: trunk@16989 -
2008-10-14 04:53:53 +00:00
paul
8d5983a13d jcf2: fixed delphi compilation
git-svn-id: trunk@16988 -
2008-10-14 01:26:28 +00:00
vincents
98bb85219e lazreport french translation: update from pomolo (issue #12378)
git-svn-id: trunk@16985 -
2008-10-13 13:53:59 +00:00
paul
416ced6947 jcf2: initialize Application object to allow form showing
git-svn-id: trunk@16981 -
2008-10-13 08:02:32 +00:00
paul
80cb5bada3 jcf2: finish JcfUtils at first glance
git-svn-id: trunk@16980 -
2008-10-13 06:23:30 +00:00
paul
1ba76f06e4 jcf2: correctly add used units to project
git-svn-id: trunk@16979 -
2008-10-13 03:41:04 +00:00
paul
46283869bd jcf2: more functions
git-svn-id: trunk@16960 -
2008-10-11 17:31:19 +00:00
paul
2a61b78ef3 jcf: implement some set of empty functions
git-svn-id: trunk@16959 -
2008-10-11 17:11:39 +00:00
paul
c4d74354b6 forgot to add .lrs
git-svn-id: trunk@16956 -
2008-10-11 09:30:46 +00:00
paul
d3cc59116c jcf2: try to isolate/remove windows unit dependency
git-svn-id: trunk@16955 -
2008-10-11 09:30:16 +00:00
mattias
e5de689ab4 clean up
git-svn-id: trunk@16953 -
2008-10-11 07:31:03 +00:00
jesus
0efaa14dd7 LazReport, fix reports utf-8 encoding
git-svn-id: trunk@16950 -
2008-10-10 18:38:57 +00:00
jesus
7c70052547 LazReport, fix dbfield selection, issue #12229
git-svn-id: trunk@16949 -
2008-10-10 18:13:47 +00:00
paul
7c0a1d29a9 jcf:
- add JcfUtils unit with almost empty implementation
  - replace usage of Jcl units with JcfUtils.
  - add lazarus project for console jcf application

git-svn-id: trunk@16945 -
2008-10-10 05:33:07 +00:00
mattias
0775a9258a codetools: adding include directives into code
git-svn-id: trunk@16942 -
2008-10-09 10:18:22 +00:00
paul
11ae1cd3fc cleanup
git-svn-id: trunk@16940 -
2008-10-09 08:52:40 +00:00
paul
f6a12eebfd jcf2: add readme
git-svn-id: trunk@16939 -
2008-10-09 08:16:20 +00:00
paul
255062d13d components: initial of jcf2 r676 as is without output, tests and help directories. It does not useful for lazarus at moment
git-svn-id: trunk@16938 -
2008-10-09 08:06:32 +00:00
mattias
49426fc4e4 fixed compilation 2.3
git-svn-id: trunk@16934 -
2008-10-08 20:45:48 +00:00
mattias
34cab91d4a synedit: added TSysPasSysn.IsKeword for some common keywords
git-svn-id: trunk@16933 -
2008-10-08 16:48:09 +00:00
mattias
7f2d78f450 IDE: project: adding/removing include directive for project resources
git-svn-id: trunk@16932 -
2008-10-08 16:43:14 +00:00
vincents
714d06621e fpcunit package: fixed order of compiler options in Makefile
git-svn-id: trunk@16927 -
2008-10-08 12:23:13 +00:00
tombo
d4de936c86 IDE EditorOptions: added option to disable code editor anti-aliasing
SynEdit: fix TFont.Quality handling

git-svn-id: trunk@16921 -
2008-10-07 16:54:08 +00:00
mattias
627a0265fb changed default widgetset gtk to gtk2
git-svn-id: trunk@16910 -
2008-10-07 12:05:16 +00:00
jesus
06d4577374 LazReport, readme for pdf exporter
git-svn-id: trunk@16902 -
2008-10-06 17:17:35 +00:00
jesus
28a24c5278 LazReport, fixed pdfexport compile under linux
git-svn-id: trunk@16901 -
2008-10-06 16:25:58 +00:00
jesus
70dafcbd7b LazReport, Implemented PDF export
git-svn-id: trunk@16900 -
2008-10-06 14:43:45 +00:00
mattias
e417cd9cef codetools: static keywords for class variables, bug #12293
git-svn-id: trunk@16880 -
2008-10-05 09:33:46 +00:00
mattias
4b73fa2e5f synedit: fixed crash on ecLineBreak when Lines empty
git-svn-id: trunk@16875 -
2008-10-04 20:01:43 +00:00
mattias
992d5f74ab codetools: fixed TCodeTreeNode.ConsistencyCheck
git-svn-id: trunk@16859 -
2008-10-03 09:34:52 +00:00
mattias
36f21372de IDE: codehelp: removing pasdoc
git-svn-id: trunk@16844 -
2008-10-02 09:29:21 +00:00
mattias
626815db77 codetools: scanning for comments in type nodes end
git-svn-id: trunk@16843 -
2008-10-02 09:19:47 +00:00
mattias
e0a5b9322b codetools: scanning for comments in type nodes too
git-svn-id: trunk@16842 -
2008-10-02 09:17:38 +00:00
mattias
3e2ce6e7d3 codetools: fixed checking unit dependencies each time a unit is parsed, bug #12269
git-svn-id: trunk@16838 -
2008-10-02 07:52:08 +00:00
mattias
c8d14a2b7e IDE: added verbosity flag VerboseSrcEditBufClean
git-svn-id: trunk@16830 -
2008-10-01 13:37:14 +00:00
mattias
c6806b3a8e codetools: added arm-linux to LCL targets
git-svn-id: trunk@16827 -
2008-10-01 11:12:17 +00:00
mattias
e49d00f551 translations: russian: updates from Maxim
git-svn-id: trunk@16822 -
2008-10-01 08:56:08 +00:00
mattias
f30a307736 codetools: fixed boss.loadfile to not load when autorevert is disabled
git-svn-id: trunk@16808 -
2008-09-30 08:41:35 +00:00
vincents
c09aeccc7c codetools: formatting
git-svn-id: trunk@16798 -
2008-09-29 21:50:53 +00:00
mattias
1d446abc80 codetools: fixed close/reopen file
git-svn-id: trunk@16797 -
2008-09-29 19:08:14 +00:00
vincents
80244648f5 components: added filebrowser window from Graeme (issue #12178)
git-svn-id: trunk@16792 -
2008-09-29 11:35:54 +00:00
vincents
96ccd451db IDE: add option to print selected text from Michael van Canneyt (issue #12197)
git-svn-id: trunk@16790 -
2008-09-29 10:58:15 +00:00
vincents
4486cb84cb fpcunit console test runner: patch from Michael van Canneyt (issue #12205)
* --format argument is case sensitive
+ Default Format can be configured in the application source (DefaultFormat variable).
+ Added a variable DefaultRunAllTests so if no --suite or no --all is specified on the command-line, --all is implicitly assumed.

git-svn-id: trunk@16785 -
2008-09-29 08:12:20 +00:00
mattias
2011685e93 IDE+codetools: replaced some FindFile calls with LoadFile
git-svn-id: trunk@16775 -
2008-09-28 13:15:51 +00:00
mattias
0e57f86bb5 rpms: updated docs, auto creating tmp
git-svn-id: trunk@16774 -
2008-09-28 12:47:31 +00:00
mattias
fb2e2d2219 codetools: TCodeBuffer.Clear resets isdeleted
git-svn-id: trunk@16770 -
2008-09-27 15:54:06 +00:00
mattias
8541afd7f9 codetools: TCodeCache.CreateFile now clears buffer
git-svn-id: trunk@16766 -
2008-09-27 10:22:21 +00:00
mattias
5d3611d298 codetools: auto revert when buffer IsDeleted
git-svn-id: trunk@16735 -
2008-09-25 23:44:53 +00:00
mattias
9d6674f3bb codetools: fixed uninitialized result
git-svn-id: trunk@16727 -
2008-09-25 10:23:07 +00:00
vincents
caa77fa33c components: regenerated makefiles after changes in the order of the compiler options
git-svn-id: trunk@16720 -
2008-09-25 08:06:10 +00:00
mattias
e42df5999b translations: lithuanian: from Valdas Jankūnas
git-svn-id: trunk@16719 -
2008-09-25 06:38:36 +00:00
mattias
777521ffcb translations: lithuanian: from Valdas Jankūnas
git-svn-id: trunk@16718 -
2008-09-25 06:37:47 +00:00
mattias
216e0b5e42 IDE: close project - save - no - continue
git-svn-id: trunk@16717 -
2008-09-25 06:31:03 +00:00
mattias
4a929a4110 translations: russian: updates from Maxim Ganetsky
git-svn-id: trunk@16715 -
2008-09-25 06:24:22 +00:00
mattias
890fb71335 IDE: freeing codetools buffers on closing file, bug #12183
git-svn-id: trunk@16701 -
2008-09-24 11:41:53 +00:00
vincents
f0bab52919 synedit: clean up from Martin Friebe (issue #12219)
git-svn-id: trunk@16692 -
2008-09-24 06:40:40 +00:00
mattias
1f803a6d9a codetools: added unicodestring
git-svn-id: trunk@16682 -
2008-09-23 12:16:44 +00:00
mattias
d7a960e8ba codetools: identifier completion: no semicolon outside of statements
git-svn-id: trunk@16669 -
2008-09-22 09:37:45 +00:00
jesus
4cd081d380 Sqldb, show strings editor for SQL properties in case database connection do not support metadata extraction
git-svn-id: trunk@16667 -
2008-09-21 23:01:04 +00:00
vincents
5482e9dde7 editor toolbar: conforming to IDE theme (issue #12182) from Graeme
* Arrow buttons changed from TBitBtn to TSpeedButton
 * Arrow images are loaded from Lazarus Resources
 * Fixed bug in treeview. When you selected a node, the node
   image disappeared.

git-svn-id: trunk@16647 -
2008-09-19 14:07:22 +00:00
paul
35e4c88db4 forgotten file
git-svn-id: trunk@16644 -
2008-09-19 07:03:14 +00:00
mattias
d8e36f10fb codetools: fixed CompareTextIgnoringSpace, bug #12177
git-svn-id: trunk@16635 -
2008-09-18 20:00:12 +00:00
vincents
859e0971bf tachart: published TChart.Anchors (issue #12169)
git-svn-id: trunk@16630 -
2008-09-17 20:32:14 +00:00
jesus
ddd16f211e LazReport, fix master/detail reports not updating detail ds when master ds changes activerecord
git-svn-id: trunk@16594 -
2008-09-15 14:45:29 +00:00
tombo
f93744efd7 LazSQLDB: fixed SQL string editor font under Carbon
git-svn-id: trunk@16587 -
2008-09-14 10:49:05 +00:00
mattias
c463795a79 changed synedit carbon font name to Monaco
git-svn-id: trunk@16564 -
2008-09-12 06:40:24 +00:00
mattias
6e7b906945 codetools: using locale independent format for dates in config files
git-svn-id: trunk@16552 -
2008-09-11 20:35:33 +00:00
mattias
99ab8f2d83 lazreport: fixed handling exception
git-svn-id: trunk@16550 -
2008-09-11 20:05:25 +00:00
mattias
c2a3f47f4d codetools: fixed CleanPosIsInComment
git-svn-id: trunk@16545 -
2008-09-11 14:24:36 +00:00
vincents
e4e3f88979 cgi component: regenerated Makefile (issue #12124)
git-svn-id: trunk@16544 -
2008-09-11 11:53:07 +00:00
paul
23ab1c8f3e component:
- fix another turbopower_ipro example

git-svn-id: trunk@16532 -
2008-09-11 00:46:14 +00:00
paul
c06ebac651 component:
- fix turbopower_ipro use of resource
  - fix turbopower_ipro example

git-svn-id: trunk@16531 -
2008-09-11 00:44:12 +00:00
mattias
595bc12c8c codetools: beautifiying end, bug #12078
git-svn-id: trunk@16509 -
2008-09-09 21:16:10 +00:00
jesus
45b2ba1d82 LazReport, Fix AV while editing some properties of selection of multiple objects, issue #12104
git-svn-id: trunk@16507 -
2008-09-09 20:04:38 +00:00
mattias
0bcf25051e lazbuild: added defaults to WriteUsage
git-svn-id: trunk@16500 -
2008-09-09 11:29:43 +00:00
vincents
c17fd46445 chmreader package: made all units virtual, because they are part of fpc 2.2.2 now. The package may be removed completely (maybe), if it doesn't register anything
git-svn-id: trunk@16490 -
2008-09-08 21:27:35 +00:00
mattias
859ec0bba3 synedit: carbon: ctrl mouse links now use Cmd under carbon
git-svn-id: trunk@16488 -
2008-09-08 13:24:56 +00:00
jesus
cf010d10c6 LazReport, fix exception catched when debugging program that reads LayoutOrder property on older reports
git-svn-id: trunk@16476 -
2008-09-07 23:25:23 +00:00
mattias
989ea6d7c0 synedit: fixed linebreak smart indent on lines with tabs, bug #12086
git-svn-id: trunk@16458 -
2008-09-06 21:07:15 +00:00
mattias
581dffa96a synedit: using carbon as default under darwin
git-svn-id: trunk@16455 -
2008-09-06 16:49:04 +00:00
marc
76a919e7d6 * Updated Russion translation by Maxim Ganetsky
git-svn-id: trunk@16451 -
2008-09-06 11:40:27 +00:00
jesus
4e6ce27bc0 LazReport, ensure to use a default printer if report's printer is not found
git-svn-id: trunk@16444 -
2008-09-05 20:26:50 +00:00
mattias
6468b5ab75 synedit: set default font size under carbon to 12
git-svn-id: trunk@16438 -
2008-09-05 15:57:58 +00:00
vincents
5bad71b73e db export components: remove compiler version restrictions, it compiles with fpc 2.2.2 and later
git-svn-id: trunk@16428 -
2008-09-05 08:32:24 +00:00
vincents
c46f7f6397 lazdatadict: remove compiler version restrictions, it compiles with fpc 2.2.2 and later
git-svn-id: trunk@16426 -
2008-09-05 06:47:04 +00:00
mattias
95e9a9b545 LCL: fixed typo
git-svn-id: trunk@16423 -
2008-09-05 00:15:31 +00:00