aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.m
Commit message (Expand)AuthorAgeFilesLines
* • first steps to ease the structure querying for auto-completion and navigatorBibiko2010-03-261-1/+9
* • fixed the type info display of fields in the auto-completion list due the...Bibiko2010-03-251-1/+1
* - Remove observers for key paths when dealloc'ing objects to fix later crash...rowanbeentje2010-03-231-0/+17
* • NavigatorBibiko2010-03-211-0/+38
* • some improvements for navigatorBibiko2010-03-191-1/+1
* • further work on Navigator (not yet active but workable -> unHide menu item)Bibiko2010-03-191-43/+68
* • changed NSDictionary structure for [MCPConnection queryDbStructure]Bibiko2010-03-171-2/+4
* - fixed bug for nested snippets if a nested snippet is located at the very en...Bibiko2010-03-171-1/+10
* • fixed bug while presetting the mirrored snippets to their counterparts; t...Bibiko2010-03-161-5/+5
* • Query FavoritesBibiko2010-03-161-7/+188
* - Make a number of changes to attempt to improve disconnection/quit crashes:...rowanbeentje2010-03-161-2/+0
* - Fix some leaks and autoreleases after checking static analysisrowanbeentje2010-03-131-7/+6
* • fixed printing of Extended Table Info if Create Table Syntax view has focusBibiko2010-03-131-0/+10
* • shortened SP_ASLIST_ALL_FIELDS_FROM_SELECTED_TABLE to SP_ASLIST_ALL_FIELD...Bibiko2010-03-091-1/+1
* • for auto-completion suppress the caret moving inside `foo`|Bibiko2010-03-091-1/+1
* • added $SP_ASLIST_ALL_FIELDS_FROM_SELECTED_TABLE as pre-defined snippet listBibiko2010-03-091-54/+165
* • fixed bug in snippet list - now it inserts the chosen item correctly afte...Bibiko2010-03-091-25/+77
* • fixed some minor GUI issues for SPNarrowDownCompletion windowBibiko2010-03-091-2/+4
* • added possibility to define a snippet via ¦a¦b¦ – such a snippet wil...Bibiko2010-03-081-3/+42
* • auto-completionBibiko2010-03-081-1/+1
* • outsourced keyword completion and function completion lists to Completion...Bibiko2010-03-081-1006/+56
* • added to CustomQuery's CMTextView the option to set auto-completion on/of...Bibiko2010-03-071-10/+46
* • set CMTextView temporarily to editable:YES if the tab stops width is chan...Bibiko2010-03-061-0/+6
* • CSV Import Field MapperBibiko2010-03-061-33/+48
* • CSV Import Field MapperBibiko2010-03-051-1/+1
* • REPAIR, OPTIMIZE, ANALYZE, FLUSH, CHECKSUM now can be applied to more tha...Bibiko2010-02-261-1/+1
* • Query Favorites:Bibiko2010-02-251-0/+13
* • corrected regexp for parsing text macro snippetsBibiko2010-02-151-3/+3
* • improved text macro snippet behaviourBibiko2010-02-131-40/+72
* Fix a number of memory leaks, and over-releases, as both a result of manual i...rowanbeentje2010-02-101-2/+2
* • initial implementation of bash execution inside ${x:…} snippetsBibiko2010-02-061-25/+52
* • further preparations to allow to run any bash command(s) incl. any script...Bibiko2010-02-061-0/+57
* • fixed undo behaviour of insertion of history/query favsBibiko2010-02-041-2/+11
* • CMTextViewBibiko2010-02-021-1/+4
* • fixed partially syntax highlighting for very very long linesBibiko2010-02-021-7/+25
* • added key-shortcut ⌘= to make the textview size largerBibiko2010-02-021-7/+46
* • fixed in CMTextView several NSInteger which has to be NSUInteger; this le...Bibiko2010-02-021-21/+21
* • sped up Query Editor for larger textBibiko2010-02-011-19/+26
* • CMTextView: switch off syntax highlighting if text buffer size is larger ...Bibiko2010-02-011-6/+24
* • re-enabled possibility to change the font size of non-editable CMTextView...Bibiko2010-02-011-2/+2
* • Added basic print support for each CMTextViewBibiko2010-02-011-38/+57
* • improved text macro snippet logicBibiko2010-02-011-17/+19
* • Content Table and Query Editor table's tooltip are displayed by using the...Bibiko2010-01-311-96/+10
* • CMTextView's colours are set via observer, live changed in editable textv...Bibiko2010-01-301-35/+53
* • added observer for all Query Editor colors to avoid initialising colors e...Bibiko2010-01-301-96/+115
* • current query highlighting is done now in drawRect: (much more faster an...Bibiko2010-01-301-23/+131
* • text macro logicBibiko2010-01-291-17/+27
* • further tiny improvements to avoid exceptional cases while highlighting t...Bibiko2010-01-291-0/+3
* • fixed some issues and improved the text macro behaviourBibiko2010-01-291-62/+53
* • text macro improvementsBibiko2010-01-281-5/+44
'>616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756